1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
Commit Graph

19 Commits

Author SHA1 Message Date
Kevin Lo
79c6e2ccda Update to 2.11.1
PR: ports/130054
Submitted by: Yi-Jheng Lin <yzlin at cs dot nctu dot edu dot tw>
2009-01-03 14:53:14 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Kevin Lo
f8dc915e7d - Fix pkg-plist
- Bump PORTREVISION

Reported by:	QA Bot
2008-08-20 02:53:10 +00:00
Kevin Lo
b1370d81a2 Update to 2.10 2008-08-19 07:56:41 +00:00
Mark Linimon
4ae4a63180 Mark as broken on sparc64-7: dumps core. 2008-02-01 12:47:40 +00:00
Kevin Lo
d1aa5c8be1 Update to 2.7
PR: ports/116337
Submitted by: Toby Burress <kurin at delete.org>
2007-09-14 04:34:53 +00:00
Edwin Groothuis
84b1517c16 SHA256ify
Approved by: krion@
2006-01-24 03:16:52 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Kevin Lo
34f012a1b1 Fix build. Pointed out by kris 2004-08-17 05:13:43 +00:00
Kevin Lo
a978ee8812 Update to 1.9 2004-08-10 01:49:51 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Kevin Lo
bbbad6293b Update to version 1.8
PR: 57535
Submitted by: Ports Fury
2003-11-12 07:26:50 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Kevin Lo
59206667cb Update to version 1.5 2002-07-23 02:32:55 +00:00
Kevin Lo
55c2bddc03 - Update to version 1.4
- Update DESCR
2002-06-25 09:49:26 +00:00
Kevin Lo
e9bfcea945 Update to version 1.3 2002-04-20 07:46:18 +00:00
Kevin Lo
c9b62fecd8 - Update to version 1.2.1
- Takeover maintainership
2002-01-21 15:34:34 +00:00
Kris Kennaway
361e277443 Add source-highlight-1.1
Source-highlight is a simple program that, given a source C/C++ or Java file,
produces an html source with syntax highlighting.

Obtained from:	OpenBSD
2001-08-25 08:40:27 +00:00