| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
20 Aug 2008 00:57:32

|
ade  |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
14 Jul 2008 19:26:28
2.61_2
|
ade  |
Handle an edge-case where lang/gawk is installed prior to any autoconf*
ports, which then results in an implicit dependency on gawk, with the
obvious bad things happening should gawk be later removed.
Note that because this is an edge case, which most folks will not run
into, and because it doesn't change the default package, I am not
bumping PORTREVISION as suggested in the original patch.
PR: 125101
Who: matthias <dot> andree <at> gmx <dot> de |
28 Jul 2007 20:55:46
2.61_2
|
ade  |
Cosmetic fix for manpages. Correctly use -2.61 for references.
Submitted by: Jan Henrisk Sylvester <me@janh.de> and others |
28 Jul 2007 10:01:09
2.61_1
|
ade  |
Fix automake-1.10 and autoconf-2.61 correctly.
One bad merge out of 25. Sigh. |
28 Jul 2007 06:33:59
2.61_1
|
ade  |
Update to the autotools new world order.
Tested by: numerous package build runs
Approved by: portmgr
Thanks to: des, kris, linimon, pav |
23 Jul 2007 09:36:52
2.61
|
rafan  |
- 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 |
07 Dec 2006 10:52:38
2.61
|
ade  |
Put autoconf-2.61 into its correct location after repocopy |