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

22 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
Dag-Erling Smørgrav
1492e1edb9 Upgrade to 1.1.2. 2007-12-20 14:09:53 +00:00
Dag-Erling Smørgrav
726c3bb71a Apply patch for Varnish bug #150. 2007-08-29 15:45:47 +00:00
Dag-Erling Smørgrav
cf7f39400e Bump port revision to mark the addition of four missing plist entries. 2007-08-23 13:34:44 +00:00
Dag-Erling Smørgrav
003b7b6d4f (annoyed grunt) 2007-08-22 13:41:24 +00:00
Dag-Erling Smørgrav
0511ff7f18 Upgrade to 1.1.1. 2007-08-20 21:55:55 +00:00
Dag-Erling Smørgrav
fc638bc7a6 Tweak previous commit. 2007-07-29 11:13:13 +00:00
Dag-Erling Smørgrav
74dc2da00f Fix plist. 2007-07-29 09:24:49 +00:00
Dag-Erling Smørgrav
597fa5f86d Correct @dirrmtry syntax.
Submitted by:	sat@
2007-07-26 13:46:12 +00:00
Dag-Erling Smørgrav
93ac1c9e7c Upgrade to 1.1 + vendor patches for a number of regressions. 2007-07-25 11:09:07 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +00:00
Dag-Erling Smørgrav
a237016cb3 Fix the rc scripts so it is actually possible to override the defaults. 2007-06-09 20:35:39 +00:00
Dag-Erling Smørgrav
4bc0287468 Fix typo in varnishlog.in. 2007-06-05 14:19:15 +00:00
Dag-Erling Smørgrav
05748eddd4 Upgrade to 1.0.4. 2007-05-25 07:56:10 +00:00
Dag-Erling Smørgrav
12c07922ef Upgrade to 1.0.3. 2007-02-20 13:19:26 +00:00
Dag-Erling Smørgrav
295a56c990 Add startup script.
PR:		ports/105743
Submitted by:	Sten Spans <sten@blinkenlights.nl>
2006-11-22 13:33:15 +00:00
Dag-Erling Smørgrav
e72203ac1e Correct man page listing. 2006-11-15 03:11:56 +00:00
Dag-Erling Smørgrav
a68f3bcf3b Upgrade to 1.0.2. 2006-11-09 11:26:27 +00:00
Dag-Erling Smørgrav
06fa5a771b Upgrade to 1.0.1 (fixes a bug that affects performance under high load) 2006-09-21 08:55:30 +00:00
Dag-Erling Smørgrav
dda0659d40 Jump the gun on the Varnish 1.0 release. 2006-09-20 10:28:38 +00:00
Dag-Erling Smørgrav
c44907866b Varnish requires FreeBSD 6.1 or newer to run. 2006-08-15 13:48:58 +00:00
Dag-Erling Smørgrav
a7e5361ab5 The Varnish high-performance HTTP accelerator. 2006-08-11 17:56:20 +00:00