FreshPorts -- The Place For Ports notbug Sat, 26 May 2012 4:36 PM BST
Port details
automake110 1.10.3 devel Deleted on this many watch lists=54 search for ports that depend on this port
GNU Standards-compliant Makefile generator (1.10)
Was Maintained by: autotools@FreeBSD.org search for ports maintained by this maintainer
Port Added: 07 Dec 2006 11:13:01
License: not specified in port


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/
CVSWeb : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: lang/perl5.8, devel/autoconf267
Required To Run: devel/autoconf267, devel/automake-wrapper, lang/perl5.8
There are no ports dependent upon this port

No installation instructions: this port has been deleted.

The package name of this deleted port was: automake110


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/
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.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/
http://ftp.funet.fi/pub/gnu/prep/automake/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Port Moves
  • port deleted on 2010-10-07
    REASON: No longer required by any port

Number of commits found: 14

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
07 Oct 2010 16:54:28
Original commit files touched by this commit  1.10.3
ade search for other commits by this committer
Complete de-orbit burn sequence for automake19 and automake110.

Special thanks to Travis Thaxton (travis <at> thax.org) for his recent
kind hardware donation, without which this particular part of the
never-ending autotools work would have taken _considerably_ longer to do.
15 Sep 2010 18:35:24
Original commit files touched by this commit  1.10.3
ade search for other commits by this committer
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
16 Dec 2009 11:21:27
Original commit files touched by this commit  1.10.1
linimon search for other commits by this committer
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
21 Aug 2008 06:18:49
Original commit files touched by this commit  1.10.1
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 00:57:32
Original commit files touched by this commit  1.10.1
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)
06 Jun 2008 02:36:00
Original commit files touched by this commit  1.10.1
ade search for other commits by this committer
Major autotools-related update:

        automake        1.10   -> 1.10.1
        gettext         0.16.1 -> 0.17
        libtool         1.5.24 -> 1.5.26
        m4              1.4.9  -> 1.4.11

Please see ports/UPDATING entry 20080605 for further information.

PR:             123450
Tested by:      Full -exp package building run
Thanks to:      linimon, pav
Approved by:    portmgr
01 Jun 2008 09:34:31
Original commit files touched by this commit  1.10_3
ade search for other commits by this committer
Purge 5.x support
28 Jul 2007 10:01:09
Original commit files touched by this commit  1.10_3
ade search for other commits by this committer
Fix automake-1.10 and autoconf-2.61 correctly.

One bad merge out of 25.  Sigh.
28 Jul 2007 06:33:59
Original commit files touched by this commit  1.10_3
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 09:36:52
Original commit files touched by this commit  1.10_2
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 20:32:57
Original commit files touched by this commit  1.10_2
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}.
07 Feb 2007 10:04:31
Original commit files touched by this commit  1.10_1
ade search for other commits by this committer
Fix build on RELENG_5, by forcing the use of texinfo-4.8

Submitted by:   pointyhat
31 Jan 2007 01:03:40
Original commit files touched by this commit  1.10_1
ade search for other commits by this committer
Fix botched patch, ensuring that automake 1.10 actually uses
autoconf 2.61 like it's supposed to.

PR:             107672
Submitted by:   Charming Sun <snnn119@gmail.com>
07 Dec 2006 10:57:12
Original commit files touched by this commit  1.10
ade search for other commits by this committer
Say hello to automake 1.10 after repocopy

Number of commits found: 14

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 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 23670
Broken 193
Deprecated 147
Ignore 735
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 41
Set to expire 188
Interactive 54
new 24 hours 11
new 48 hours31
new 7 days57
new fortnight181
new month253

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

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