FreshPorts -- The Place For Ports Sat, 4 Jul 2009 8:48 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
automake19 1.9.6_3 devel on this many watch lists=222 search for ports that depend on this port
GNU Standards-compliant Makefile generator (1.9)
Maintained by: ade@FreeBSD.org search for ports maintained by this maintainer
Port Added: 05 Aug 2004 14:18:27


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.

WWW: http://www.gnu.org/software/automake/

-- AlanE <alane@freebsd.org>
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: lang/perl5.8, devel/autoconf262
Required To Run: devel/autoconf262, devel/automake-wrapper, lang/perl5.8

To install the port: cd /usr/ports/devel/automake19/ && make install clean
To add the package: pkg_add -r automake19


Configuration Options
     No options to configure

Master Sites:
http://ftp.gnu.org/gnu/automake/
ftp://ftp.gnu.org/gnu/automake/
http://www.gtlib.cc.gatech.edu/pub/gnu/gnu/automake/
http://mirrors.usc.edu/pub/gnu/automake/
http://ftp.funet.fi/pub/gnu/prep/automake/
ftp://ftp.kddlabs.co.jp/GNU/automake/
ftp://ftp.dti.ad.jp/pub/GNU/automake/
http://ring.nict.go.jp/archives/GNU/automake/
http://ring.sakura.ad.jp/archives/GNU/automake/
http://ring.riken.jp/archives/GNU/automake/
ftp://ftp.mirrorservice.org/sites/ftp.gnu.org/gnu/automake/
ftp://ftp.sunsite.org.uk/package/gnu/automake/
ftp://ftp.informatik.hu-berlin.de/pub/gnu/automake/
ftp://ftp.informatik.rwth-aachen.de/pub/mirror/ftp.gnu.org/pub/gnu/automake/
ftp://ftp.rediris.es/sites/ftp.gnu.org/ftp/gnu/automake/
ftp://ftp.chg.ru/pub/gnu/automake/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 23

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
21 Aug 2008 07:18:49
Original commit files touched by this commit  1.9.6_3
rafan search for other commits by this committer
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 View all of this commit message)
20 Aug 2008 01:57:32
Original commit files touched by this commit  1.9.6_3
ade search for other commits by this committer
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
01 Jun 2008 10:34:31
Original commit files touched by this commit  1.9.6_2
ade search for other commits by this committer
Purge 5.x support
31 Jul 2007 08:36:14
Original commit files touched by this commit  1.9.6_2
ade search for other commits by this committer
Fix build on FreeBSD 5.5 (missing makeinfo features)

PR:             115043
Submitted by:   Heiner <h.eichmann@gmx.de>
28 Jul 2007 07:33:59
Original commit files touched by this commit  1.9.6_2
ade search for other commits by this committer
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 10:36:52
Original commit files touched by this commit  1.9.6_1
rafan search for other commits by this committer
- 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
19 May 2007 21:32:57
Original commit files touched by this commit  1.9.6_1
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
04 May 2006 22:41:12
Original commit files touched by this commit  1.9.6
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with D
15 Nov 2005 06:52:12
Original commit files touched by this commit  1.9.6
ade search for other commits by this committer
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.
14 Nov 2005 03:05:47
Original commit files touched by this commit  1.9.6
ade search for other commits by this committer
Add SHA256
28 Jul 2005 22:34:19
Original commit files touched by this commit  1.9.6
ade search for other commits by this committer
Update to 1.9.6
16 Jun 2005 18:29:45
Original commit files touched by this commit  1.9.5
ade search for other commits by this committer
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.
15 Jun 2005 07:28:34
Original commit files touched by this commit  1.9.5
ade search for other commits by this committer
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.
12 Apr 2005 04:26:57
Original commit files touched by this commit  1.9.5
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 09:04:41
Original commit files touched by this commit  1.9.5
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
17 Mar 2005 16:20:17
Original commit files touched by this commit  1.9.5
glewis search for other commits by this committer
. 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
28 Feb 2005 23:32:14
Original commit files touched by this commit  1.9.5
ade search for other commits by this committer
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.
26 Feb 2005 03:29:38
Original commit files touched by this commit  1.9.5
ade search for other commits by this committer
Update to 1.9.5, cursing a few more gratuitous changes
28 Dec 2004 06:43:02
Original commit files touched by this commit  1.9.4
ade search for other commits by this committer
Update to 1.9.4
08 Nov 2004 23:31:24
Original commit files touched by this commit  1.9.3
ade search for other commits by this committer
Update to 1.9.3
14 Oct 2004 21:48:36
Original commit files touched by this commit  1.9.2
ade search for other commits by this committer
Update to 1.9.2, use INFO, and other minor cleanups.
16 Aug 2004 18:48:12
Original commit files touched by this commit  1.9.1
ade search for other commits by this committer
Update to 1.9.1
05 Aug 2004 21:17:27
Original commit files touched by this commit  1.9
ade search for other commits by this committer
Update devel/automake19 to 1.9 after repo-copy

PR:             69967 (repo-copy request)
Submitted by:   ade

Number of commits found: 23

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
nfsenJul 03
nagios*Jul 01
nagios-devel*Jul 01
nagios2*Jul 01
syslog-ng*Jul 01
syslog-ng2*Jul 01
phpmyadminJun 30
tor*Jun 23
tor*Jun 23
cscopeJun 16
cscopeJun 16
finchJun 16
joomla15Jun 16
libpurpleJun 16
pidginJun 16

6 vulnerabilities affecting 11 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 20376
Broken 145
Deprecated 44
Ignore 763
Forbidden 5
Restricted 387
No CDROM 139
Vulnerable 56
Expired 17
Set to expire 25
Interactive 81
new 24 hours 3
new 48 hours4
new 7 days70
new fortnight95
new month181

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.236 seconds.