![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / devel / autoconf / Makefile (download)
Revision 1.98, Sat Jan 2 20:38:56 2021 UTC (2 years ago) by js
Update devel/autoconf to 2.70 2.70 deprecates a lot of stuff, so expect more warnings, but generally things seem to work fine, so updating to 2.70 shouldn't break much. Also update mk/gnu-config/*, as per the comment in devel/autoconf/Makefile. mk/gnu-config/missing is not actually part of autoconf, but of automake, which I did not update - however, the file was quite out of date, so I took the liberty to update that one with the latest automake. The change log is too long to include in this commit, given how many years there were between 2.69 and 2.70. Check the file ChangeLog after `make extract`. |
# $NetBSD: Makefile,v 1.98 2021/01/02 20:38:56 js Exp $ # # When updating this package, please update mk/gnu-config/config.guess, # mk/gnu-config/config.sub, and mk/gnu-config/missing as well. DISTNAME= autoconf-2.70 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=autoconf/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.gnu.org/software/autoconf/autoconf.html COMMENT= Generates automatic source code configuration scripts LICENSE= gnu-gpl-v3 AND gnu-fdl-v1.3 BUILD_DEPENDS+= help2man-[0-9]*:../../converters/help2man # XXX: needs m4>1.4.6; wants m4>1.4.13 USE_TOOLS+= gm4:run perl:run # The next line is for conflicts with old versions of this package, # which had autoconf-devel as PKGNAME. CONFLICTS= autoconf-devel-[0-9]* # old versions of devel/gdb* installed standards.info as well. CONFLICTS+= gdb<5.3 CONFLICTS+= gdb>6<6.2.1nb5 USE_LANGUAGES= # empty GNU_CONFIGURE= YES CONFIGURE_ARGS+= --without-lispdir CONFIGURE_ENV+= ac_cv_prog_TEST_EMACS=no TEXINFO_REQD= 4.0 INFO_FILES= YES AUTOMAKE_OVERRIDE= NO # [GNU Autoconf 2.67] testsuite: 213 268 269 failed # 213?; other two ok because of buildlink # [GNU Autoconf 2.69] testsuite: 281 282 failed # 281: AC_NO_EXECUTABLES (working linker) FAILED (c.at:221) # 282: AC_NO_EXECUTABLES (broken linker) FAILED (c.at:231) TEST_TARGET= check CHECK_WRKREF_SKIP+= ${PREFIX}/share/autoconf/autoconf/autoconf.m4f CHECK_WRKREF_SKIP+= ${PREFIX}/share/autoconf/autotest/autotest.m4f CHECK_WRKREF_SKIP+= ${PREFIX}/share/autoconf/m4sugar/m4sugar.m4f CHECK_WRKREF_SKIP+= ${PREFIX}/share/autoconf/m4sugar/m4sh.m4f .include "../../mk/bsd.pkg.mk"