aboutsummaryrefslogtreecommitdiffstats
path: root/devel/autoconf253
Commit message (Collapse)AuthorAgeFilesLines
* Use INFO [1]ade2004-10-153-12/+25
| | | | | | | Other miscellaneous cleanups with info files PR: 72651 [1] Submitted by: leeym [1]
* Long-overdue cosmetic cleanups.ade2004-08-041-11/+0
|
* Actually put in relevant symlinks to the versioned files inade2004-07-302-1/+14
| | | | | ${PREFIX}/bin to non-versioned files in ${PREFIX}/libexec/<autotool><ver> so that the PATH magic in bsd.autotools.mk works correctly.
* Add SIZE to distinfo'sade2004-03-301-0/+1
| | | | Prompted by: trevor
* Set some DEPRECATED and EXPIRATION_DATE knobs to indicate overall intentionade2004-03-291-0/+3
| | | | | | | | | 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.
* Hackery after repo-copies from devel/autoconf and devel/automakeade2004-02-124-69/+114
| | | | respectively to make these true versioned ports
* Use the cosmetic BUILD_VERSION variable (a la libtool), switch portnamesade2003-06-292-33/+8
| | | | | | away from using the version number twice. Unbreak autoconf257, based on work from Rui Lopes <rui@ruilopes.com>
* Assume maintainership as part of the whole "gnutools" integration process.ade2003-06-101-1/+1
|
* Fix dependency on running perl5 and s,/bin/sh,${SH},.nork2003-06-091-1/+2
| | | | Pointed out by: simokawa
* REST IN PEACEwill2003-06-091-1/+1
| | | | | | | | | Alan Eldridge Born December 15, 1961 in Iowa Died June 6, 2003 in Denver, Colorado Thank you for your contributions, you will be greatly missed.
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Use pre-everything:: instead of pre-everything: to avoid conflict withkris2003-03-011-1/+1
| | | | targets in bsd.port.mk
* Remove the StUdLyCaPs from maintainer name, 'cause some folks won't realizealane2002-11-011-1/+1
| | | | | mail's case insensitive and will try to type that. Sorry folks, purely a cosmetic change here, nothing to see, move along, move along....
* Changed MAINTAINER to my FreeBSD address.alane2002-11-011-1/+1
|
* Set CONFIG_SHELL in env so always use /bin/sh. This way results arealane2002-10-211-1/+2
| | | | | | | at least (closer to) deterministic. PR: 39492 Submitted by: naddy
* Add msg and failure if USE_AUTOCONF* defined.alane2002-10-131-0/+10
|
* 1. Fixed bug in autoscan. Thanks to Joe Marcus Clarke <marcus@marcuscom.com>alane2002-09-163-2/+33
| | | | | | who worked with me and beyond to track this down. 2. Support the emacs autoconf/autotest modes now, for both emacs21 and xemacs21. Other (x)emacsen may work, depends on where they put things.
* Take maintainership since Ade Lovett departed and I know these programsalane2002-09-161-1/+1
| | | | pretty well.
* Relinquish all my ports.ade2002-09-071-1/+1
|
* Stage a mini-coup, and borrow these ports from portmgr@ for a while,ade2002-08-011-1/+1
| | | | | | | since I'm doing most of the updating, and am working on a port/Mk/bsd.<gnublah>.mk to move some cruft around. Sponsored by: Mr. Smith and Mr. Wesson. :)
* Install the info files properly.knu2002-03-141-0/+4
| | | | Submitted by: "James E. Flemer" <jflemer@acm.jhu.edu>
* Update to 2.53, which fixes many bugs.knu2002-03-143-25/+66
| | | | | | Use the bzip2 tarball. Approved by: portmgr (will)
* Add additional scripts to help things that need them. Bump PORTREVISION.will2001-12-262-2/+8
| | | | In particular, config.sub is required for japanese/FreeWnn-lib.
* Bump PORTREVISION for including install-sh. *sigh*will2001-12-261-0/+1
|
* Provide install-sh.will2001-12-242-0/+4
| | | | | PR: 25828 Submitted by: yar
* Upgrade to 2.52; this should solve some problems when mixing ac 2.13* andwill2001-12-2311-145/+20
| | | | | | | | | | am 1.5. Ports which require 2.13/1.4 will be modified to use the ac213 and am14 ports. PR: 29069 Submitted by: pat Approved by: sobomax, ade, steve (contingent upon me fixing every problem that crops up)
* Upgrade to the Cygnus "000227" (27-Feb-2000) version. This is a laterobrien2001-10-253-7/+9
| | | | | | | | | version than 2.13. I could find no ports that broke with this update. Approved by: portmgr Message-ID: <20011024214950.W25747@squall.waterspout.com>
* Remove jseger and torstenb from maintainership of their ports, theydwcjr2001-09-181-1/+1
| | | | | | have been inactive for too long Approved by: will
* Add a note that indicates why this port can't be updated yetdougb2001-08-121-0/+4
|
* Finally nail the nasty autoconf habit of leaving ${TMPDIR}/acin.*ade2001-06-012-11/+17
| | | | turds lying around in certain circumstances.
* Add WWW: linedemon2001-03-241-0/+2
|
* m4(1) was stripping the [] to leave *.Cc in my previous fix and thissteve2000-08-251-1/+1
| | | | | | | | was causing problems with a few ports determining that .c was the suffix for executables. The fix is to expand it to '*.c | *.C' so that m4(1) doesn't try to outsmart us. Noticed by: George W. Dinolt <gdinolt@pacbell.net>
* Teach autoconf about .C files so that it doesn't inadvertently think .Csteve2000-08-201-0/+11
| | | | is the extension for executables.
* PORTNAME/PORTVERSION updatemharo2000-04-121-2/+2
|
* Create a tempfile a bit later on so it doesnt get left behind.kris2000-02-171-5/+5
| | | | Submitted by: ade
* Secure tempfile generationkris2000-01-153-0/+52
| | | | | Obtained from: OpenBSD No Response From: Maintainer
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-2/+2
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Remove the test to create ${PREFIX}/share/info/dir as it is nowmharo1999-06-062-5/+1
| | | | in bsd.port.mk and this helps to unify the check and install.
* Add builddepends on gnu's M4.obrien1999-02-111-1/+2
| | | | | PR: ports/9806 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Update to version 2.13.steve1999-01-265-18/+21
| | | | | PR: 9656 Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us>
* Fix info page problem.vanilla1998-09-241-2/+4
|
* Remove 2 foolish lines about info page.vanilla1998-09-171-4/+2
|
* portlint.vanilla1998-05-041-3/+3
|
* Add @dirrm share/autoconf.max1997-06-161-0/+1
|
* sed -> ${SED}max1997-06-141-5/+5
| | | | Add `@' at the beginning of install-info related commands in post-install.
* Use install-info to add info dir entry.max1997-06-132-1/+13
|
* Modify standards.texi and add @dircategory as well as correctlymax1997-06-131-0/+17
| | | | align the dir entry.
* Patch up autoconf.texi and add @dircategory.max1997-06-131-0/+10
|
* upgrade to 1.12torstenb1997-01-162-4/+4
| | | | Submitted by: fenner
* Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-2/+2
|
* Put files into alphabetical order to make it easier to check forgpalmer1996-06-041-9/+9
| | | | new additions.
* Upgrade to autoconf 2.10gpalmer1996-06-042-4/+4
|
* Use RUN_DEPENDS instead of EXEC_DEPENDS, as it is not (technicall) necessaryasami1996-04-011-2/+3
| | | | | | | to have /usr/local/bin/gm4 just to build this port. However, the configure script would find /usr/bin/m4 if /usr/local/bin/gm4 isn't there, so tell it to use tha latter via CONFIGURE_ENV.
* Stop trying to strip shell scripts so this thing actually installs.asami1996-03-291-19/+21
|
* Upgrade to 2.9markm1996-03-284-16/+14
|
* Update autoconf from 2.6 to 2.7. 2.6 is no longer found on the mastersite.ats1995-12-261-1/+1
| | | | Update the COMMENT file that told something about 2.5 :-).
* Update autoconf from 2.6 to 2.7. 2.6 is no longer found on the mastersite.ats1995-12-262-4/+4
|
* Change gategory name "development" -> "devel". Also take out theasami1995-11-261-2/+2
| | | | | "programming" that was in some of them, it's pretty obvious what we are talking about here.
* Upgrade 2.5 -> 2.6ache1995-11-232-4/+4
|
* Upgrade: 2.4 -> 2.5ache1995-11-203-5/+5
|
* GNU autoconf ver 2.4, to generate your own configure scripts.asami1995-10-126-0/+72
Submitted by: torstenb