non port: devel/autoconf/Makefile |
SVNWeb
|
Number of commits found: 51 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Wed, 8 Jun 2022
|
[ 16:24 Tijl Coosemans (tijl) ] bd70827 (Only the first 10 of 37 ports in this commit are shown above. )
devel/autoconf: update to 2.71
- Copy devel/autoconf to devel/autoconf2.69.
- Update devel/autoconf to 2.71.
- Allow ports to use 2.69 with USES=autoreconf:2.69.
PR: 258046
Exp-run by: antoine
|
Fri, 27 May 2022
|
[ 09:51 Tijl Coosemans (tijl) ] ec21025 (Only the first 10 of 51 ports in this commit are shown above. )
devel/autoconf*: restructure to prepare for 2.71
- Rename autoconf 2.13 port directory, package, and command all to
autoconf2.13 just like ports like perl and python.
- Let USES=autoreconf run gtkdocize if necessary.
- Rewrite autoconf-wrapper and rename it autoconf-switch to reflect
better what it does.
- Delete patch-bison. It has been reverted upstream.
- Add a patch to let autoreconf set the AUTOCONF environment variable
so subprocesses like automake use the correct version.
- Make building of info files optional.
- Address portlint, portclippy, portfmt issues in devel/autoconf*.
PR: 259556, 263970
|
Tue, 6 Jul 2021
|
[ 15:00 Po-Chuan Hsieh (sunpoet) ] 0f89ded
devel/autoconf: Add NO_ARCH
Approved by: portmgr (blanket)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 18 Jul 2019
|
[ 19:12 tijl ]
Add patch with upstream commit 42761668c0300afa7f8bf5ba736458a818cd5d15:
AC_PROG_YACC: don't force Bison to warn against its own features.
Requested by: ler (via email)
Reference: https://github.com/paul-j-lucas/cdecl/issues/2
|
Sat, 10 Nov 2018
|
[ 18:12 bapt ] (Only the first 10 of 386 ports in this commit are shown above. )
Install texinfo files (GNU info) into ${PREFIX}/share/info
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
|
Sat, 21 Oct 2017
|
[ 20:19 sunpoet ]
Expand _LICENSE_PERMS_DEFAULT
Approved by: portmgr (blanket)
|
[ 10:36 pi ]
devel/autoconf: Add license information and fix portlint warnings
PR: 222335
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Approved by: tijl (maintainer timeout)
|
Fri, 21 Oct 2016
|
[ 12:51 mat ] (Only the first 10 of 718 ports in this commit are shown above. )
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Tue, 31 May 2016
|
[ 12:09 tijl ]
Fix autoscan script with newer versions of Perl (escape left brace in regex)
PR: 209768
Submitted by: mat
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 6 Aug 2015
|
[ 09:18 tijl ]
Pick up autotools@ ports.
Approved by: portmgr (bapt)
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
MASTER_SITES cleanup.
- 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
|
Sat, 18 Apr 2015
|
[ 09:47 tijl ] (Only the first 10 of 41 ports in this commit are shown above. )
- Remove libtool hacks and patches that are now handled by USES=libtool
- Remove CONFIG_SHELL from CONFIGURE_ENV because bsd.port.mk handles that
|
Wed, 25 Jun 2014
|
[ 11:51 bapt ]
Fix build without texinfo in base
|
Mon, 28 Apr 2014
|
[ 13:12 bapt ]
Convert from USE_XZ to USES=tar:xz
|
Mon, 23 Sep 2013
|
[ 22:06 bapt ]
Support staging
|
Fri, 20 Sep 2013
|
[ 17:03 bapt ] (Only the first 10 of 379 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1)
|
Tue, 10 Sep 2013
|
[ 07:12 az ] (Only the first 10 of 19 ports in this commit are shown above. )
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
|
Fri, 11 May 2012
|
[ 20:38 ade ] (Only the first 10 of 68 ports in this commit are shown above. )
Update autoconf to 2.69 and automake to 1.12
PR: 166836
Tested by: Multiple -exp runs (pav)
|
Wed, 8 Dec 2010
|
[ 19:58 ade ] (Only the first 10 of 72 ports in this commit are shown above. )
Clean up "current" versions of autotools components to further reduce
tree-churn on updates.
|
Tue, 3 Aug 2004
|
[ 22:36 ade ] (Only the first 10 of 34 ports in this commit are shown above. )
Move devel/autoconf->devel/autoconf253 and devel/automake->devel/automake15
All autotools ports are now truly versioned and do not conflict with each
other.
This marks the end of "Phase 1" of the autotools updates.
|
Sun, 28 Mar 2004
|
[ 22:30 ade ]
Set some DEPRECATED and EXPIRATION_DATE knobs to indicate overall intention
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.
|
Tue, 14 Oct 2003
|
[ 05:25 edwin ]
Add missing = at MASTER_SITES
Noticed by: Subject: INDEX build failed
|
[ 03:45 ade ]
Point "legacy" autoconf distfile at ${MASTER_SITE_LOCAL}
|
Sun, 29 Jun 2003
|
[ 01:45 ade ] (Only the first 10 of 11 ports in this commit are shown above. )
Use the cosmetic BUILD_VERSION variable (a la libtool), switch portnames
away from using the version number twice.
Unbreak autoconf257, based on work from Rui Lopes <rui@ruilopes.com>
|
Mon, 9 Jun 2003
|
[ 23:40 ade ]
Assume maintainership as part of the whole "gnutools" integration process.
|
[ 15:22 nork ]
Fix dependency on running perl5 and s,/bin/sh,${SH},.
Pointed out by: simokawa
|
Sun, 8 Jun 2003
|
[ 21:13 will ] (Only the first 10 of 47 ports in this commit are shown above. )
Please see http://freebsd.kde.org/memoriam/alane.php for an In Memoriam page.
|
[ 21:06 will ] (Only the first 10 of 43 ports in this commit are shown above. )
REST IN PEACE
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.
|
Fri, 7 Mar 2003
|
[ 06:01 ade ] (Only the first 10 of 552 ports in this commit are shown above. )
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
Fri, 28 Feb 2003
|
[ 22:53 kris ] (Only the first 10 of 38 ports in this commit are shown above. )
Use pre-everything:: instead of pre-everything: to avoid conflict with
targets in bsd.port.mk
|
Fri, 1 Nov 2002
|
[ 13:09 alane ] (Only the first 10 of 31 ports in this commit are shown above. )
Remove the StUdLyCaPs from maintainer name, 'cause some folks won't realize
mail's case insensitive and will try to type that. Sorry folks, purely a
cosmetic change here, nothing to see, move along, move along....
|
[ 04:17 alane ] (Only the first 10 of 31 ports in this commit are shown above. )
Changed MAINTAINER to my FreeBSD address.
|
Sun, 20 Oct 2002
|
[ 20:48 alane ]
Set CONFIG_SHELL in env so always use /bin/sh. This way results are
at least (closer to) deterministic.
PR: 39492
Submitted by: naddy
|
Sun, 13 Oct 2002
|
[ 11:35 alane ]
Add msg and failure if USE_AUTOCONF* defined.
|
Mon, 16 Sep 2002
|
[ 10:28 alane ]
1. Fixed bug in autoscan. Thanks to Joe Marcus Clarke <marcus@marcuscom.com>
who worked with me and beyond to track this down.
2. Support the emacs autoconf/autotest modes now, for both emacs21 and
xemacs21. Other (x)emacsen may work, depends on where they put things.
|
[ 07:51 alane ]
Take maintainership since Ade Lovett departed and I know these programs
pretty well.
|
Sat, 7 Sep 2002
|
[ 08:44 ade ] (Only the first 10 of 13 ports in this commit are shown above. )
Relinquish all my ports.
|
Thu, 1 Aug 2002
|
[ 02:38 ade ]
Stage a mini-coup, and borrow these ports from portmgr@ for a while,
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. :)
|
Thu, 14 Mar 2002
|
[ 13:29 knu ]
Update to 2.53, which fixes many bugs.
Use the bzip2 tarball.
Approved by: portmgr (will)
|
Wed, 26 Dec 2001
|
[ 15:07 will ]
Add additional scripts to help things that need them. Bump PORTREVISION. In
particular, config.sub is required for japanese/FreeWnn-lib.
|
[ 11:50 will ]
Bump PORTREVISION for including install-sh. *sigh*
|
Mon, 24 Dec 2001
|
[ 14:34 will ]
Provide install-sh.
|
Sun, 23 Dec 2001
|
[ 06:50 will ] (Only the first 10 of 11 ports in this commit are shown above. )
Upgrade to 2.52; this should solve some problems when mixing ac 2.13* and am
1.5. Ports which require 2.13/1.4 will be modified to use the ac213 and am14
ports.
|
Thu, 25 Oct 2001
|
[ 16:22 obrien ]
Upgrade to the Cygnus "000227" (27-Feb-2000) version. This is a later version
than 2.13.
|
Mon, 17 Sep 2001
|
[ 18:40 dwcjr ] (Only the first 10 of 41 ports in this commit are shown above. )
Remove jseger and torstenb from maintainership of their ports, they have been
inactive for too long
|
Sun, 12 Aug 2001
|
[ 04:58 dougb ]
Add a note that indicates why this port can't be updated yet
|
Thu, 31 May 2001
|
[ 23:14 ade ]
Finally nail the nasty autoconf habit of leaving ${TMPDIR}/acin.* turds lying
around in certain circumstances.
|
Number of commits found: 51 |