summaryrefslogtreecommitdiff
path: root/devel/gnu-autoconf (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'RELEASE_5_2_0'.release/5.2.0cvs2svn2003-12-126-183/+0
| | | | | Notes: svn path=/head/; revision=95679 svn path=/tags/RELEASE_5_2_0/; revision=95680; tag=release/5.2.0
* Use the cosmetic BUILD_VERSION variable (a la libtool), switch portnamesAde Lovett2003-06-297-117/+128
| | | | | | | | | away from using the version number twice. Unbreak autoconf257, based on work from Rui Lopes <rui@ruilopes.com> Notes: svn path=/head/; revision=83799
* Unbreak autoconf257.Jun Kuriyama2003-06-185-7/+43
| | | | | | | Approved by: ade Notes: svn path=/head/; revision=83274
* Assume maintainership as part of the whole "gnutools" integration process.Ade Lovett2003-06-091-1/+1
| | | | Notes: svn path=/head/; revision=82632
* REST IN PEACEWill Andrews2003-06-081-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. Notes: svn path=/head/; revision=82550
* Use pre-everything:: instead of pre-everything: to avoid conflict withKris Kennaway2003-02-281-1/+1
| | | | | | | targets in bsd.port.mk Notes: svn path=/head/; revision=76674
* comment out include of manpages.mk so wont break INDEXAlan Eldridge2003-02-231-1/+1
| | | | Notes: svn path=/head/; revision=76305
* mark BORKED until finishedAlan Eldridge2003-02-193-14/+63
| | | | Notes: svn path=/head/; revision=75877
* starting work on actual port; this commit removes files from a previous versionAlan Eldridge2003-02-134-92/+7
| | | | Notes: svn path=/head/; revision=75483
* Correct ports that were abusing the FORBIDDEN variable and replace withSean Chittenden2003-02-071-1/+0
| | | | | | | | | | | | | | | | | | | | | either IGNORE or BROKEN. Since there seems to be some confusion, for the record: BROKEN is reserved for ports that don't work. This will prevent users from installing the port, but please note that ports marked as BROKEN will still be built by bento IGNORE is reserved for ports that should not be built for one reason or another (including bento). Users and bento will not build ports marked as IGNORE. FORBIDDEN is reserved for security breakages only!!! Only mark a port as FORBIDDEN if there is a security issue with the port at the time. Reviewed by: kris (portmgr) Notes: svn path=/head/; revision=75004
* Put the MD5 back. Didn't mean to nuke it.Alan Eldridge2002-11-251-0/+1
| | | | Notes: svn path=/head/; revision=71062
* Add explicit ignore assignments to try to get bento to leave this shit alone.Alan Eldridge2002-11-252-2/+2
| | | | Notes: svn path=/head/; revision=71061
* Remove the StUdLyCaPs from maintainer name, 'cause some folks won't realizeAlan Eldridge2002-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.... Notes: svn path=/head/; revision=69249
* Changed MAINTAINER to my FreeBSD address.Alan Eldridge2002-11-011-1/+1
| | | | Notes: svn path=/head/; revision=69236
* Set CONFIG_SHELL in env so always use /bin/sh. This way results areAlan Eldridge2002-10-201-2/+5
| | | | | | | | | | at least (closer to) deterministic. PR: 39492 Submitted by: naddy Notes: svn path=/head/; revision=68432
* PORTNAME => autoconf254. It's still BORKED, BROKEN, & FORBIDDEN, as wellAlan Eldridge2002-10-161-1/+1
| | | | | | | | as being a biohazard and classified as a chemical weapon - it has been used to sterilize frogs at up to 300 metres. Notes: svn path=/head/; revision=68144
* Update distinfo and Makefile to 2.54.Alan Eldridge2002-10-152-3/+10
| | | | | | | | Mark as BROKEN, BORKED, and FORBIDDEN. Undef NO_IGNORE so that people have to abide by it. Notes: svn path=/head/; revision=68072
* Add msg and failure if USE_AUTOCONF* defined.Alan Eldridge2002-10-131-0/+10
| | | | Notes: svn path=/head/; revision=67966
* 1. Fixed bug in autoscan. Thanks to Joe Marcus Clarke <marcus@marcuscom.com>Alan Eldridge2002-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. Notes: svn path=/head/; revision=66432
* Take maintainership since Ade Lovett departed and I know these programsAlan Eldridge2002-09-161-1/+1
| | | | | | | pretty well. Notes: svn path=/head/; revision=66420
* Relinquish all my ports.Ade Lovett2002-09-071-1/+1
| | | | Notes: svn path=/head/; revision=65776
* Stage a mini-coup, and borrow these ports from portmgr@ for a while,Ade Lovett2002-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. :) Notes: svn path=/head/; revision=63830
* Install the info files properly.Akinori MUSHA2002-03-141-0/+4
| | | | | | | Submitted by: "James E. Flemer" <jflemer@acm.jhu.edu> Notes: svn path=/head/; revision=56077
* Update to 2.53, which fixes many bugs.Akinori MUSHA2002-03-143-25/+66
| | | | | | | | | Use the bzip2 tarball. Approved by: portmgr (will) Notes: svn path=/head/; revision=56071
* Add additional scripts to help things that need them. Bump PORTREVISION.Will Andrews2001-12-262-2/+8
| | | | | | | In particular, config.sub is required for japanese/FreeWnn-lib. Notes: svn path=/head/; revision=52209
* Bump PORTREVISION for including install-sh. *sigh*Will Andrews2001-12-261-0/+1
| | | | Notes: svn path=/head/; revision=52206
* Provide install-sh.Will Andrews2001-12-242-0/+4
| | | | | | | | PR: 25828 Submitted by: yar Notes: svn path=/head/; revision=52103
* Upgrade to 2.52; this should solve some problems when mixing ac 2.13* andWill Andrews2001-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) Notes: svn path=/head/; revision=52021
* Upgrade to the Cygnus "000227" (27-Feb-2000) version. This is a laterDavid E. O'Brien2001-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> Notes: svn path=/head/; revision=49203
* Remove jseger and torstenb from maintainership of their ports, theyDavid W. Chapman Jr.2001-09-171-1/+1
| | | | | | | | | have been inactive for too long Approved by: will Notes: svn path=/head/; revision=47915
* Add a note that indicates why this port can't be updated yetDoug Barton2001-08-121-0/+4
| | | | Notes: svn path=/head/; revision=46101
* Finally nail the nasty autoconf habit of leaving ${TMPDIR}/acin.*Ade Lovett2001-05-312-11/+17
| | | | | | | turds lying around in certain circumstances. Notes: svn path=/head/; revision=43363
* Add WWW: lineDmitry Sivachenko2001-03-231-0/+2
| | | | Notes: svn path=/head/; revision=40290
* m4(1) was stripping the [] to leave *.Cc in my previous fix and thisSteve Price2000-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> Notes: svn path=/head/; revision=31967
* Teach autoconf about .C files so that it doesn't inadvertently think .CSteve Price2000-08-191-0/+11
| | | | | | | is the extension for executables. Notes: svn path=/head/; revision=31775
* PORTNAME/PORTVERSION updateMichael Haro2000-04-111-2/+2
| | | | Notes: svn path=/head/; revision=27452
* Create a tempfile a bit later on so it doesnt get left behind.Kris Kennaway2000-02-171-5/+5
| | | | | | | Submitted by: ade Notes: svn path=/head/; revision=25927
* Secure tempfile generationKris Kennaway2000-01-153-0/+52
| | | | | | | | Obtained from: OpenBSD No Response From: Maintainer Notes: svn path=/head/; revision=24761
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-2/+2
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* Remove the test to create ${PREFIX}/share/info/dir as it is nowMichael Haro1999-06-052-5/+1
| | | | | | | in bsd.port.mk and this helps to unify the check and install. Notes: svn path=/head/; revision=19223
* Add builddepends on gnu's M4.David E. O'Brien1999-02-111-1/+2
| | | | | | | | PR: ports/9806 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=16618
* Update to version 2.13.Steve Price1999-01-265-18/+21
| | | | | | | | PR: 9656 Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us> Notes: svn path=/head/; revision=16306
* Fix info page problem.Vanilla I. Shu1998-09-231-2/+4
| | | | Notes: svn path=/head/; revision=13363
* Remove 2 foolish lines about info page.Vanilla I. Shu1998-09-161-4/+2
| | | | Notes: svn path=/head/; revision=13184
* portlint.Vanilla I. Shu1998-05-041-3/+3
| | | | Notes: svn path=/head/; revision=10831
* Add @dirrm share/autoconf.Masafumi Max NAKANE1997-06-161-0/+1
| | | | Notes: svn path=/head/; revision=6958
* sed -> ${SED}Masafumi Max NAKANE1997-06-131-5/+5
| | | | | | | Add `@' at the beginning of install-info related commands in post-install. Notes: svn path=/head/; revision=6916
* Use install-info to add info dir entry.Masafumi Max NAKANE1997-06-132-1/+13
| | | | Notes: svn path=/head/; revision=6906
* Modify standards.texi and add @dircategory as well as correctlyMasafumi Max NAKANE1997-06-131-0/+17
| | | | | | | align the dir entry. Notes: svn path=/head/; revision=6905