aboutsummaryrefslogtreecommitdiffstats
path: root/devel/automake16
Commit message (Collapse)AuthorAgeFilesLines
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-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)
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62ade2008-08-201-1/+2
| | | | Tested by: exp build run (erwin)
* Update to the autotools new world order.ade2007-07-286-0/+187
| | | | | | Tested by: numerous package build runs Approved by: portmgr Thanks to: des, kris, linimon, pav
* Remove autoconf254 and automake16 -- they're not used by anything, and willade2003-06-294-62/+0
| | | | | be superseded by upcoming patches to autoconf257 and automake17 for the latest and greatest versions.
* 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.
* prepare for real portalane2003-02-133-3/+3
|
* Correct ports that were abusing the FORBIDDEN variable and replace withseanc2003-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)
* Add explicit ignore assignments to try to get bento to leave this shit alone.alane2002-11-251-1/+2
|
* 1. Update version to 1.7.1.alane2002-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.
* 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
|
* Removed erroneous ${DESTDIR} that I put in Makefile pre-/post- targets.alane2002-10-211-2/+2
|
* 1. Renamed patch files.alane2002-10-155-3/+4
| | | | 2. Updated version & distinfo.
* Undef NO_IGNORE.alane2002-10-151-1/+6
| | | | Mark as BORKED, BROKEN, and FORBIDDEN.
* 1. Made post-install DESTDIR-safe.alane2002-10-131-4/+10
| | | | | 2. Made nicer message when USE_AUTOMAKE* is defined. 3. Removed unneeded WRKSRC= line.
* Take maintainership since Ade Lovett departed and I know these programsalane2002-09-161-1/+1
| | | | pretty well.
* Due to popular demant into each port which might be inserted into dependencysobomax2002-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.)
* 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. :)
* Fix pkg-plist.sobomax2001-10-301-41/+54
| | | | Submitted by: Udo Schweigert <udo.schweigert@siemens.com>
* Put back PORTEPOCH, which was erroneously deleted in one of the previoussobomax2001-10-301-0/+1
| | | | | commits. Repeat after me: once set PORTEPOCH could not be decreased or deleted.
* [Re]Update to version 1.5.obrien2001-10-294-33/+17
| | | | | The legacy version is known as 'automake14' for those that find automake 1.5 incompatible.
* (portmgr@ hat on)sobomax2001-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.
* Update to version 1.5.demon2001-10-075-73/+71
|
* Turn famous `duplicated macro ...' into a warning rather than an error.sobomax2001-08-112-5/+18
|
* Update to 1.4-p5.demon2001-07-212-3/+3
|
* Update to 1.4-p4. patch-ac was integrated into distribution.demon2001-07-213-23/+5
| | | | MAINTAINER timeout.
* Add WWW line.demon2001-03-211-0/+2
|
* - Do not read a file more than once, where the sameness is judged byknu2000-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)
* Persuade automake to look not only in ${PREFIX}/share/aclocalade2000-07-162-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
* Don't remove share/aclocal.asami2000-06-031-1/+0
|
* Fix a typo. This will be in the next release of automake as it is alreadysteve2000-04-301-2/+11
| | | | | | | in their CVS repository. PR: 18069 Submitted by: Joe Jih-Shien Lu <JoeLu@joelu.m8.ntu.edu.tw>
* PORTNAME/PORTVERSION updatemharo2000-04-121-2/+2
|
* Fix a problem when using the --copying function. Perl's system() callsteve1999-11-251-0/+11
| | | | | | returns a zero on success and non-zero on failure. Submitted by: Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
* 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.
* Update to 1.4.sada1999-01-313-8/+6
| | | | | PR: ports/9767 Submitted by: Steve Coltrin <spcoltri@io.com>
* ${MASTER_SITE_GNU} got rearranged in December; let's catch up.fenner1999-01-271-1/+2
|
* Make this use perl5jseger1998-12-121-2/+4
| | | | PR: 7463
* Fix info page problem.vanilla1998-09-242-4/+6
|
* Add a patch from maintainer.vanilla1998-05-071-0/+1
| | | | | PR: ports/6513 Submitted by: maintainer
* Upgrade to 1.3,vanilla1998-05-045-12/+17
| | | | | remove @dirrm share/aclocal on pkg/PLIST, because another package use the directory too (guile)
* Some patches submitted as PR are not suitable to be committed blindly andmax1997-09-192-44/+16
| | | | | | | | | | | | | | previous changes to this port was one of them. This commit fixes: - We definetely need to check the existence of ${PREFIX}/dir and generate it if needed before install-info gets invoked. - Use empty definition of STRIP instead of changing every appearance of ${INSTALL_SCRIPT} in Makefile.in to ${INSTALL} especially since this port installs no files that need to be stripped. - No need to add rule to regenerate .info file when there's one in the distributed Makefile.in. - Instead of removing old piece of .info files in post-install target, leave it to the .texi.info: rule in the distributed Makefile.
* Upgrade to 1.2.tg1997-09-195-47/+112
| | | | | PR: 4577 Submitted by: Vanill I. Shu <vanilla@MinJe.com.TW>
* Add `.' to end of info dir entry.asami1997-06-171-1/+1
|
* Add @dirrmmax1997-06-161-0/+1
|
* sed -> ${SED}.max1997-06-141-4/+4
| | | | @'ed install-info related commands.
* Since the dir entry for info files of many other programs has theirmax1997-06-131-1/+10
| | | | | first words capitalized, modify automake.texi's dir entry in such way, so that the entries in dir get sorted properly.
* Use install-info to add the entry for automake.info to the dir file.max1997-06-132-1/+10
|
* Patch up Makefile.in so that automake.info gets regenerated appropriately.max1997-06-131-0/+8
|
* Patch up automake.texi and add @dircategory.max1997-06-131-0/+10
|
* New port, automake:max1997-05-285-0/+71
GNU Standards-compliant Makefile generator PR: 3199 Submitted by: FUJIMOTO Kensaku <fujimoto@oscar.elec.waseda.ac.jp>