Port details |
- automake15 GNU Standards-compliant Makefile generator (1.5)
- 1.5_6,1 devel
=204 1.5_6,1Version of this port present on the latest quarterly branch.
- Maintainer: autotools@FreeBSD.org
- Port Added: 2004-02-11 19:19:38
- Last Update: 2010-09-24 03:24:38
- SVN Revision: UNKNOWN
- People watching this port, also watch:: m4, gettext, libiconv, gmake, expat
- License: not specified in port
- WWW:
- http://sources.redhat.com/automake/
- Description:
- Automake is an experimental Makefile generator. 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 assumes the project uses autoconf. If you want automatic
dependency tracking support, the use of GNU make is also required.
WWW: http://sources.redhat.com/automake/
-
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:
-
- automake>0:devel/automake15
- No installation instructions:
- This port has been deleted.
- PKGNAME: 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:
-
- perl5.8.9 : lang/perl5.8
- autoconf-2.67 : devel/autoconf267
- Runtime dependencies:
-
- autoconf-2.67 : devel/autoconf267
- automake-wrapper : devel/automake-wrapper
- perl5.8.9 : 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.5_6,1 24 Sep 2010 03:24:38 |
ade |
Purge automake15 from existence. Only a few more to go now. |
1.5_6 15 Sep 2010 18:35:24 |
ade |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
1.5_5,1 16 Dec 2009 11:21:27 |
linimon |
Reassign the autotools-related ports to a new mailing list,
autotools@FreeBSD.org. This is for individuals willing to put in
the hard work to generate patches and work with portmgr as we put
them through -exp runs and work through port breakage that they
create. (A huge number of ports depend on these, so -exp runs are
required.)
Thanks to aDe@ for all the thankless work he's done over the years
to tame these beasts.
Hat: portmgr |
1.5_5,1 21 Aug 2008 06:18:49 |
rafan |
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 (Only the first 15 lines of the commit message are shown above ) |
1.5_5 20 Aug 2008 00:57:32 |
ade |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
1.5_4,1 28 Jul 2007 06:33:59 |
ade |
Update to the autotools new world order.
Tested by: numerous package build runs
Approved by: portmgr
Thanks to: des, kris, linimon, pav |
1.5_3,1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.5_2,1 04 May 2006 21:41:12 |
edwin |
Remove USE_REINPLACE from all categories starting with D |
1.5_2,1 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
1.5_2,1 14 Nov 2005 03:05:47 |
ade |
Add SHA256 |
1.5_2,1 17 Jun 2005 02:56:07 |
ade |
Minor INFO-related cleanups |
1.5_2,1 16 Jun 2005 17:29:45 |
ade |
Purge WANT_{LIBTOOL,AUTOCONF,AUTOMAKE}_RUN
The versioned autotools are now strictly for building other ports in the tree.
Likewise, the gnu- autotools are for runtime dependencies for IDEs, and others,
where unmodified cross-platform capabilities are desired. |
1.5_2,1 15 Jun 2005 06:28:34 |
ade |
All that we see or seem, is but a dream, within a dream.
Take back maintainership. I'll be scouring the PR database shortly,
if I miss any, or someone beats me to it, please feel free to reassign
appropriately. |
1.5_2 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
1.5_2 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.5_2,1 17 Mar 2005 16:20:17 |
glewis |
. Change pre-install to pre-su-install since the target performs privileged
operations. This makes these ports installable by users other than root.
PR: 76422
Submitted by: jhb |
1.5_2,1 28 Feb 2005 23:32:14 |
ade |
Relinquish maintainership. I no longer have the time, energy,
or interest to look after these things any more.
To whomever picks these up, I salute you. I'll reset the relevant
PRs to ports-bugs in a couple of weeks if no-one has taken over
maintainership.
Farewell, autotool hell. |
1.5_2,1 14 Oct 2004 20:47:30 |
ade |
Use INFO [1]
Other miscellaneous cleanups with info files
PR: 72651 [1]
Submitted by: leeym [1] |
1.5_2,1 03 Aug 2004 22:58:11 |
ade |
Long-overdue cosmetic cleanups. |
1.5_2,1 03 Aug 2004 22:36:52 |
ade |
Move devel/autoconf->devel/autoconf253 and devel/automake->devel/automake15
All autotools ports are now truly versioned and do not conflict with each
other.
This marks the end of "Phase 1" of the autotools updates. |
1.5_2,1 29 Jul 2004 19:24:26 |
ade |
Actually put in relevant symlinks to the versioned files in
${PREFIX}/bin to non-versioned files in ${PREFIX}/libexec/<autotool><ver>
so that the PATH magic in bsd.autotools.mk works correctly. |
1.5_1,1 07 Jul 2004 00:59:39 |
ade |
(note automake15 not yet connected to the build)
Fix so that aclocal looks in all appropriate ../share/aclocal*
directories. |
1.5_1,1 29 Mar 2004 21:04:52 |
ade |
Add SIZE to distinfo's
Prompted by: trevor |
1.5_1,1 28 Mar 2004 22:30:22 |
ade |
Set some DEPRECATED and EXPIRATION_DATE knobs to indicate overall intention
of the autotools project to remove all but the latest versions of
libtool, autoconf, and automake, by 31st December 2004.
Note that autoconf259 and automake18 aren't yet accessible through the
relevant USE_* knobs, but will be as soon as bsd.autotools.mk comes into
existence. |
1.5_1,1 11 Feb 2004 19:16:27 |
ade |
Hackery after repo-copies from devel/autoconf and devel/automake
respectively to make these true versioned ports |