Commit Graph

17 Commits

Author SHA1 Message Date
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
Martin Wilke
8d46aa8565 - Update to 1.9.1 2007-08-28 10:10:56 +00:00
Martin Wilke
94448f16fc - Update to 1.9 2007-06-16 09:56:12 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Martin Wilke
9c8545b71e - Update to 1.8 2006-10-08 13:00:08 +00:00
Martin Wilke
82f8f6e8fb Update to 1.7
Change Mail to miwi@

Approved by:	krion (mentor)
2006-06-14 14:44:08 +00:00
Pav Lucistnik
25d521c0a9 - Update to 1.6
- Take maintainership

PR:		ports/96560
Submitted by:	Martin Wilke <freebsd@unixfreunde.de>
2006-05-01 14:19:20 +00:00
Pav Lucistnik
70231c0b10 - Add SHA256 2005-11-25 16:09:33 +00:00
Herve Quiroz
18c7c55c48 - Update to 1.4
- Add 'print' category
- Add $FreeBSD$ tag in pkg-plist
2005-10-18 13:07:17 +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
Kirill Ponomarev
3e86088da2 Update to version 1.3
PR:		ports/76282
Submitted by:	Ports Fury
2005-01-16 10:21:41 +00:00
Volker Stolz
434345f40a Update to 1.2: http://latex-mk.sourceforge.net/news.html#20040321
PR:             65375
Submitted by:   Herve Quiroz
Approved by:    linimon (mentor)
2004-04-13 07:06:20 +00:00
Trevor Johnson
f15b845ebe SIZEify. 2004-01-29 16:13:06 +00:00
Erwin Lansing
04e005142a Update to 1.1
PR:		56445
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
2003-09-05 15:18:07 +00:00
Ying-Chieh Liao
c82b5f42c3 typo 2003-06-01 04:40:33 +00:00
Ying-Chieh Liao
a6d0abbc69 add latex-mk 1.0
A collection of makefile and scripts for LaTeX documents
2003-05-22 06:27:33 +00:00