aboutsummaryrefslogtreecommitdiff
path: root/devel/automake17
Commit message (Collapse)AuthorAgeFilesLines
* Purge 3 outdated, old-and-busted, versions of automake as part ofAde Lovett2010-09-236-204/+0
| | | | | | | | | ongoing cleanup to find sanity in the world. Feature safe: yes (surprisingly) Notes: svn path=/head/; revision=261660
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-2/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* 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
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* Do the PORTREVISION correctly (ie: old value + 1). Sigh. More coffee.Ade Lovett2008-06-071-1/+1
| | | | | | | | | | | Or, perhaps, less beer. Nah. Unthinkable. Still no functional changes. Gently reminded by: kris ;) Notes: svn path=/head/; revision=214474
* Fix PORTREVISION as per krismail. These two did previously exist wayAde Lovett2008-06-071-0/+1
| | | | | | | back when, so make them match up. No functional changes. Notes: svn path=/head/; revision=214473
* Update to the autotools new world order.Ade Lovett2007-07-286-0/+201
| | | | | | | | | Tested by: numerous package build runs Approved by: portmgr Thanks to: des, kris, linimon, pav Notes: svn path=/head/; revision=196437
* Autotools cleanup. Remove autoconf257 (259), automake17 (18), andAde Lovett2004-07-0110-381/+0
| | | | | | | | | | | libtool14 (13/15). PR: 67768 Submitted by: ade Approved by: 4-exp bento runs (thanks, kris!) Notes: svn path=/head/; revision=112679
* Sync with new bsd.autotools.mkAde Lovett2004-06-041-3/+2
| | | | Notes: svn path=/head/; revision=110841
* Fix minor bug introduced with automake17 upgradeAde Lovett2004-05-171-1/+3
| | | | | | | Submitted by: many Notes: svn path=/head/; revision=109359
* Update to 1.7.9, the last of the 1.7.x branchAde Lovett2004-05-134-21/+14
| | | | Notes: svn path=/head/; revision=109081
* Add SIZE to distinfo'sAde Lovett2004-03-291-0/+1
| | | | | | | Prompted by: trevor Notes: svn path=/head/; revision=105650
* Set some DEPRECATED and EXPIRATION_DATE knobs to indicate overall intentionAde Lovett2004-03-281-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. Notes: svn path=/head/; revision=105565
* Other minor cosmetic changes to COMMENTAde Lovett2004-02-111-1/+1
| | | | Notes: svn path=/head/; revision=100701
* Put the crack pipe away, and force this !*&@&%^! toAde Lovett2003-06-297-4/+224
| | | | | | | | | use a sensible versioning scheme like the other automake ports. PORTREVISION bump owing to pointy hat sitting on aDe's head. Notes: svn path=/head/; revision=83801
* Use the cosmetic BUILD_VERSION variable (a la libtool), switch portnamesAde Lovett2003-06-299-410/+117
| | | | | | | | | away from using the version number twice. Unbreak automake17, base on work from Rui Lopes <rui@ruilopes.com> Notes: svn path=/head/; revision=83800
* 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
* Make BROKEN message displayable.Edwin Groothuis2003-05-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [/usr/ports/devel/automake17] root@k7>ls -al total 54 drwxr-xr-x 3 root wheel 512 May 2 18:42 . drwxr-xr-x 942 portbuild wheel 46080 Apr 28 08:59 .. -rw-r--r-- 1 root wheel 1456 Mar 11 12:48 Makefile -rw-r--r-- 1 root wheel 63 Feb 24 12:00 distinfo drwxr-xr-x 2 root wheel 512 Feb 24 12:00 files -rw-r--r-- 1 root wheel 757 Nov 13 12:25 pkg-descr -rw-r--r-- 1 root wheel 2980 Feb 24 12:00 pkg-plist [/usr/ports/devel/automake17] root@k7>make [/usr/ports/devel/automake17] root@k7>ls -al total 55 drwxr-xr-x 3 root wheel 512 May 2 18:43 . drwxr-xr-x 942 portbuild wheel 46080 Apr 28 08:59 .. -rw-r--r-- 1 root wheel 76 May 2 18:43 = -rw-r--r-- 1 root wheel 1456 Mar 11 12:48 Makefile -rw-r--r-- 1 root wheel 63 Feb 24 12:00 distinfo drwxr-xr-x 2 root wheel 512 Feb 24 12:00 files -rw-r--r-- 1 root wheel 757 Nov 13 12:25 pkg-descr -rw-r--r-- 1 root wheel 2980 Feb 24 12:00 pkg-plist [/usr/ports/devel/automake17] root@k7>make -V BROKEN Needs autoconf >= 254 to build. [/usr/ports/devel/automake17] root@k7>cat = ===> automake17-1.7.2,1 is marked as broken: Needs autoconf 254 to build.. Informed maintainer. Notes: svn path=/head/; revision=80006
* 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
* bring in all the patchesAlan Eldridge2003-02-236-0/+286
| | | | Notes: svn path=/head/; revision=76313
* get this into the tree but marked brokenAlan Eldridge2003-02-234-15/+123
| | | | Notes: svn path=/head/; revision=76312
* prepare for real portAlan Eldridge2003-02-133-3/+3
| | | | Notes: svn path=/head/; revision=75451
* 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
* Add explicit ignore assignments to try to get bento to leave this shit alone.Alan Eldridge2002-11-251-1/+2
| | | | Notes: svn path=/head/; revision=71061
* 1. Update version to 1.7.1.Alan Eldridge2002-11-038-191/+20
| | | | | | | | | | | 2. Rewrote pkg-comment and pkg-descr files. 3. Marked pkg-plist file as not done. 4. Made do-build and do-install targets indicating that this port is not at all ready to even be looked at. The repocopy was a placeholder for when I can get to it. Notes: svn path=/head/; revision=69340
* 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
* Removed erroneous ${DESTDIR} that I put in Makefile pre-/post- targets.Alan Eldridge2002-10-211-2/+2
| | | | Notes: svn path=/head/; revision=68449
* 1. Renamed patch files.Alan Eldridge2002-10-155-3/+4
| | | | | | | 2. Updated version & distinfo. Notes: svn path=/head/; revision=68080
* Undef NO_IGNORE.Alan Eldridge2002-10-151-1/+6
| | | | | | | Mark as BORKED, BROKEN, and FORBIDDEN. Notes: svn path=/head/; revision=68074
* 1. Made post-install DESTDIR-safe.Alan Eldridge2002-10-131-4/+10
| | | | | | | | 2. Made nicer message when USE_AUTOMAKE* is defined. 3. Removed unneeded WRKSRC= line. Notes: svn path=/head/; revision=67972
* Take maintainership since Ade Lovett departed and I know these programsAlan Eldridge2002-09-161-1/+1
| | | | | | | pretty well. Notes: svn path=/head/; revision=66420
* Due to popular demant into each port which might be inserted into dependencyMaxim Sobolev2002-09-141-0/+4
| | | | | | | | | | | | | list by bsd.port.mk insert anti foot-shooting device, which prevents infinite fork loop when the user defines corresponding USE_XXX in global make.conf, command line or environment. Similar devices should probably be inserted into ports that might be inserted into dependency list by others bsd.foo.mk files (bsd.ruby.mk, bsd.python.mk and so on.) Notes: svn path=/head/; revision=66299
* 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
* Fix pkg-plist.Maxim Sobolev2001-10-301-41/+54
| | | | | | | Submitted by: Udo Schweigert <udo.schweigert@siemens.com> Notes: svn path=/head/; revision=49382
* Put back PORTEPOCH, which was erroneously deleted in one of the previousMaxim Sobolev2001-10-301-0/+1
| | | | | | | | commits. Repeat after me: once set PORTEPOCH could not be decreased or deleted. Notes: svn path=/head/; revision=49361
* [Re]Update to version 1.5.David E. O'Brien2001-10-294-33/+17
| | | | | | | | The legacy version is known as 'automake14' for those that find automake 1.5 incompatible. Notes: svn path=/head/; revision=49303
* (portmgr@ hat on)Maxim Sobolev2001-10-085-72/+75
| | | | | | | | | - Backout recent upgrade because it broke way too many ports; - assign maintainership to portmgr@FreeBSD.org due to importancy of this port to the overall ports infrastructure. Notes: svn path=/head/; revision=48552
* Update to version 1.5.Dmitry Sivachenko2001-10-075-73/+71
| | | | Notes: svn path=/head/; revision=48518
* Turn famous `duplicated macro ...' into a warning rather than an error.Maxim Sobolev2001-08-112-5/+18
| | | | Notes: svn path=/head/; revision=46070
* Update to 1.4-p5.Dmitry Sivachenko2001-07-202-3/+3
| | | | Notes: svn path=/head/; revision=45291
* Update to 1.4-p4. patch-ac was integrated into distribution.Dmitry Sivachenko2001-07-203-23/+5
| | | | | | | MAINTAINER timeout. Notes: svn path=/head/; revision=45290
* Add WWW line.Dmitry Sivachenko2001-03-201-0/+2
| | | | Notes: svn path=/head/; revision=40121
* - Do not read a file more than once, where the sameness is judged byAkinori MUSHA2000-07-191-6/+44
| | | | | | | | | | | | | | | | the inode numbers of files. This should fix the "duplicated macros" error when aclocal is invoked with `-I ${X11BASE}/share/aclocal' explicitly. - Do not scan ${X11BASE}/share/aclocal if it does not exist. (Or it's (a symlink to)* a directory) This should fix the "no such directory" error when you build a non-X port without X installed. (like on bento) Notes: svn path=/head/; revision=30842
* Persuade automake to look not only in ${PREFIX}/share/aclocalAde Lovett2000-07-152-0/+14
| | | | | | | | | | | | | (ie: ${LOCALBASE}), but also ${X11BASE}/share/aclocal via an extra patch and some configure-time substitution Discussed on: ports (quite a while back) Original disgusting hack by: ade Suggested improvements by: asami Reworked patch by: ade Notes: svn path=/head/; revision=30673
* Don't remove share/aclocal.Satoshi Asami2000-06-031-1/+0
| | | | Notes: svn path=/head/; revision=29135
* Fix a typo. This will be in the next release of automake as it is alreadySteve Price2000-04-291-2/+11
| | | | | | | | | | in their CVS repository. PR: 18069 Submitted by: Joe Jih-Shien Lu <JoeLu@joelu.m8.ntu.edu.tw> Notes: svn path=/head/; revision=28107