/deskutils/gnome-utils/

r> cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/devel/autoconf213
Commit message (Collapse)AuthorAgeFilesLines
* Install texinfo files (GNU info) into ${PREFIX}/share/infobapt2018-11-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | After a discussion on the mailing list on moving manpages to ${PREFIX}/share/man for consistency with base where it is installed in usr/share/man, it appeared the same should happen to GNU info files which were installed under share in base and not in ports. Now texinfo is not in base on any of the supported version of FreeBSD it is possible to proceed to this move and it is easier to do than the manpage change. Other benefit than consistency are less patching: all build tools but cmake are expecting info files to be under share/info and cmake (patched here) was having an exception for BSD so the patch makes FreeBSD case less specific for them Bump revision of all impacted ports PR: 232907 exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17816
* - Add LICENSEamdmi32018-06-092-1/+4
| | | | | | - Update WWW Approved by: portmgr blanket
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-3/+3
| | | | | With hat: portmgr Sponsored by: Absolight
* Pick up autotools@ ports.tijl2015-08-061-1/+1
| | | | Approved by: portmgr (bapt)
* MASTER_SITES cleanup.mat2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* - Remove libtool hacks and patches that are now handled by USES=libtooltijl2015-04-181-1/+1
| | | | - Remove CONFIG_SHELL from CONFIGURE_ENV because bsd.port.mk handles that
* Nuke some @dirrm from develbapt2014-10-271-1/+0
|
* Fix build without texinfo in basebapt2014-06-251-1/+1
|
* Convert from USE_BZIP2 to USES=tar:bzip2bapt2014-04-281-2/+1
|
* Support stagebapt2014-01-271-5/+4
|
* Fix package name collisionbapt2013-10-141-1/+1
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | devel part 1)
* - convert to the new perl5 frameworkaz2013-09-081-6/+2
| | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket)
* Tweak COMMENT lines to indicate the legacy nature of these two ports.ade2012-05-121-1/+1
|
* -remove MD5ohauer2011-07-031-1/+0
|
* Reassign the autotools-related ports to a new mailing list,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
* 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)
* Handle an edge-case where lang/gawk is installed prior to any autoconf*ade2008-07-151-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
* Large round of typo fixes in ports/devel (pkg-descr).olgeni2008-06-011-1/+1
|
* Update to the autotools new world order.ade2007-07-284-105/+51
| | | | | | Tested by: numerous package build runs Approved by: portmgr Thanks to: des, kris, linimon, pav
* Add SHA256ade2005-11-141-0/+1
|
* Minor INFO-related cleanupsade2005-06-171-2/+0
|
* Purge WANT_{LIBTOOL,AUTOCONF,AUTOMAKE}_RUNade2005-06-171-3/+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.
* All that we see or seem, is but a dream, within a dream.ade2005-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.
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Relinquish maintainership. I no longer have the time, energy,ade2005-03-011-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.
* Use INFO [1]ade2004-10-152-6/+4
| | | | | | | Other miscellaneous cleanups with info files PR: 72651 [1] Submitted by: leeym [1]
* Long-overdue cosmetic cleanups.ade2004-08-041-11/+0
|
* Add SIZE to distinfo'sade2004-03-301-0/+1
| | | | Prompted by: trevor
* Set some DEPRECATED and EXPIRATION_DATE knobs to indicate overall intentionade2004-03-291-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.
* Point "legacy" autoconf distfile at ${MASTER_SITE_LOCAL}ade2003-10-141-2/+2
|
* Use the cosmetic BUILD_VERSION variable (a la libtool), switch portnamesade2003-06-292-48/+47
| | | | | | away from using the version number twice. Unbreak autoconf257, based on work from Rui Lopes <rui@ruilopes.com>
* Assume maintainership as part of the whole "gnutools" integration process.ade2003-06-101-1/+1
|
* s,/bin/sh,${SH},.nork2003-06-091-1/+1
| | | | Obtained from: devel/autoconf
* REST IN PEACEwill2003-06-091-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.
* 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.
* Use pre-everything:: instead of pre-everything: to avoid conflict withkris2003-03-011-1/+1
| | | | targets in bsd.port.mk
* Add USE_PERL5.alane2002-12-101-0/+1
|
* change relative links to absolutealane2002-12-101-1/+1
|
* Remove "temporary" symlinks which could cause a build to fail.alane2002-11-302-4/+1
|
* 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-7/+7
|
* Set CONFIG_SHELL in env so always use /bin/sh. This way results arealane2002-10-211-1/+2
| | | | | | | at least (closer to) deterministic. PR: 39492 Submitted by: naddy
* 1. Bumped portrevision (yes, again, sorry for the thrash).alane2002-10-152-1/+4
| | | | | | | | | | | | | | 2. Fixed bug that Knu pointed out, which was the bad dirs were captured in bsd.port.mk (to be fixed RSN, in testing now). Fixed with the magic of ... symlinks! (I always thought symlinks to . were lame, and they are, but sometimes they can get you out of a corner. Temporarily.) 3. The question is, will anything break trying to recursively go down the tree following symlinks? If so, that tool needs to be fixed. A symlink to '.' (or '..') just plain should not be followed. Bottom line is, AUTOCONF_DIR, AUTOMAKE_DIR, & ACLOCAL_DIR work again. As a side effect of this fix, you can now download the entire internet onto 1 floppy disk.
* 1. Make nicer message is USE_AUTOCONF* defined.alane2002-10-131-8/+17
| | | | 2. Make post-install target actions DESTDIR-safe.
* Portrevision => 3.alane2002-10-133-26/+43
| | | | | | Put the damn support files in the right place. Modifying $(datadir) was not the right way to do it. I knew there was something about this port that bugged me. I am content now. Love is all you need. Give peace a chance.
* Renamed patch files so I can tell what they do.alane2002-10-137-17/+0
| | | | Changed $(INSTALL) to $(INSTALL_SCRIPT) in Makefile.in for the scripts.
* 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. :)
* Eliminate file conflicts with devel/autoconfade2002-07-104-18/+82
| | | | | | | Add ${PREFIX}/libexec/autoconf213/* links PR: 36071 Submitted by: Alan Eldridge <ports@geeksrus.net>
* Bump PORTREVISION for including install-sh. *sigh*will2001-12-261-0/+1
|
* Provide install-sh.will2001-12-242-0/+3
| | | | | PR: 25828 Submitted by: yar
* Grrr. actually make it work post-repocopy.obrien2001-10-291-1/+1
|
* This was repo copied from the 'autoconf' port to give us a legacyobrien2001-10-284-24/+29
| | | | | version. autoconf213 can live beside the latest 'autoconf', and is invoked specifically as 'autoconf213'.
* Upgrade to the Cygnus "000227" (27-Feb-2000) version. This is a laterobrien2001-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>
* Remove jseger and torstenb from maintainership of their ports, theydwcjr2001-09-181-1/+1
| | | | | | have been inactive for too long Approved by: will
* Add a note that indicates why this port can't be updated yetdougb2001-08-121-0/+4
|
* Finally nail the nasty autoconf habit of leaving ${TMPDIR}/acin.*ade2001-06-012-11/+17
| | | | turds lying around in certain circumstances.
* Add WWW: linedemon2001-03-241-0/+2
|
* m4(1) was stripping the [] to leave *.Cc in my previous fix and thissteve2000-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>