| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
10 Sep 2007 09:13:46
2.61
|
ade  |
No longer needed given new autotools world order |
11 Aug 2007 23:28:40
2.61
|
ade  |
With the regular autotools ports now being able to be used not only
for ports building, but also cross-platform development, mark these
two as DEPRECATED, with a one-month expiration date.
Patches for the 3 ports that currently use these have been issued to
their maintainers. |
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 |
04 Dec 2006 03:39:54
2.61
|
ade  |
Update to 2.61 |
14 Nov 2005 03:05:47
2.59
|
ade  |
Add SHA256 |
16 Jun 2005 17:27:26
2.59
|
ade  |
Update and tweak a little for run-time usage. |
16 Jun 2005 05:51:35
2.59
|
ade  |
Assume maintainership.
It's important to note here that these particular versions of autotools
will be left without FreeBSD-specific hacks, so that developers and IDEs
alike will be able to run in a pristine environment, ensuring
cross-platform capability. The prefix of ${LOCALBASE}/gnu-autotools
will remain untouched, it's merely a case of ensuring that they are
kept up to date.
Approved by: marcus |
12 Apr 2005 03:26:57
2.59
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
2.59
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
27 Feb 2005 08:54:13
2.59
|
krion  |
Install .info files by using INFO knob. |
18 Dec 2004 20:28:41
2.59
|
marcus  |
Remove man directories as well.
Reported by: pointyhat via kris |
13 Dec 2004 05:37:51
2.59
|
marcus  |
These ports are strange in that they use a non-standard PREFIX. Make sure to
clean up after them.
Reported by: pointyhat via kris |
17 Oct 2004 06:35:29
2.59
|
marcus  |
Add a missing NO_MTREE. |
17 Oct 2004 06:34:52
2.59
|
marcus  |
Add gnu-autoconf, an unhacked version of autoconf-2.59 aimed at developers
that need to create cross-platform software distributions. This port installs
into ${LOCALBASE}/gnu-autotools, so developers that need to make use of this
version of autoconf can adjust their paths accordingly.
Discussed with: ade |