summaryrefslogtreecommitdiffstats
path: root/devel/automake14
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired devel/automake14 and adjust dependency in devel/autotoolsrene2015-07-277-214/+0
| | | | | | PR: 201801 (exp-run) Submitted by: myself Approved by: autotools (ade), portmgr (mat)
* Fix expiration datebapt2015-06-211-1/+1
|
* Mark as deprecated removal in 1 monthbapt2015-06-211-0/+3
| | | | It is not used anymore in the ports tree
* Fix for perl 5.20, which has dropped the "do $subr()" construct.naddy2015-05-262-1/+21
| | | | | PR: 200464 Reviewed by: tijl
* 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
* devel/automake14: add CPE informationrobak2015-03-281-2/+3
| | | | | | | - Maintainer's timeout (autotools@FreeBSD.org) PR: 198193 Submitted by: Shun <shun.fbsd.pr@dropcut.net>
* cleanup plistbapt2014-12-091-2/+0
|
* Bump revision missed in r368803bdrewery2014-09-301-1/+1
|
* Update to 1.3.8 Changes:bapt2014-09-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Plist parser do not accept modes like o+w g+s u+r - @owner/@group with no argument reset the default ownership to root/wheel - Plug regression tests into the release mechanism as mandatory - Allow url in repository configuration to be overriden by another configuration file - If one of -P, -I or -R is not explicitly given on the command line do not emit error messages while searching for a mechanism to find data about the latest available ports. - External keywords can now take arguments - Directories under PREFIX are automatically handled and removed if needed - MTREE are not packaged anymore neither extracted on final installation - OS major checking (to determine if pkg is running on an upgraded base system) uses the same mechanism as ABI detection instead of relying on UNAME_r which can have false positivie on jails - Add @dir keyword for plist which is used to package explicitly directories (directories with non root/wheel or outside prefix) and empty directories (@dirrm and @dirrmtry are now considered as deprecated) - root/wheel are now considered as the default user/group when creating a package except @owner/@group are used to change that behaviour - Import newer version of libucl which improves error messages in case of problem parsing manifest or configuration files - Fix pkg register so it checks for conflicts before actually copying files on to the filesystem - pkg now support a new no_provide_lib annotation to preventing automatic populating of provided libs (useful for packages bundling libraries like wine) - Improve documentations - Ability to select usage of IPv4/IPv6 via config, repository config or command line - Lots of bug fixes Side effects: - Convert to install-mtree target into a no-op target Add empty directories to plist of ports that needs them to run: - share/aclocal to devel/automake and devel/automake14 - share/applications to devel/desktop-file-utils - share/xml share/sgml to textproc/xmlcatmgr - Prevent check-plist to issue warnings about some @dir* - Adjist check_leftovers.sh to not take in account anything related to mtree - Bump the default required version of pkg to 1.3.8
* Fix build on system built WITHOUT_INFObapt2014-06-251-1/+1
| | | | With hat: portmgr
* Fix conflict in pkgname with devel/automakebapt2013-10-041-1/+1
|
* Support stagingbapt2013-09-231-7/+0
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-0/+1
| | | | devel part 1)
* - convert to the new perl5 frameworkaz2013-09-101-6/+2
| | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket)
* Tweak COMMENT lines to indicate the legacy nature of these two ports.ade2012-05-111-1/+1
|
* -remove MD5ohauer2011-07-031-1/+0
|
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* Punt autoconf267->autoconf268ade2010-10-161-1/+1
|
* Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-151-2/+2
| | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs
* 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)
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62ade2008-08-201-2/+2
| | | | Tested by: exp build run (erwin)
* Large round of typo fixes in ports/devel (pkg-descr).olgeni2008-06-011-1/+1
|
* Update to the autotools new world order.ade2007-07-288-193/+120
| | | | | | Tested by: numerous package build runs Approved by: portmgr Thanks to: des, kris, linimon, pav
* - Welcome X.org 7.2 \o/.flz2007-05-192-16/+7
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Remove USE_REINPLACE from all categories starting with Dedwin2006-05-041-1/+0
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-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.
* Add SHA256ade2005-11-141-0/+1
|
* Minor INFO-related cleanupsade2005-06-171-2/+0
|
* Purge WANT_{LIBTOOL,AUTOCONF,AUTOMAKE}_RUNade2005-06-161-3/+2
| | | | | | 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.
* - Don't hardcode versioned perl binary in shebang line, otherwise it willpav2005-05-301-2/+2
| | | | | | | break on next perl update. PR: ports/81639 Submitted by: Christopher Nehren <apeiron@coitusmentis.info>
* . Change pre-install to pre-su-install since the target performs privilegedglewis2005-03-171-1/+1
| | | | | | | operations. This makes these ports installable by users other than root. PR: 76422 Submitted by: jhb
* Relinquish maintainership. I no longer have the time, energy,ade2005-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.
* Use INFO [1]ade2004-10-143-26/+16
| | | | | | | Other miscellaneous cleanups with info files PR: 72651 [1] Submitted by: leeym [1]
* Long-overdue cosmetic cleanups.ade2004-08-031-11/+2
|
* Somehow along the road, the MAINTAINER line got fat-fingered intoade2004-05-151-1/+1
| | | | AINTAINER, with interesting consequences.
* Fix missed patch, resulting in aclocal looking for itself in the wrongade2004-05-142-4/+14
| | | | | | place after the upgrade. Submitted by: marcus
* Update to 1.4.6, the last of the 1.4.x automake branch.ade2004-05-138-101/+47
|
* Revert previous commit. We're still in freeze.marcel2004-04-271-1/+1
| | | | pointy hat: marcel
* s/pre-install/pre-su-install/. Directories are being created.marcel2004-04-261-1/+1
| | | | Approved by: maintainer timeout.
* Add SIZE to distinfo'sade2004-03-291-0/+1
| | | | Prompted by: trevor
* Set some DEPRECATED and EXPIRATION_DATE knobs to indicate overall intentionade2004-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.
* Use the cosmetic BUILD_VERSION variable (a la libtool), switch portnamesade2003-06-292-94/+97
| | | | | | away from using the version number twice. Unbreak automake17, base on work from Rui Lopes <rui@ruilopes.com>
* Assume maintainership as part of the whole "gnutools" integration process.ade2003-06-091-1/+1
|
* REST IN PEACEwill2003-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.
* 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-02-281-1/+1
| | | | targets in bsd.port.mk
* change relative links to absolutealane2002-12-091-1/+1
|
* Remove "temporary" symlinks which could cause a build to fail.alane2002-11-302-6/+1
|
OpenPOWER on IntegriCloud