| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
10 Sep 2007 09:13:46
1.10
|
ade  |
No longer needed given new autotools world order |
11 Aug 2007 23:28:40
1.10
|
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
1.10
|
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 |
09 Dec 2006 07:00:16
1.10
|
ade  |
Since we're using NO_MTREE, we need to completely clean up behind us.
Curiously, with a 'normal test sequence' of PREFIX=/build make ...
this didn't flag any errors.
Submitted by: pointyhat |
05 Dec 2006 19:28:07
1.10
|
ade  |
Fix building documentation under FreeBSD < 6.0
PR: 106385 (with modifications)
Submitted by: Jonathan Lennox <lennox@cs.columbia.edu> |
04 Dec 2006 03:40:25
1.10
|
ade  |
Update to 1.10 |
14 Nov 2005 03:05:47
1.9.6
|
ade  |
Add SHA256 |
28 Jul 2005 21:34:19
1.9.6
|
ade  |
Update to 1.9.6 |
17 Jun 2005 05:31:29
1.9.5
|
ade  |
Add previously-missed patch, required for successful build of 1.9.5
documentation
Submitted by: marcus |
16 Jun 2005 17:27:26
1.9.5
|
ade  |
Update and tweak a little for run-time usage. |
16 Jun 2005 05:51:35
1.8.5
|
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
1.8.5
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
1.8.5
|
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:53:26
1.8.5
|
krion  |
Install .info files by using INFO knob. |
13 Dec 2004 05:37:51
1.8.5
|
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:37:35
1.8.5
|
marcus  |
Add gnu-automake, (repo-copied from devel/automake19) an unhacked version of
automake-1.8.5 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 |