head 1.5; access; symbols pkgsrc-2020Q2:1.4.0.30 pkgsrc-2020Q2-base:1.4 pkgsrc-2020Q1:1.4.0.10 pkgsrc-2020Q1-base:1.4 pkgsrc-2019Q4:1.4.0.32 pkgsrc-2019Q4-base:1.4 pkgsrc-2019Q3:1.4.0.28 pkgsrc-2019Q3-base:1.4 pkgsrc-2019Q2:1.4.0.26 pkgsrc-2019Q2-base:1.4 pkgsrc-2019Q1:1.4.0.24 pkgsrc-2019Q1-base:1.4 pkgsrc-2018Q4:1.4.0.22 pkgsrc-2018Q4-base:1.4 pkgsrc-2018Q3:1.4.0.20 pkgsrc-2018Q3-base:1.4 pkgsrc-2018Q2:1.4.0.18 pkgsrc-2018Q2-base:1.4 pkgsrc-2018Q1:1.4.0.16 pkgsrc-2018Q1-base:1.4 pkgsrc-2017Q4:1.4.0.14 pkgsrc-2017Q4-base:1.4 pkgsrc-2017Q3:1.4.0.12 pkgsrc-2017Q3-base:1.4 pkgsrc-2017Q2:1.4.0.8 pkgsrc-2017Q2-base:1.4 pkgsrc-2017Q1:1.4.0.6 pkgsrc-2017Q1-base:1.4 pkgsrc-2016Q4:1.4.0.4 pkgsrc-2016Q4-base:1.4 pkgsrc-2016Q3:1.4.0.2 pkgsrc-2016Q3-base:1.4 pkgsrc-2016Q2:1.3.0.40 pkgsrc-2016Q2-base:1.3 pkgsrc-2016Q1:1.3.0.38 pkgsrc-2016Q1-base:1.3 pkgsrc-2015Q4:1.3.0.36 pkgsrc-2015Q4-base:1.3 pkgsrc-2015Q3:1.3.0.34 pkgsrc-2015Q3-base:1.3 pkgsrc-2015Q2:1.3.0.32 pkgsrc-2015Q2-base:1.3 pkgsrc-2015Q1:1.3.0.30 pkgsrc-2015Q1-base:1.3 pkgsrc-2014Q4:1.3.0.28 pkgsrc-2014Q4-base:1.3 pkgsrc-2014Q3:1.3.0.26 pkgsrc-2014Q3-base:1.3 pkgsrc-2014Q2:1.3.0.24 pkgsrc-2014Q2-base:1.3 pkgsrc-2014Q1:1.3.0.22 pkgsrc-2014Q1-base:1.3 pkgsrc-2013Q4:1.3.0.20 pkgsrc-2013Q4-base:1.3 pkgsrc-2013Q3:1.3.0.18 pkgsrc-2013Q3-base:1.3 pkgsrc-2013Q2:1.3.0.16 pkgsrc-2013Q2-base:1.3 pkgsrc-2013Q1:1.3.0.14 pkgsrc-2013Q1-base:1.3 pkgsrc-2012Q4:1.3.0.12 pkgsrc-2012Q4-base:1.3 pkgsrc-2012Q3:1.3.0.10 pkgsrc-2012Q3-base:1.3 pkgsrc-2012Q2:1.3.0.8 pkgsrc-2012Q2-base:1.3 pkgsrc-2012Q1:1.3.0.6 pkgsrc-2012Q1-base:1.3 pkgsrc-2011Q4:1.3.0.4 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q3:1.3.0.2 pkgsrc-2011Q3-base:1.3 pkgsrc-2011Q2:1.2.0.12 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.10 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.8 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.6 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.4 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.2 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.1.0.4 pkgsrc-2008Q1-base:1.1 pkgsrc-2007Q4:1.1.0.2 pkgsrc-2007Q4-base:1.1; locks; strict; comment @# @; 1.5 date 2020.08.17.08.43.07; author tnn; state dead; branches; next 1.4; commitid BiCZ6426tcnBwokC; 1.4 date 2016.07.16.20.00.14; author wiz; state Exp; branches; next 1.3; commitid IyG7oAdtxjChgAez; 1.3 date 2011.07.08.11.44.02; author drochner; state Exp; branches; next 1.2; 1.2 date 2008.05.26.14.50.19; author wiz; state dead; branches; next 1.1; 1.1 date 2007.12.17.16.39.50; author drochner; state Exp; branches; next ; desc @@ 1.5 log @autogen: update to 5.18.16 There's no entry in the NEWS file apart from mentioning that autotools have been refreshed and that it works with guile 2.2.x which is coincidentally the reason for updating this package. lang/guile20 just kept segfaulting during install for me. @ text @$NetBSD: patch-ad,v 1.4 2016/07/16 20:00:14 wiz Exp $ Allow passing in POSIX_SHELL from environment to avoid paths to tools/ dir. --- configure.orig 2011-05-06 14:06:58.000000000 +0000 +++ configure @@@@ -13518,6 +13518,7 @@@@ $as_echo "$ac_cv_path_SED" >&6; } while : do + test -x "$POSIX_SHELL" && break POSIX_SHELL=`which bash` test -x "$POSIX_SHELL" && break POSIX_SHELL=`which dash` @ 1.4 log @Update autogen to 5.18.10. Switch from guile (1.8) to guile20. Clean up some pkglint. New in 5.18.10 - May 2016 * NUL terminate CGI definitions text New in 5.18.9 April 2016 * When parsing CGI, do not allow spaces to be lost * In producing usage text, check more rigorously that option "values" are really not flag characters. New in 5.18.8 March 2016 * Ensure testing vars start as unset for testing * happy new year & de-uglifications New in 5.18.7 December 2015 * Guile 1.6 support was removed * bootstrapping was made idempotent * add --enable-static-autogen config option * add (max-file-time) scheme function (max source file time) * Allow MAN_PAGE_DATE to override using the date program in man page templates * Enable byte-for-byte build reproducibility @ text @d1 1 a1 1 $NetBSD: patch-ad,v 1.3 2011/07/08 11:44:02 drochner Exp $ @ 1.3 log @-add portability fixes, avoid picking up bash -update to 5.12 -- too many changes to list here, see the Changelog @ text @d1 3 a3 1 $NetBSD$ @ 1.2 log @Update to 5.9.5: New in 5.9.5 - May 2008 * integer number arguments may now have their values suffixed with one of the letters k/K/m/M/g/G/t/T to signify scaling by powers of 1000 (lower case) or 1024 (upper case). Specify, "scaled". * AutoOpts "arg-type" may now be set to "file". Existence of the directory portion of the name will be checked. The existence (or not) of the actual file may also be checked. Finally, the file may be pre-opened with either "fopen(3C)" or "open(2)". * The "columns" program now accepts a "--fill" option to cause it to fill text instead of filling columns. * The tests should no longer indirectly reference installed versions of the binaries. They should all work out of the build directories. @ text @d1 1 a1 1 $NetBSD: patch-ad,v 1.1 2007/12/17 16:39:50 drochner Exp $ d3 10 a12 11 --- autoopts/Makefile.in.orig 2007-10-07 18:58:11.000000000 +0200 +++ autoopts/Makefile.in @@@@ -79,7 +79,7 @@@@ libopts_la_LINK = $(LIBTOOL) --tag=CC $( $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libopts_la_CFLAGS) \ $(CFLAGS) $(libopts_la_LDFLAGS) $(LDFLAGS) -o $@@ binSCRIPT_INSTALL = $(INSTALL_SCRIPT) -pkgconfigSCRIPT_INSTALL = $(INSTALL_SCRIPT) +pkgconfigSCRIPT_INSTALL = $(INSTALL_DATA) SCRIPTS = $(bin_SCRIPTS) $(pkgconfig_SCRIPTS) DEFAULT_INCLUDES = -I. -I$(top_builddir)@@am__isrc@@ depcomp = $(SHELL) $(top_srcdir)/config/depcomp @ 1.1 log @cosmetics: use INSTALL_DATA for .pc files, from Ulrich Etile @ text @d1 1 a1 1 $NetBSD$ @