NOTE THIS REQUIRES -current m4, as committed a few minutes ago.
This commit is contained in:
parent
02cddbb397
commit
96acd30179
39
devel/autoconf/2.63/Makefile
Normal file
39
devel/autoconf/2.63/Makefile
Normal file
@ -0,0 +1,39 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/03/22 20:53:34 espie Exp $
|
||||
|
||||
COMMENT = automatically configure source code on many Un*x platforms
|
||||
|
||||
DISTNAME = autoconf-2.63
|
||||
PKGNAME = ${DISTNAME}
|
||||
CATEGORIES = devel
|
||||
MASTER_SITES = ${MASTER_SITE_GNU:=autoconf/}
|
||||
|
||||
HOMEPAGE = http://www.gnu.org/software/autoconf/
|
||||
MAINTAINER = Marc Espie <espie@openbsd.org>
|
||||
|
||||
# GPL
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
|
||||
BUILD_DEPENDS = :help2man-*:devel/help2man
|
||||
RUN_DEPENDS = ::devel/metaauto
|
||||
|
||||
SUFFIX = -2.63
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_ARGS += --program-suffix=${SUFFIX} \
|
||||
--without-lispdir \
|
||||
--mandir=${PREFIX}/man \
|
||||
--infodir=${PREFIX}/info
|
||||
CONFIGURE_ENV += M4="/usr/bin/m4"
|
||||
CONFIGURE_ENV += AWK="${AWK}" ac_cv_sh_n_works=yes
|
||||
CONFIGURE_ENV += MKDIR_P='mkdir -p'
|
||||
MODGNU_CONFIG_GUESS_DIRS =${WRKSRC}/build-aux
|
||||
MAKE_FLAGS = pkgdatadir=${PREFIX}/share/autoconf${SUFFIX} EMACS=no
|
||||
FAKE_FLAGS = lispdir= EMACS=no
|
||||
#USE_GMAKE = Yes
|
||||
SUBST_VARS = SUFFIX
|
||||
REGRESS_DEPENDS = ::devel/automake/1.9
|
||||
REGRESS_FLAGS += AUTOMAKE_VERSION=1.9
|
||||
|
||||
.include <bsd.port.mk>
|
5
devel/autoconf/2.63/distinfo
Normal file
5
devel/autoconf/2.63/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (autoconf-2.63.tar.gz) = Q9dmSfuGzSHWT2jEjVq9zw==
|
||||
RMD160 (autoconf-2.63.tar.gz) = QlT9Mfm8r4ky4sEM8z9Suff36xk=
|
||||
SHA1 (autoconf-2.63.tar.gz) = 1C7r09NCklEWw8uULpMg1YA/yxo=
|
||||
SHA256 (autoconf-2.63.tar.gz) = sFps7oFlfdLbhhlKYjK4lbiyYGowo5nDpWbZJZNmdEs=
|
||||
SIZE (autoconf-2.63.tar.gz) = 1562665
|
11
devel/autoconf/2.63/patches/patch-Makefile_in
Normal file
11
devel/autoconf/2.63/patches/patch-Makefile_in
Normal file
@ -0,0 +1,11 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2010/03/22 20:53:34 espie Exp $
|
||||
--- Makefile.in.orig Sun Apr 6 01:05:44 2008
|
||||
+++ Makefile.in Sat Jul 19 11:42:13 2008
|
||||
@@ -266,6 +266,7 @@ install-pkgdataDATA: $(pkgdata_DATA)
|
||||
@$(NORMAL_INSTALL)
|
||||
test -z "$(pkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)"
|
||||
@list='$(pkgdata_DATA)'; for p in $$list; do \
|
||||
+ p=`basename $$p`; \
|
||||
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
||||
f=$(am__strip_dir) \
|
||||
echo " $(pkgdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgdatadir)/$$f'"; \
|
38
devel/autoconf/2.63/patches/patch-bin_autom4te_in
Normal file
38
devel/autoconf/2.63/patches/patch-bin_autom4te_in
Normal file
@ -0,0 +1,38 @@
|
||||
$OpenBSD: patch-bin_autom4te_in,v 1.1.1.1 2010/03/22 20:53:34 espie Exp $
|
||||
--- bin/autom4te.in.orig Thu Aug 28 04:08:41 2008
|
||||
+++ bin/autom4te.in Thu Oct 30 19:04:37 2008
|
||||
@@ -89,16 +89,9 @@ my $freeze = 0;
|
||||
|
||||
# $M4.
|
||||
my $m4 = $ENV{"M4"} || '@M4@';
|
||||
-# Some non-GNU m4's don't reject the --help option, so give them /dev/null.
|
||||
-fatal "need GNU m4 1.4 or later: $m4"
|
||||
- if system "$m4 --help </dev/null 2>&1 | grep reload-state >/dev/null";
|
||||
|
||||
-# Set some high recursion limit as the default limit, 250, has already
|
||||
-# been hit with AC_OUTPUT. Don't override the user's choice.
|
||||
-$m4 .= ' --nesting-limit=1024'
|
||||
- if " $m4 " !~ / (--nesting-limit(=[0-9]+)?|-L[0-9]*) /;
|
||||
+$m4 .= " -g -D__gnu__";
|
||||
|
||||
-
|
||||
# @M4_BUILTIN -- M4 builtins and a useful comment.
|
||||
my @m4_builtin = `echo dumpdef | $m4 2>&1 >/dev/null`;
|
||||
map { s/:.*//;s/\W// } @m4_builtin;
|
||||
@@ -462,11 +455,11 @@ sub handle_m4 ($@)
|
||||
# We don't output directly to the cache files, to avoid problems
|
||||
# when we are interrupted (that leaves corrupted files).
|
||||
xsystem ("$m4"
|
||||
- . join (' --include=', '', map { shell_quote ($_) } @include)
|
||||
- . ' --debug=aflq'
|
||||
- . (!exists $ENV{'AUTOM4TE_NO_FATAL'} ? ' --fatal-warning' : '')
|
||||
- . " @M4_DEBUGFILE@=" . shell_quote ("$tcache" . $req->id . "t")
|
||||
- . join (' --trace=', '', sort @macro)
|
||||
+ . join (' -I', '', map { shell_quote ($_) } @include)
|
||||
+ . ' -daflq'
|
||||
+# . (!exists $ENV{'AUTOM4TE_NO_FATAL'} ? ' --fatal-warning' : '')
|
||||
+ . " -o" . shell_quote ($tcache . $req->id . "t")
|
||||
+ . join (' -t', '', sort @macro)
|
||||
. " " . files_to_options (@ARGV)
|
||||
. " > " . shell_quote ("$ocache" . $req->id . "t"));
|
||||
|
24
devel/autoconf/2.63/patches/patch-bin_autoupdate_in
Normal file
24
devel/autoconf/2.63/patches/patch-bin_autoupdate_in
Normal file
@ -0,0 +1,24 @@
|
||||
$OpenBSD: patch-bin_autoupdate_in,v 1.1.1.1 2010/03/22 20:53:34 espie Exp $
|
||||
--- bin/autoupdate.in.orig Thu Aug 28 04:08:10 2008
|
||||
+++ bin/autoupdate.in Thu Oct 30 19:04:37 2008
|
||||
@@ -57,6 +57,7 @@ my @include = ('@datadir@');
|
||||
my $force = 0;
|
||||
# m4.
|
||||
my $m4 = $ENV{"M4"} || '@M4@';
|
||||
+$m4.=" -g -D__gnu__";
|
||||
|
||||
|
||||
# $HELP
|
||||
@@ -397,9 +398,9 @@ EOF
|
||||
or error "cannot close $tmp/input.m4: $!";
|
||||
|
||||
# Now ask m4 to perform the update.
|
||||
- xsystem ("$m4 --include=" . shell_quote ($tmp)
|
||||
- . join (' --include=', '', map { shell_quote ($_) } reverse (@prepend_include))
|
||||
- . join (' --include=', '', map { shell_quote ($_) } @include)
|
||||
+ xsystem ("$m4 -I" . shell_quote ($tmp)
|
||||
+ . join (' -I', '', map { shell_quote ($_) } reverse (@prepend_include))
|
||||
+ . join (' -I', '', map { shell_quote ($_) } @include)
|
||||
. " " . shell_quote ("$tmp/input.m4") . " > " . shell_quote ("$tmp/updated"));
|
||||
update_file ("$tmp/updated",
|
||||
"$file" eq "$tmp/stdin" ? '-' : "$file");
|
39
devel/autoconf/2.63/patches/patch-configure
Normal file
39
devel/autoconf/2.63/patches/patch-configure
Normal file
@ -0,0 +1,39 @@
|
||||
$OpenBSD: patch-configure,v 1.1.1.1 2010/03/22 20:53:34 espie Exp $
|
||||
--- configure.orig Sat Jul 19 11:54:55 2008
|
||||
+++ configure Sat Jul 19 11:55:39 2008
|
||||
@@ -2386,13 +2386,7 @@ do
|
||||
for ac_exec_ext in '' $ac_executable_extensions; do
|
||||
ac_path_M4="$as_dir/$ac_prog$ac_exec_ext"
|
||||
{ test -f "$ac_path_M4" && $as_test_x "$ac_path_M4"; } || continue
|
||||
- # Root out GNU M4 1.4.4, as well as non-GNU m4 that ignore -t, -F.
|
||||
- ac_snippet=change'quote(<,>)in''dir(<if''def>,mac,bug)d'nl
|
||||
- test -z "`$ac_path_M4 -F conftest.m4f </dev/null 2>&1`" \
|
||||
- && test -z "`echo $ac_snippet | $ac_path_M4 --trace=mac 2>&1`" \
|
||||
- && test -f conftest.m4f \
|
||||
- && ac_cv_path_M4=$ac_path_M4 ac_path_M4_found=:
|
||||
- rm -f conftest.m4f
|
||||
+ ac_cv_path_M4=$ac_path_M4 ac_path_M4_found=:
|
||||
$ac_path_M4_found && break 3
|
||||
done
|
||||
done
|
||||
@@ -2413,19 +2407,7 @@ fi
|
||||
{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_M4" >&5
|
||||
$as_echo "$ac_cv_path_M4" >&6; }
|
||||
M4=$ac_cv_path_M4
|
||||
- { $as_echo "$as_me:$LINENO: checking how m4 supports trace files" >&5
|
||||
-$as_echo_n "checking how m4 supports trace files... " >&6; }
|
||||
-if test "${ac_cv_prog_gnu_m4_debugfile+set}" = set; then
|
||||
- $as_echo_n "(cached) " >&6
|
||||
-else
|
||||
- case `$M4 --help < /dev/null 2>&1` in
|
||||
- *debugfile*) ac_cv_prog_gnu_m4_debugfile=--debugfile ;;
|
||||
- *) ac_cv_prog_gnu_m4_debugfile=--error-output ;;
|
||||
- esac
|
||||
-fi
|
||||
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_gnu_m4_debugfile" >&5
|
||||
-$as_echo "$ac_cv_prog_gnu_m4_debugfile" >&6; }
|
||||
- M4_DEBUGFILE=$ac_cv_prog_gnu_m4_debugfile
|
||||
+ M4_DEBUGFILE=--debugfile
|
||||
|
||||
|
||||
|
36
devel/autoconf/2.63/patches/patch-doc_Makefile_in
Normal file
36
devel/autoconf/2.63/patches/patch-doc_Makefile_in
Normal file
@ -0,0 +1,36 @@
|
||||
$OpenBSD: patch-doc_Makefile_in,v 1.1.1.1 2010/03/22 20:53:34 espie Exp $
|
||||
--- doc/Makefile.in.orig Sun Apr 6 00:57:18 2008
|
||||
+++ doc/Makefile.in Sat Jul 19 11:42:13 2008
|
||||
@@ -354,6 +354,10 @@ dist-info: $(INFO_DEPS)
|
||||
for file in $$d/$$base $$d/$$base-[0-9] $$d/$$base-[0-9][0-9] $$d/$$base_i[0-9] $$d/$$base_i[0-9][0-9]; do \
|
||||
if test -f $$file; then \
|
||||
relfile=`expr "$$file" : "$$d/\(.*\)"`; \
|
||||
+ ext=`echo $$relfile | sed -e 's/^.*\\.//'`; \
|
||||
+ relfile=`echo $$relfile | sed -e 's/\\.[0-9a-z]*$$//'`; \
|
||||
+ relfile=`echo $$relfile | sed -e 's/^.*\///'`; \
|
||||
+ relfile=`echo $$relfile | sed '$(transform)'`.$$ext; \
|
||||
test -f $(distdir)/$$relfile || \
|
||||
cp -p $$file $(distdir)/$$relfile; \
|
||||
else :; fi; \
|
||||
@@ -519,6 +523,10 @@ install-info-am: $(INFO_DEPS)
|
||||
$$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \
|
||||
if test -f $$ifile; then \
|
||||
relfile=`echo "$$ifile" | sed 's|^.*/||'`; \
|
||||
+ ext=`echo $$relfile | sed -e 's/^.*\\.//'`; \
|
||||
+ relfile=`echo $$relfile | sed -e 's/\\.[0-9a-z]*$$//'`; \
|
||||
+ relfile=`echo $$relfile | sed -e 's/^.*\///'`; \
|
||||
+ relfile=`echo $$relfile | sed '$(transform)'`.$$ext; \
|
||||
echo " $(INSTALL_DATA) '$$ifile' '$(DESTDIR)$(infodir)/$$relfile'"; \
|
||||
$(INSTALL_DATA) "$$ifile" "$(DESTDIR)$(infodir)/$$relfile"; \
|
||||
else : ; fi; \
|
||||
@@ -530,6 +538,10 @@ install-info-am: $(INFO_DEPS)
|
||||
list='$(INFO_DEPS)'; \
|
||||
for file in $$list; do \
|
||||
relfile=`echo "$$file" | sed 's|^.*/||'`; \
|
||||
+ ext=`echo $$relfile | sed -e 's/^.*\\.//'`; \
|
||||
+ relfile=`echo $$relfile | sed -e 's/\\.[0-9a-z]*$$//'`; \
|
||||
+ relfile=`echo $$relfile | sed -e 's/^.*\///'`; \
|
||||
+ relfile=`echo $$relfile | sed '$(transform)'`.$$ext; \
|
||||
echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\
|
||||
install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\
|
||||
done; \
|
42
devel/autoconf/2.63/patches/patch-doc_autoconf_texi
Normal file
42
devel/autoconf/2.63/patches/patch-doc_autoconf_texi
Normal file
@ -0,0 +1,42 @@
|
||||
$OpenBSD: patch-doc_autoconf_texi,v 1.1.1.1 2010/03/22 20:53:34 espie Exp $
|
||||
--- doc/autoconf.texi.orig Sat Apr 5 20:43:30 2008
|
||||
+++ doc/autoconf.texi Sat Jul 19 11:51:53 2008
|
||||
@@ -205,27 +205,27 @@ freedom.''
|
||||
|
||||
@dircategory Software development
|
||||
@direntry
|
||||
-* Autoconf: (autoconf). Create source code configuration scripts.
|
||||
+* Autoconf-2.63: (autoconf-2.63). Create source code configuration scripts.
|
||||
@end direntry
|
||||
|
||||
@dircategory Individual utilities
|
||||
@direntry
|
||||
-* autoscan: (autoconf)autoscan Invocation.
|
||||
+* autoscan-2.63: (autoconf-2.63)autoscan Invocation.
|
||||
Semi-automatic @file{configure.ac} writing
|
||||
-* ifnames: (autoconf)ifnames Invocation. Listing conditionals in source.
|
||||
-* autoconf-invocation: (autoconf)autoconf Invocation.
|
||||
+* ifnames-2.63: (autoconf-2.63)ifnames Invocation. Listing conditionals in source.
|
||||
+* autoconf-invocation-2.63: (autoconf-2.63)autoconf Invocation.
|
||||
How to create configuration scripts
|
||||
-* autoreconf: (autoconf)autoreconf Invocation.
|
||||
+* autoreconf-2.63: (autoconf-2.63)autoreconf Invocation.
|
||||
Remaking multiple @command{configure} scripts
|
||||
-* autoheader: (autoconf)autoheader Invocation.
|
||||
+* autoheader-2.63: (autoconf-2.63)autoheader Invocation.
|
||||
How to create configuration templates
|
||||
-* autom4te: (autoconf)autom4te Invocation.
|
||||
+* autom4te-2.63: (autoconf-2.63)autom4te Invocation.
|
||||
The Autoconf executables backbone
|
||||
-* configure: (autoconf)configure Invocation. Configuring a package.
|
||||
-* autoupdate: (autoconf)autoupdate Invocation.
|
||||
+* configure-2.63: (autoconf-2.63)configure Invocation. Configuring a package.
|
||||
+* autoupdate-2.63: (autoconf-2.63)autoupdate Invocation.
|
||||
Automatic update of @file{configure.ac}
|
||||
-* config.status: (autoconf)config.status Invocation. Recreating configurations.
|
||||
-* testsuite: (autoconf)testsuite Invocation. Running an Autotest test suite.
|
||||
+* config.status-2.63: (autoconf-2.63)config.status Invocation. Recreating configurations.
|
||||
+* testsuite-2.63: (autoconf-2.63)testsuite Invocation. Running an Autotest test suite.
|
||||
@end direntry
|
||||
|
||||
@titlepage
|
12
devel/autoconf/2.63/patches/patch-lib_autoconf_Makefile_in
Normal file
12
devel/autoconf/2.63/patches/patch-lib_autoconf_Makefile_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-lib_autoconf_Makefile_in,v 1.1.1.1 2010/03/22 20:53:34 espie Exp $
|
||||
--- lib/autoconf/Makefile.in.orig Sun Apr 6 01:06:36 2008
|
||||
+++ lib/autoconf/Makefile.in Sat Jul 19 11:42:13 2008
|
||||
@@ -184,7 +184,7 @@ dist_autoconflib_DATA = \
|
||||
lang.m4 c.m4 erlang.m4 fortran.m4 \
|
||||
functions.m4 headers.m4 types.m4 libs.m4 programs.m4
|
||||
|
||||
-nodist_autoconflib_DATA = autoconf.m4f
|
||||
+nodist_autoconflib_DATA = # autoconf.m4f
|
||||
CLEANFILES = $(nodist_autoconflib_DATA)
|
||||
TAGS_FILES = $(dist_autoconflib_DATA)
|
||||
ETAGS_ARGS = $(ETAGS_FOR_AUTOCONF)
|
12
devel/autoconf/2.63/patches/patch-lib_autotest_Makefile_in
Normal file
12
devel/autoconf/2.63/patches/patch-lib_autotest_Makefile_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-lib_autotest_Makefile_in,v 1.1.1.1 2010/03/22 20:53:34 espie Exp $
|
||||
--- lib/autotest/Makefile.in.orig Sun Apr 6 01:06:45 2008
|
||||
+++ lib/autotest/Makefile.in Sat Jul 19 11:42:13 2008
|
||||
@@ -178,7 +178,7 @@ top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
autotestlibdir = $(pkgdatadir)/autotest
|
||||
dist_autotestlib_DATA = autotest.m4 general.m4
|
||||
-nodist_autotestlib_DATA = autotest.m4f
|
||||
+nodist_autotestlib_DATA = # autotest.m4f
|
||||
CLEANFILES = $(nodist_autotestlib_DATA)
|
||||
TAGS_FILES = $(dist_autotestlib_DATA)
|
||||
ETAGS_ARGS = $(ETAGS_FOR_AUTOCONF)
|
12
devel/autoconf/2.63/patches/patch-lib_autotest_general_m4
Normal file
12
devel/autoconf/2.63/patches/patch-lib_autotest_general_m4
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-lib_autotest_general_m4,v 1.1.1.1 2010/03/22 20:53:34 espie Exp $
|
||||
--- lib/autotest/general.m4.orig Thu Jun 19 14:59:39 2008
|
||||
+++ lib/autotest/general.m4 Thu Oct 30 19:04:37 2008
|
||||
@@ -1530,7 +1530,7 @@ at_setup_line='m4_defn([AT_line])'
|
||||
m4_if(AT_banner_ordinal, [0], [], [at_func_banner AT_banner_ordinal
|
||||
])dnl
|
||||
at_desc="AS_ESCAPE(m4_dquote(m4_defn([AT_description])))"
|
||||
-$at_quiet AS_ECHO_N([m4_format(["%3d: $at_desc%*s"], AT_ordinal,
|
||||
+$at_quiet AS_ECHO_N([m4_format(["%3s: $at_desc%*s"], AT_ordinal,
|
||||
m4_max(0, m4_eval(47 - m4_qlen(m4_defn([AT_description])))), [])])
|
||||
m4_divert_push([TEST_SCRIPT])dnl
|
||||
])
|
12
devel/autoconf/2.63/patches/patch-lib_m4sugar_Makefile_in
Normal file
12
devel/autoconf/2.63/patches/patch-lib_m4sugar_Makefile_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-lib_m4sugar_Makefile_in,v 1.1.1.1 2010/03/22 20:53:34 espie Exp $
|
||||
--- lib/m4sugar/Makefile.in.orig Mon Sep 8 14:26:26 2008
|
||||
+++ lib/m4sugar/Makefile.in Thu Oct 30 19:05:28 2008
|
||||
@@ -178,7 +178,7 @@ top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
m4sugarlibdir = $(pkgdatadir)/m4sugar
|
||||
dist_m4sugarlib_DATA = m4sugar.m4 foreach.m4 m4sh.m4
|
||||
-nodist_m4sugarlib_DATA = version.m4 m4sugar.m4f m4sh.m4f
|
||||
+nodist_m4sugarlib_DATA = version.m4 #m4sugar.m4f m4sh.m4f
|
||||
CLEANFILES = $(nodist_m4sugarlib_DATA)
|
||||
TAGS_FILES = $(dist_m4sugarlib_DATA)
|
||||
ETAGS_ARGS = $(ETAGS_FOR_AUTOCONF)
|
27
devel/autoconf/2.63/patches/patch-lib_m4sugar_m4sugar_m4
Normal file
27
devel/autoconf/2.63/patches/patch-lib_m4sugar_m4sugar_m4
Normal file
@ -0,0 +1,27 @@
|
||||
$OpenBSD: patch-lib_m4sugar_m4sugar_m4,v 1.1.1.1 2010/03/22 20:53:34 espie Exp $
|
||||
--- lib/m4sugar/m4sugar.m4.orig Tue Aug 26 14:31:22 2008
|
||||
+++ lib/m4sugar/m4sugar.m4 Mon Mar 8 10:47:42 2010
|
||||
@@ -1707,8 +1707,8 @@ m4_define([m4_expand_once],
|
||||
# ----------------------
|
||||
m4_define([m4_provide],
|
||||
[m4_define([m4_provide($1)])])
|
||||
+m4_provide([AM_SANITY_CHECK])
|
||||
|
||||
-
|
||||
# m4_provide_if(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
|
||||
# -------------------------------------------------------
|
||||
# If MACRO-NAME is provided do IF-PROVIDED, else IF-NOT-PROVIDED.
|
||||
@@ -2774,12 +2774,9 @@ m4_pattern_forbid([^dnl$])
|
||||
# $@ recursion is quadratic, and that we need foreach-based
|
||||
# replacement macros. Use the raw builtin to avoid tripping up
|
||||
# include tracing.
|
||||
-m4_ifdef([__m4_version__],
|
||||
-[m4_debugmode([+d])
|
||||
m4_copy([_m4_defn], [m4_defn])
|
||||
m4_copy([_m4_popdef], [m4_popdef])
|
||||
-m4_copy([_m4_undefine], [m4_undefine])],
|
||||
-[m4_builtin([include], [m4sugar/foreach.m4])])
|
||||
+m4_copy([_m4_undefine], [m4_undefine])
|
||||
|
||||
# _m4_divert_diversion should be defined:
|
||||
m4_divert_push([KILL])
|
14
devel/autoconf/2.63/patches/patch-tests_Makefile_in
Normal file
14
devel/autoconf/2.63/patches/patch-tests_Makefile_in
Normal file
@ -0,0 +1,14 @@
|
||||
$OpenBSD: patch-tests_Makefile_in,v 1.1.1.1 2010/03/22 20:53:34 espie Exp $
|
||||
--- tests/Makefile.in.orig Sun Apr 6 01:07:04 2008
|
||||
+++ tests/Makefile.in Thu Aug 14 17:34:46 2008
|
||||
@@ -532,9 +532,7 @@ $(wrappers): wrapper.in
|
||||
mv -f $@.tmp $@
|
||||
$(TESTSUITE): package.m4 \
|
||||
local.at \
|
||||
- $(TESTSUITE_AT) \
|
||||
- $(autotest_m4f_dependencies)
|
||||
- cd $(top_builddir)/lib/autotest && $(MAKE) $(AM_MAKEFLAGS) autotest.m4f
|
||||
+ $(TESTSUITE_AT)
|
||||
$(AUTOTEST) -I . -I $(srcdir) suite.at -o $@.tmp
|
||||
mv $@.tmp $@
|
||||
|
21
devel/autoconf/2.63/patches/patch-tests_c_at
Normal file
21
devel/autoconf/2.63/patches/patch-tests_c_at
Normal file
@ -0,0 +1,21 @@
|
||||
$OpenBSD: patch-tests_c_at,v 1.1.1.1 2010/03/22 20:53:34 espie Exp $
|
||||
--- tests/c.at.orig Sun Apr 6 01:04:48 2008
|
||||
+++ tests/c.at Sat Jul 19 11:53:22 2008
|
||||
@@ -141,7 +141,7 @@ AT_CLEANUP
|
||||
AT_SETUP([AC_PROG_CPP without warnings])
|
||||
|
||||
# Ignore if /lib/cpp doesn't work
|
||||
-AT_CHECK([[echo '#include <stdio.h>' | /lib/cpp || exit 77]],
|
||||
+AT_CHECK([[echo '#include <stdio.h>' | /usr/bin/cpp || exit 77]],
|
||||
[], [ignore], [ignore])
|
||||
|
||||
# A cpp which exit status is meaningless.
|
||||
@@ -179,7 +179,7 @@ AT_CLEANUP
|
||||
AT_SETUP([AC_PROG_CPP via CC])
|
||||
|
||||
# Ignore if /lib/cpp doesn't work
|
||||
-AT_CHECK([[echo '#include <stdio.h>' | /lib/cpp || exit 77]],
|
||||
+AT_CHECK([[echo '#include <stdio.h>' | /usr/bin/cpp || exit 77]],
|
||||
[], [ignore], [ignore])
|
||||
|
||||
AT_DATA([mycc],
|
11
devel/autoconf/2.63/patches/patch-tests_local_at
Normal file
11
devel/autoconf/2.63/patches/patch-tests_local_at
Normal file
@ -0,0 +1,11 @@
|
||||
$OpenBSD: patch-tests_local_at,v 1.1.1.1 2010/03/22 20:53:34 espie Exp $
|
||||
--- tests/local.at.orig Sun Apr 6 01:04:48 2008
|
||||
+++ tests/local.at Fri Aug 15 14:35:41 2008
|
||||
@@ -114,6 +114,7 @@ m4_case([$4], [], [], [ignore], [],
|
||||
s/: include:\( cannot open\)/:\1/
|
||||
s/^autom4te: [^ ]*m4[.ex]* /autom4te: m4 /
|
||||
s/ (E[A-Z]*)$//
|
||||
+ s/: \(.*\) at line \([0-9]*\): include(\(.*\)):/:\1:\2: cannot open `\3'\'':/
|
||||
' stderr >&2]], [0], [], [$4])])
|
||||
])
|
||||
|
16
devel/autoconf/2.63/patches/patch-tests_tools_at
Normal file
16
devel/autoconf/2.63/patches/patch-tests_tools_at
Normal file
@ -0,0 +1,16 @@
|
||||
$OpenBSD: patch-tests_tools_at,v 1.1.1.1 2010/03/22 20:53:34 espie Exp $
|
||||
--- tests/tools.at.orig Fri Aug 15 15:41:41 2008
|
||||
+++ tests/tools.at Fri Aug 15 15:41:46 2008
|
||||
@@ -199,12 +199,6 @@ END
|
||||
[m4@&t@_include(foo.m4)
|
||||
m4@&t@_divert(0)d@&t@nl]
|
||||
END
|
||||
- rm -rf "$file.m4f"
|
||||
- AT_CHECK_AUTOM4TE([-C "$cachedir" -I "$dir" --language=m4sugar --freeze -o "$file.m4f" "$file"])
|
||||
- AT_CHECK([test -s "$file.m4f"])
|
||||
-
|
||||
- # Check --reload-state
|
||||
- AT_CHECK_AUTOM4TE([-C "$cachedir" --language=m4sugar -o "$outfile" "$file.m4f" /dev/null])
|
||||
|
||||
test ! -f b
|
||||
done
|
12
devel/autoconf/2.63/pkg/DESCR
Normal file
12
devel/autoconf/2.63/pkg/DESCR
Normal file
@ -0,0 +1,12 @@
|
||||
Autoconf is an extensible package of m4 macros that produce shell
|
||||
scripts to automatically configure software source code packages.
|
||||
These scripts allegedly can adapt the packages to many kinds of UNIX-like
|
||||
systems without manual user intervention. Autoconf creates a
|
||||
configuration script for a package from a template file that lists the
|
||||
operating system features that the package can use, in the form of m4
|
||||
macro calls.
|
||||
|
||||
This is autoconf${SUFFIX}.
|
||||
|
||||
The actual autoconf drivers for selecting autoconf version are in
|
||||
the metaauto package.
|
62
devel/autoconf/2.63/pkg/PLIST
Normal file
62
devel/autoconf/2.63/pkg/PLIST
Normal file
@ -0,0 +1,62 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/03/22 20:53:34 espie Exp $
|
||||
@option no-default-conflict
|
||||
bin/autoconf${SUFFIX}
|
||||
bin/autoheader${SUFFIX}
|
||||
bin/autom4te${SUFFIX}
|
||||
bin/autoreconf${SUFFIX}
|
||||
bin/autoscan${SUFFIX}
|
||||
bin/autoupdate${SUFFIX}
|
||||
bin/ifnames${SUFFIX}
|
||||
@info info/autoconf${SUFFIX}.info
|
||||
@comment @info info/standards${SUFFIX}.info
|
||||
@man man/man1/autoconf${SUFFIX}.1
|
||||
@man man/man1/autoheader${SUFFIX}.1
|
||||
@man man/man1/autom4te${SUFFIX}.1
|
||||
@man man/man1/autoreconf${SUFFIX}.1
|
||||
@man man/man1/autoscan${SUFFIX}.1
|
||||
@man man/man1/autoupdate${SUFFIX}.1
|
||||
@man man/man1/config.guess${SUFFIX}.1
|
||||
@man man/man1/config.sub${SUFFIX}.1
|
||||
@man man/man1/ifnames${SUFFIX}.1
|
||||
share/autoconf${SUFFIX}/
|
||||
share/autoconf${SUFFIX}/Autom4te/
|
||||
share/autoconf${SUFFIX}/Autom4te/C4che.pm
|
||||
share/autoconf${SUFFIX}/Autom4te/ChannelDefs.pm
|
||||
share/autoconf${SUFFIX}/Autom4te/Channels.pm
|
||||
share/autoconf${SUFFIX}/Autom4te/Configure_ac.pm
|
||||
share/autoconf${SUFFIX}/Autom4te/FileUtils.pm
|
||||
share/autoconf${SUFFIX}/Autom4te/General.pm
|
||||
share/autoconf${SUFFIX}/Autom4te/Request.pm
|
||||
share/autoconf${SUFFIX}/Autom4te/Struct.pm
|
||||
share/autoconf${SUFFIX}/Autom4te/XFile.pm
|
||||
share/autoconf${SUFFIX}/INSTALL
|
||||
share/autoconf${SUFFIX}/autoconf/
|
||||
share/autoconf${SUFFIX}/autoconf/autoconf.m4
|
||||
share/autoconf${SUFFIX}/autoconf/autoheader.m4
|
||||
share/autoconf${SUFFIX}/autoconf/autoscan.m4
|
||||
share/autoconf${SUFFIX}/autoconf/autotest.m4
|
||||
share/autoconf${SUFFIX}/autoconf/autoupdate.m4
|
||||
share/autoconf${SUFFIX}/autoconf/c.m4
|
||||
share/autoconf${SUFFIX}/autoconf/erlang.m4
|
||||
share/autoconf${SUFFIX}/autoconf/fortran.m4
|
||||
share/autoconf${SUFFIX}/autoconf/functions.m4
|
||||
share/autoconf${SUFFIX}/autoconf/general.m4
|
||||
share/autoconf${SUFFIX}/autoconf/headers.m4
|
||||
share/autoconf${SUFFIX}/autoconf/lang.m4
|
||||
share/autoconf${SUFFIX}/autoconf/libs.m4
|
||||
share/autoconf${SUFFIX}/autoconf/oldnames.m4
|
||||
share/autoconf${SUFFIX}/autoconf/programs.m4
|
||||
share/autoconf${SUFFIX}/autoconf/specific.m4
|
||||
share/autoconf${SUFFIX}/autoconf/status.m4
|
||||
share/autoconf${SUFFIX}/autoconf/types.m4
|
||||
share/autoconf${SUFFIX}/autom4te.cfg
|
||||
share/autoconf${SUFFIX}/autoscan/
|
||||
share/autoconf${SUFFIX}/autoscan/autoscan.list
|
||||
share/autoconf${SUFFIX}/autotest/
|
||||
share/autoconf${SUFFIX}/autotest/autotest.m4
|
||||
share/autoconf${SUFFIX}/autotest/general.m4
|
||||
share/autoconf${SUFFIX}/m4sugar/
|
||||
share/autoconf${SUFFIX}/m4sugar/foreach.m4
|
||||
share/autoconf${SUFFIX}/m4sugar/m4sh.m4
|
||||
share/autoconf${SUFFIX}/m4sugar/m4sugar.m4
|
||||
share/autoconf${SUFFIX}/m4sugar/version.m4
|
Loading…
Reference in New Issue
Block a user