Port details |
- gnu-automake GNU Standards-compliant Makefile generator (GNU unmodified)
- 1.10 devel
=36 1.10Version of this port present on the latest quarterly branch.
- Maintainer: ade@FreeBSD.org
- Port Added: 2004-10-17 06:45:15
- Last Update: 2007-09-10 09:13:46
- SVN Revision: UNKNOWN
- People watching this port, also watch:: libiconv, expat, gmake, freetype2
- License: not specified in port
- WWW:
- http://www.gnu.org/software/automake/
- Description:
- Automake is a tool for automatically generating Makefiles compliant with
the GNU Coding Standards. It was inspired by the 4.4BSD make and include
files, but aims to be portable and to conform to the GNU standards for
Makefile variables and targets. Automake is a Perl script. The input files
are called Makefile.am. The output files are called Makefile.in; They are
intended for use with Autoconf. Automake requires certain things to be done
in your configure.in. This package also includes the "aclocal"
program. aclocal is a program to generate an 'aclocal.m4' based on the
contents of 'configure.in'. It is useful as an extensible, maintainable
mechanism for augmenting autoconf.
This port is specifically designed for developers that want to create
cross-platform software distributions on FreeBSD. This version of automake
should _NEVER_ be used with the FreeBSD ports system as a replacement for the
versioned copies of automake.
WWW: http://www.gnu.org/software/automake/
-- AlanE <alane@freebsd.org>
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- gnu-automake>0:devel/gnu-automake
- No installation instructions:
- This port has been deleted.
- PKGNAME: gnu-automake
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- autoconf : devel/gnu-autoconf
- perl5.8.8 : lang/perl5.8
- Runtime dependencies:
-
- autoconf : devel/gnu-autoconf
- perl5.8.8 : lang/perl5.8
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.10 10 Sep 2007 09:13:46 |
ade |
No longer needed given new autotools world order |
1.10 11 Aug 2007 23:28:40 |
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. |
1.10 23 Jul 2007 09:36:52 |
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 |
1.10 09 Dec 2006 07:00:16 |
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 |
1.10 05 Dec 2006 19:28:07 |
ade |
Fix building documentation under FreeBSD < 6.0
PR: 106385 (with modifications)
Submitted by: Jonathan Lennox <lennox@cs.columbia.edu> |
1.10 04 Dec 2006 03:40:25 |
ade |
Update to 1.10 |
1.9.6 14 Nov 2005 03:05:47 |
ade |
Add SHA256 |
1.9.6 28 Jul 2005 21:34:19 |
ade |
Update to 1.9.6 |
1.9.5 17 Jun 2005 05:31:29 |
ade |
Add previously-missed patch, required for successful build of 1.9.5
documentation
Submitted by: marcus |
1.9.5 16 Jun 2005 17:27:26 |
ade |
Update and tweak a little for run-time usage. |
1.8.5 16 Jun 2005 05:51:35 |
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 |
1.8.5 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
1.8.5 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
1.8.5 27 Feb 2005 08:53:26 |
krion |
Install .info files by using INFO knob. |
1.8.5 13 Dec 2004 05:37:51 |
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 |
1.8.5 17 Oct 2004 06:37:35 |
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 |