Commit Graph

132 Commits

Author SHA1 Message Date
naddy
85229c97e7 drop RCS Ids 2022-03-11 18:49:30 +00:00
sthen
4d907b871c hook in autoconf/2.71 and remove 2.70
"2.71 is a bugfix release, correcting several important compatibility
problems and regressions discovered since the release of 2.70.  There
are no new features.  Upgrading is recommended for all users of 2.70.
Users of 2.69 or earlier should proceed with caution; please consult
the NEWS file and/or the release announcement for 2.70 for details."
2021-03-03 19:44:31 +00:00
sthen
2619db7c72 add autoconf-2.71, from Brad, ok aja@ 2021-03-03 19:41:48 +00:00
ajacoutot
8ac7bdabb2 Hook up autoconf-2.70. 2021-01-16 11:04:29 +00:00
ajacoutot
235a72d0f4 Import autoconf-2.70.
from Brad
maintainer timeout, ok sthen@
2021-01-16 11:04:06 +00:00
sthen
699b9d3111 Backport --runstatedir from a 2013 commit to autoconf upstream.
https://www.gnu.org/prep/standards/html_node/Directory-Variables.html
talks about this being available in autoconf 2.70, but that version
has not yet been released.

This is useful for people generating distfiles on OpenBSD for software
used on other OS as --runstatedir is wanted for software in some Linux
distributions.

req by claudio@, ok espie@ (maintainer)
2020-05-20 20:05:52 +00:00
sthen
b8d12a3b20 update various simple PERMIT_* in Makefile.inc files 2019-07-13 10:59:26 +00:00
naddy
776bb208fe fix parallel build; from autoconf 2.62 2019-05-10 21:39:53 +00:00
cwen
d427c4ab7f autoconf-2.57: unbreak ports build with Perl 5.28, by adding
back '.' in @INC in autom4te.

OK sthen@
2019-02-13 22:10:57 +00:00
cwen
b5975394a8 autoconf-2.56: unbreak ports build with Perl 5.28, by adding
back '.' in @INC in autom4te.

OK sthen@
2019-02-13 22:09:28 +00:00
cwen
efdcc2ba5d autoconf-2.54: unbreak ports build with Perl 5.28,
by adding back '.' in @INC.

OK sthen@
2019-02-13 22:07:37 +00:00
espie
1d55a231e7 add is-branch to all trivial ports that exist as multiple branches. 2016-06-29 16:14:38 +00:00
jasper
7bc02fe3be set PORTROACH for having automake/1.9 showing an available update to 1.15 makes no sense 2015-04-07 09:25:48 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
naddy
725de75f3a move http://www.gnu.org to https 2013-11-09 23:19:01 +00:00
ajacoutot
e3edfdd3aa Remove SECURITY files. They have served their purpose in the past but
have become pretty useless nowadays (and the pkg tools do not display
them anyway).
Some which contained valuable information have been turned into READMEs.

ok jasper@ sthen@
input/ok naddy@
2013-11-07 07:08:59 +00:00
espie
bcf3856632 PERMIT_* / REGRESS->TEST sweep 2013-03-11 10:50:00 +00:00
fgsch
dad5d0df54 fix info docs references and bump version.
somewhat ok by espie@.
2012-08-27 21:07:26 +00:00
naddy
83c5a7a634 none of the extant autoconf ports need groff 2012-08-04 22:25:19 +00:00
jasper
7234d01e93 sync 2012-06-01 07:31:09 +00:00
jasper
053f265fbb import autoconf 2.69
from brad
ok sthen@
2012-06-01 07:30:46 +00:00
jasper
76f72bcb56 Adjust to use the same automake version as what they were originally
generated with for the test suite.

from brad
ok sthen@
2012-05-26 11:53:07 +00:00
sthen
00a83a5ca6 2.68 2011-05-12 00:18:11 +00:00
sthen
3583b6b7d5 Add autoconf-2.68, from Brad. 2011-05-12 00:10:33 +00:00
sthen
0a843cf8f8 add autoconf 2.67, ok phessler@ landry@ 2011-04-15 09:46:31 +00:00
espie
05f5de05d8 fixed m4, so it should work now 2011-03-24 12:34:10 +00:00
landry
f27ce02e0d Mark as BROKEN, it is known to produce bogus values with extra _ in
config.h scripts. Ports using it have been switched to use a version
that's known to work. Comment from sthen@
ok sthen@ ajacoutot@
2011-01-19 08:49:53 +00:00
espie
c7e774caa1 enforce autoconf-version, fix and bump xfce4-dev-tools
(this also fixes build depends in comms/tlf and games/alephone)
2010-11-26 07:54:43 +00:00
espie
74150e1301 move common parts into a Makefile.inc, should have done this ages ago... 2010-11-15 20:21:01 +00:00
espie
5855efb734 move depends to new style 2010-11-15 19:45:56 +00:00
espie
5c08d95027 USE_GROFF=Yes 2010-10-18 17:47:50 +00:00
sthen
398b649448 bump for nawk removal 2010-09-05 09:04:23 +00:00
ajacoutot
f7296e021c Remove PKGNAME=${DISTNAME} constructs where possible, as this is the
default anyway.

ok jasper@
2010-08-31 08:15:44 +00:00
espie
bfe705aba5 recent autoconf 2010-03-22 20:54:24 +00:00
espie
53734733c7 REQUIRES current m4 2010-03-22 20:53:54 +00:00
espie
96acd30179 NOTE THIS REQUIRES -current m4, as committed a few minutes ago. 2010-03-22 20:53:34 +00:00
espie
100f0c7870 SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus
breaking cd /usr/ports && SUBDIR=some/path make something for
category makefiles. While there, also put spaces around += uniformously.
okay naddy@, jasper@
2010-02-01 17:00:12 +00:00
matthieu
aa2d0e87be Fix the AC_C_BIGENDIAN macro on macppc, by using the version of autoconf
2.63. The current version sets ac_cv_c_bigendian to 'universal' on those
machines thinking it's running Mac OS.

ok espie@, todd@, kili@.
2009-06-12 19:22:57 +00:00
espie
e87089bb32 +2.62, needs a -current m4 2008-08-21 21:03:43 +00:00
espie
6064d67b89 initial port of autoconf 2.62.
dependent on some m4 tweaks to actually work (not yet committed)
2008-08-19 23:52:19 +00:00
chl
8b59b092e3 add metaauto to RUN_DEPENDS for all autoconf versions
bump PKGNAME

ok espie@
2008-05-21 19:17:24 +00:00
espie
6fd2d188b8 make autoconf zap the AM_SANITY check for extra speed, and regen patches
while we're there.
2008-03-15 07:24:38 +00:00
espie
17d70806a3 tweak FAKE_FLAGS semantics to saner defaults. 2008-01-04 17:48:33 +00:00
merdely
376b75df06 Remove quotes surrounding COMMENT*/PERMIT_*/BROKEN 2007-09-16 02:52:56 +00:00
espie
470294650d base64 distinfo with SHA256 2007-04-05 15:37:40 +00:00
steven
0e82fb7814 resolve some texinfo conflicts between 2.60 and 2.61, and rerun makesum.
from Moritz Grimm <gtgbr at gmx.net>

ok espie@
2007-02-17 18:40:37 +00:00
steven
596390e40c fix version in autoconf.texi. avoids some install-info warnings when
deleting the package.

ok espie@
2007-02-15 00:32:27 +00:00
espie
5692efed6e add 2.61 2006-12-18 20:36:26 +00:00
espie
44867b1671 wee, newer version. Probably a new set of bugs. 2006-12-18 20:35:46 +00:00
espie
a1eac8af16 rebuild .info now that texinfo has been updated. 2006-07-21 12:27:48 +00:00