aboutsummaryrefslogtreecommitdiff
path: root/devel/autoconf267
Commit message (Collapse)AuthorAgeFilesLines
* Reassign the autotools-related ports to a new mailing list,Mark Linimon2009-12-161-1/+4
| | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=245979
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Handle an edge-case where lang/gawk is installed prior to any autoconf*Ade Lovett2008-07-141-1/+1
| | | | | | | | | | | | | | | ports, which then results in an implicit dependency on gawk, with the obvious bad things happening should gawk be later removed. Note that because this is an edge case, which most folks will not run into, and because it doesn't change the default package, I am not bumping PORTREVISION as suggested in the original patch. PR: 125101 Who: matthias <dot> andree <at> gmx <dot> de Notes: svn path=/head/; revision=216848
* Missed patch. Sigh.Ade Lovett2008-05-181-5/+5
| | | | Notes: svn path=/head/; revision=213253
* Fix missed comment updateAde Lovett2008-05-181-1/+1
| | | | Notes: svn path=/head/; revision=213251
* Introduce autoconf 2.62, which can now be used by other ports with theAde Lovett2008-05-173-14/+13
| | | | | | | | | | appropriate USE_AUTOTOOLS stanza. Note that the mass-conversion from autoconf 2.61 -> 2.62 will take place at a later date. Notes: svn path=/head/; revision=213214
* Cosmetic fix for manpages. Correctly use -2.61 for references.Ade Lovett2007-07-281-4/+3
| | | | | | | Submitted by: Jan Henrisk Sylvester <me@janh.de> and others Notes: svn path=/head/; revision=196504
* Fix automake-1.10 and autoconf-2.61 correctly.Ade Lovett2007-07-281-1/+1
| | | | | | | One bad merge out of 25. Sigh. Notes: svn path=/head/; revision=196455
* Update to the autotools new world order.Ade Lovett2007-07-286-110/+107
| | | | | | | | | Tested by: numerous package build runs Approved by: portmgr Thanks to: des, kris, linimon, pav Notes: svn path=/head/; revision=196437
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-2/+1
| | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=196111
* Put autoconf-2.61 into its correct location after repocopyAde Lovett2006-12-071-3/+3
| | | | Notes: svn path=/head/; revision=179111
* Say hello to autoconf-2.6.1 after repository copy from autoconf259Ade Lovett2006-12-047-29/+21
| | | | Notes: svn path=/head/; revision=178785
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
| | | | Notes: svn path=/head/; revision=161363
* Add SHA256Ade Lovett2005-11-141-0/+1
| | | | Notes: svn path=/head/; revision=148191
* Purge WANT_{LIBTOOL,AUTOCONF,AUTOMAKE}_RUNAde Lovett2005-06-161-1/+1
| | | | | | | | | 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. Notes: svn path=/head/; revision=137573
* All that we see or seem, is but a dream, within a dream.Ade Lovett2005-06-151-1/+1
| | | | | | | | | 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. Notes: svn path=/head/; revision=137475
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Relinquish maintainership. I no longer have the time, energy,Ade Lovett2005-02-281-1/+1
| | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=130051
* Use INFO [1]Ade Lovett2004-10-143-12/+27
| | | | | | | | | | Other miscellaneous cleanups with info files PR: 72651 [1] Submitted by: leeym [1] Notes: svn path=/head/; revision=119449
* Long-overdue cosmetic cleanups.Ade Lovett2004-08-031-10/+0
| | | | Notes: svn path=/head/; revision=115368
* Actually put in relevant symlinks to the versioned files inAde Lovett2004-07-292-1/+14
| | | | | | | | ${PREFIX}/bin to non-versioned files in ${PREFIX}/libexec/<autotool><ver> so that the PATH magic in bsd.autotools.mk works correctly. Notes: svn path=/head/; revision=115024
* Fix for auto-creation of an auxiliary directory when using the baseAde Lovett2004-06-302-0/+8
| | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=112630
* Say hello to autoconf 2.59 and automake 1.8(.3) after repo-copy.Ade Lovett2004-03-156-34/+32
| | | | | | | | It's likely to be a really bad idea to use these until they're hooked into the new bsd.autotools.mk Notes: svn path=/head/; revision=104030
* Other minor cosmetic changes to COMMENTAde Lovett2004-02-111-1/+1
| | | | Notes: svn path=/head/; revision=100701
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* 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