Port details |
- autoconf259 Automatically configure source code on many Un*x platforms (2.59)
- 2.59_3 devel
=239 2.59_3Version of this port present on the latest quarterly branch. - Maintainer: ade@FreeBSD.org
![search for ports maintained by this maintainer search for ports maintained by this maintainer](/images/search.jpg) - Port Added: 2004-03-15 01:26:29
- Last Update: 2007-09-30 05:04:56
- SVN Revision: UNKNOWN
- People watching this port, also watch:: gmake, m4, libiconv, gettext
- License: not specified in port
- WWW:
- http://www.gnu.org/software/autoconf/
- Description:
- Autoconf is an extensible package of m4 macros that produce shell
scripts to automatically configure software source code packages.
These scripts can adapt the packages to many kinds of UNIX-like
systems without manual user intervention. Autoconf creates a
configuration script for a package from a template file that lists the
operating system features that the package can use, in the form of m4
macro calls.
WWW: http://www.gnu.org/software/autoconf/
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ ![SVNWeb - no subversion history for this port SVNWeb - no subversion history for this port](/images/subversion-greyed.png)
- 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:
-
- autoconf>0:devel/autoconf259
- No installation instructions:
- This port has been deleted.
- PKGNAME: autoconf
- 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:
![pkg-fallout pkg-fallout](/images/fallout.svg)
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gm4 : devel/m4
- help2man : misc/help2man
- gmake : devel/gmake
- perl5.8.8 : lang/perl5.8
- Runtime dependencies:
-
- gm4 : devel/m4
- autoconf-wrapper : devel/autoconf-wrapper
- 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 |
30 Sep 2007 05:04:56
![files touched by this commit files touched by this commit](/images/logs.gif) |
ade ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove autoconf-2.53/autoconf-2.59 from the tree, no longer needed.
PR: 116639 |
2.59_3 28 Jul 2007 06:33:59
![files touched by this commit files touched by this commit](/images/logs.gif) |
ade ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to the autotools new world order.
Tested by: numerous package build runs
Approved by: portmgr
Thanks to: des, kris, linimon, pav |
2.59_2 04 May 2006 21:41:12
![files touched by this commit files touched by this commit](/images/logs.gif) |
edwin ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove USE_REINPLACE from all categories starting with D |
2.59_2 14 Nov 2005 03:05:47
![files touched by this commit files touched by this commit](/images/logs.gif) |
ade ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add SHA256 |
2.59_2 16 Jun 2005 17:29:45
![files touched by this commit files touched by this commit](/images/logs.gif) |
ade ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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. |
2.59_2 15 Jun 2005 06:28:34
![files touched by this commit files touched by this commit](/images/logs.gif) |
ade ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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. |
2.59_2 12 Apr 2005 03:26:57
![files touched by this commit files touched by this commit](/images/logs.gif) |
obrien ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
2.59_2 11 Apr 2005 08:04:41
![files touched by this commit files touched by this commit](/images/logs.gif) |
obrien ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
2.59_2 28 Feb 2005 23:32:14
![files touched by this commit files touched by this commit](/images/logs.gif) |
ade ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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. |
2.59_2 14 Oct 2004 20:47:30
![files touched by this commit files touched by this commit](/images/logs.gif) |
ade ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Use INFO [1]
Other miscellaneous cleanups with info files
PR: 72651 [1]
Submitted by: leeym [1] |
2.59_2 03 Aug 2004 22:58:11
![files touched by this commit files touched by this commit](/images/logs.gif) |
ade ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Long-overdue cosmetic cleanups. |
2.59_2 29 Jul 2004 19:24:26
![files touched by this commit files touched by this commit](/images/logs.gif) |
ade ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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. |
2.59_1 30 Jun 2004 21:42:59
![files touched by this commit files touched by this commit](/images/logs.gif) |
ade ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix for auto-creation of an auxiliary directory when using the base
version of perl in 4.x
Whilst the package list isn't affected, PORTREVISION has been bumped
to warn 4.x users -- those on 5.x don't necessarily have to update.
PR: 68509
Submitted by: Martin Kammerhofer <dada@pluto.tugraz.at> |
2.59 15 Mar 2004 01:25:58
![files touched by this commit files touched by this commit](/images/logs.gif) |
ade ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Say hello to autoconf 2.59 and automake 1.8(.3) after repo-copy.
It's likely to be a really bad idea to use these until they're hooked
into the new bsd.autotools.mk |