aboutsummaryrefslogtreecommitdiff
path: root/devel/automake110
Commit message (Collapse)AuthorAgeFilesLines
* Complete de-orbit burn sequence for automake19 and automake110.Ade Lovett2010-10-077-238/+0
| | | | | | | | | Special thanks to Travis Thaxton (travis <at> thax.org) for his recent kind hardware donation, without which this particular part of the never-ending autotools work would have taken _considerably_ longer to do. Notes: svn path=/head/; revision=262572
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-152-5/+5
| | | | | | | | 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-162-3/+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
* Major autotools-related update:Ade Lovett2008-06-062-5/+4
| | | | | | | | | | | | | | | | | automake 1.10 -> 1.10.1 gettext 0.16.1 -> 0.17 libtool 1.5.24 -> 1.5.26 m4 1.4.9 -> 1.4.11 Please see ports/UPDATING entry 20080605 for further information. PR: 123450 Tested by: Full -exp package building run Thanks to: linimon, pav Approved by: portmgr Notes: svn path=/head/; revision=214412
* Purge 5.x supportAde Lovett2008-06-011-10/+2
| | | | Notes: svn path=/head/; revision=214098
* 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-2811-301/+152
| | | | | | | | | 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
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-192-7/+4
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Fix build on RELENG_5, by forcing the use of texinfo-4.8Ade Lovett2007-02-071-2/+10
| | | | | | | Submitted by: pointyhat Notes: svn path=/head/; revision=184481
* Fix botched patch, ensuring that automake 1.10 actually usesAde Lovett2007-01-313-2/+3
| | | | | | | | | | autoconf 2.61 like it's supposed to. PR: 107672 Submitted by: Charming Sun <snnn119@gmail.com> Notes: svn path=/head/; revision=183750
* Say hello to automake 1.10 after repocopyAde Lovett2006-12-077-64/+72
| | | | Notes: svn path=/head/; revision=179112
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
| | | | Notes: svn path=/head/; revision=161363
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Add SHA256Ade Lovett2005-11-141-0/+1
| | | | Notes: svn path=/head/; revision=148191
* Update to 1.9.6Ade Lovett2005-07-283-11/+20
| | | | Notes: svn path=/head/; revision=140350
* Purge WANT_{LIBTOOL,AUTOCONF,AUTOMAKE}_RUNAde Lovett2005-06-161-2/+3
| | | | | | | | | 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
* . Change pre-install to pre-su-install since the target performs privilegedGreg Lewis2005-03-171-1/+1
| | | | | | | | | | operations. This makes these ports installable by users other than root. PR: 76422 Submitted by: jhb Notes: svn path=/head/; revision=131509
* 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
* Update to 1.9.5, cursing a few more gratuitous changesAde Lovett2005-02-263-13/+13
| | | | Notes: svn path=/head/; revision=129816
* Update to 1.9.4Ade Lovett2004-12-283-10/+10
| | | | Notes: svn path=/head/; revision=125326
* Update to 1.9.3Ade Lovett2004-11-084-14/+14
| | | | Notes: svn path=/head/; revision=121159
* Update to 1.9.2, use INFO, and other minor cleanups.Ade Lovett2004-10-144-20/+23
| | | | Notes: svn path=/head/; revision=119452
* Update to 1.9.1Ade Lovett2004-08-163-6/+6
| | | | Notes: svn path=/head/; revision=116423
* Update devel/automake19 to 1.9 after repo-copyAde Lovett2004-08-055-16/+17
| | | | | | | | PR: 69967 (repo-copy request) Submitted by: ade Notes: svn path=/head/; revision=115476
* 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/+16
| | | | | | | | ${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
* Expand %%X11BASE%% to the appropriate ${X11BASE} value in aclocal, soAde Lovett2004-07-071-0/+2
| | | | | | | that it can actually find files in ${X11BASE}/share/aclocal if need be. Notes: svn path=/head/; revision=113100
* Update to 1.8.5Ade Lovett2004-06-082-4/+3
| | | | Notes: svn path=/head/; revision=111101
* Ensure that automake uses the correct version of autoconfAde Lovett2004-05-263-9/+19
| | | | | | | | PR: 67228 Submitted by: Brian Candler <B.Candler@pobox.com> Notes: svn path=/head/; revision=110090
* Update to 1.8.4Ade Lovett2004-05-133-11/+10
| | | | Notes: svn path=/head/; revision=109082
* Fix one missed instance of pointing to the wrong location in generatedAde Lovett2004-03-303-0/+29
| | | | | | | | | configuration files. Submitted by: Andrzej Tobola <A.Tobola@wilk.2a.pl> Notes: svn path=/head/; revision=105669
* Say hello to autoconf 2.59 and automake 1.8(.3) after repo-copy.Ade Lovett2004-03-1511-177/+119
| | | | | | | | 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
* 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