Commit graph

62 commits

Author SHA1 Message Date
Johan van Selst
dd55992fa9 Update to 3.6 beta 20 2008-09-30 13:53:20 +00:00
Johan van Selst
e263788cf0 Update to 3.6 beta 19 2008-09-23 11:38:03 +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
Johan van Selst
548b3670b7 Update to 3.6 beta 18 2008-08-10 09:06:19 +00:00
Johan van Selst
9c09d2da9a Update to 3.6 beta 17 2008-08-03 12:32:53 +00:00
Johan van Selst
74d48d204c Update to 3.6 beta 15 2008-07-13 10:48:42 +00:00
Johan van Selst
94b02c500a Don't create DOCSDIR when NOPORTDOCS is set
Reported by:	itetcu (QA Tindy)
2008-06-19 12:16:05 +00:00
Johan van Selst
0fec464bf4 Update to 3.6 beta 12 2008-06-18 16:42:41 +00:00
Johan van Selst
1a978bc212 Update to 3.6 beta 11 2008-05-08 22:06:25 +00:00
Johan van Selst
0aa7e4d0c3 Update to 3.6 beta 9 (bugfix release) 2008-03-17 17:50:43 +00:00
Johan van Selst
86056d0b21 - Update to 3.6 beta 8 2008-03-12 09:21:40 +00:00
Johan van Selst
2bb0d085c2 - Update to 3.6 beta 5 2008-02-28 07:26:27 +00:00
Johan van Selst
fbfe70ac14 - Update to 3.6 beta 4 2008-02-20 19:27:10 +00:00
Johan van Selst
b0e87e6a66 - Update to 3.6 beta 2 2008-02-06 16:40:41 +00:00
Johan van Selst
6893773179 - Update to 3.5 beta 31 2008-01-25 10:49:42 +00:00
Johan van Selst
f05c43b000 - Update to 3.5 beta 30 2008-01-06 18:23:45 +00:00
Johan van Selst
b4c414a587 - Update to 3.5 beta 29 (bugfix release) 2007-12-27 10:55:57 +00:00
Johan van Selst
0e85f3b5db - Update to 3.5 beta 28 2007-12-15 15:47:15 +00:00
Johan van Selst
b19c9cbe45 - Update to 3.5 beta 27 2007-12-12 19:25:11 +00:00
Johan van Selst
b366519c80 Update to 3.5 beta 24 2007-10-10 08:03:27 +00:00
Johan van Selst
d2652895ab Update to 3.5b22 2007-09-20 09:28:26 +00:00
Johan van Selst
77f59141bb Update to 3.5b21 2007-09-08 11:07:58 +00:00
Johan van Selst
82a9ed9abc Update to 3.5b20
- 3.5b19: minor bugfixes
- 3.5b20: license changed to 2-clause BSD license (FreeBSD style)
2007-08-29 19:57:56 +00:00
Johan van Selst
cb4a0a6df8 Update to 3.5b18 2007-08-14 10:10:56 +00:00
Johan van Selst
3b662803cf Update to 3.5b17 (bugfix release) 2007-07-29 10:56:52 +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
Johan van Selst
4f5a5568de Update to 3.5b15 2007-07-11 16:44:06 +00:00
Johan van Selst
39529edbf2 Update to 3.5b14 (bugfix release) 2007-07-07 08:28:51 +00:00
Johan van Selst
350781798f Update to 3.5b13 2007-07-02 16:48:54 +00:00
Johan van Selst
4181608a73 Fix patch that sets the location of mime.types file (bump portrevision) 2007-06-28 09:46:55 +00:00
Johan van Selst
051d5c4e63 Update to 3.5b12 2007-06-24 08:19:34 +00:00
Johan van Selst
9885aa7b5c - Fix pkg-plist
- Update to 3.5b11

Reported by:	krismail
2007-06-17 20:46:24 +00:00
Johan van Selst
7419f725a1 - Update to 3.5 beta 10
- Move default installation dir to $WWWDIR
- Improve (fix) dependency and conflicts
2007-06-14 17:34:23 +00:00
Johan van Selst
58e79d3345 Fix wrongly committed distinfo
PR:		ports/112162
Submitted by:	Jason Harris
2007-04-26 16:15:56 +00:00
Johan van Selst
6eeac45a08 Update to 3.5 beta 7 2007-04-26 09:02:29 +00:00
Johan van Selst
1decd3fefe Update to 3.5b7 2007-04-10 21:12:40 +00:00
Johan van Selst
8007f86ade Update to 3.5b05 (fixes build on -CURRENT) 2007-03-29 12:39:19 +00:00
Pav Lucistnik
6c41b949f9 - Use new WWWDIR infrastructure 2007-03-24 16:34:07 +00:00
Johan van Selst
b15bbfb038 - Update to new development release 35b04
- Fix typo in pkg-plist
2007-03-22 16:33:50 +00:00
Johan van Selst
ec86514c6b Update to 3.4b26 2007-02-13 12:41:28 +00:00
Johan van Selst
2c3b5507c4 - Update to 3.4b25
- Support additional compile-time option
2007-02-09 16:11:33 +00:00
Johan van Selst
e592966f86 - Update to 3.4b23 2007-01-02 16:33:09 +00:00
Peter Pentchev
64e068d25c Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.

Thanks to everyone who took the time to look over the patch!

Discussed on:	-ports
2006-12-13 12:41:35 +00:00
Johan van Selst
280fc73fbf - Update to 3.4b21 2006-12-12 18:35:30 +00:00
Johan van Selst
4f0ddb3c01 - Update to 3.4.b20 2006-11-27 18:05:38 +00:00
Johan van Selst
69b9d192a1 - Update to 3.4b19 (bugfix release) 2006-11-20 19:49:41 +00:00
Johan van Selst
27a40e84b8 - Update to 3.4b17 2006-11-15 19:02:19 +00:00
Johan van Selst
41b7da18d4 - Update to 3.4b16 2006-11-05 17:48:35 +00:00
Johan van Selst
57ef3d94dc - Update to 3.4b15 2006-09-21 17:28:30 +00:00
Johan van Selst
83cb26f128 - Update to latest bugfix release
Approved by:	flz (mentor)
2006-05-26 13:16:12 +00:00