Ravenports generated: 14 Jan 2024 04:52
[ravenports.git] / bucket_1C / autoconf213
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               autoconf213
4 VERSION=                2.13
5 REVISION=               2
6 KEYWORDS=               devel
7 VARIANTS=               standard
8 SDESC[standard]=        Automatic config tool for *nix (legacy version)
9 HOMEPAGE=               http://www.gnu.org/software/autoconf/
10 CONTACT=                Michael_Reim[kraileth@elderlinux.org]
11
12 DOWNLOAD_GROUPS=        main
13 SITES[main]=            GNU/autoconf
14 DISTFILE[1]=            autoconf-2.13.tar.gz:main
15 DF_INDEX=               1
16 SPKGS[standard]=        single
17
18 OPTIONS_AVAILABLE=      none
19 OPTIONS_STANDARD=       none
20
21 BUILDRUN_DEPENDS=       m4:primary:standard
22 RUN_DEPENDS=            autoconf-switch:single:standard
23
24 USES=                   gmake perl
25
26 DISTNAME=               autoconf-2.13
27
28 LICENSE=                GPLv2+:single
29 LICENSE_TERMS=          single:{{WRKDIR}}/TERMS
30 LICENSE_FILE=           GPLv2+:{{WRKSRC}}/COPYING
31 LICENSE_AWK=            TERMS:"^$$"
32 LICENSE_SOURCE=         TERMS:{{WRKSRC}}/acgeneral.m4
33 LICENSE_SCHEME=         solo
34
35 MUST_CONFIGURE=         gnu
36 CONFIGURE_ARGS=         --program-suffix=2.13
37 CONFIGURE_ENV=          M4={{LOCALBASE}}/bin/gm4
38                         AWK={{AWK}}
39
40 PLIST_SUB=              ACVER=2.13
41
42 SET_DEBUGGING_ON=       yes
43 OPTIMIZER_LEVEL=        0
44
45 pre-configure:
46         ${REINPLACE_CMD} \
47                 -e '/^acdatadir =/s/autoconf/&${VERSION}/' \
48                 -e '/^all:/s/ info//' \
49                 -e '/^install:/s/ install-info//' \
50                 ${WRKSRC}/Makefile.in
51         ${RM} ${WRKSRC}/standards.texi
52
53 [FILE:166:descriptions/desc.single]
54 This is a legacy version of the autoconf package. This package exists only 
55 because various software still requires it to build. Do not use it if you 
56 don't have to.
57
58
59 [FILE:99:distinfo]
60 f0611136bee505811e9ca11ca7ac188ef5323a8e2ef19cffd3edb3cf08fd791e       443844 autoconf-2.13.tar.gz
61
62
63 [FILE:326:manifests/plist.single]
64 bin/
65  autoconf%%ACVER%%
66  autoheader%%ACVER%%
67  autoreconf%%ACVER%%
68  autoscan%%ACVER%%
69  autoupdate%%ACVER%%
70  ifnames%%ACVER%%
71 share/autoconf%%ACVER%%/
72  acconfig.h
73  acfunctions
74  acgeneral.m4
75  acheaders
76  acidentifiers
77  acmakevars
78  acoldnames.m4
79  acprograms
80  acspecific.m4
81  autoconf.m4
82  autoconf.m4f
83  autoheader.m4
84  autoheader.m4f
85
86
87 [FILE:325:patches/patch-acspecific.m4]
88 --- acspecific.m4.orig  1999-01-05 13:27:52 UTC
89 +++ acspecific.m4
90 @@ -2659,7 +2659,7 @@ else
91    if AC_TRY_EVAL(ac_link); then
92      for file in conftest.*; do
93        case $file in
94 -      *.c | *.o | *.obj) ;;
95 +      *.c | *.C | *.o | *.obj) ;;
96        *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
97        esac
98      done
99
100
101 [FILE:1171:patches/patch-autoconf.sh]
102 --- autoconf.sh.orig    1999-01-05 13:27:53 UTC
103 +++ autoconf.sh
104 @@ -45,7 +45,6 @@ case "${M4}" in
105  esac
106  
107  : ${TMPDIR=/tmp}
108 -tmpout=${TMPDIR}/acout.$$
109  localdir=
110  show_version=no
111  
112 @@ -95,9 +94,12 @@ case $# in
113    *) echo "$usage" >&2; exit 1 ;;
114  esac
115  
116 +tmpout=`mktemp ${TMPDIR}/acout.XXXXXXXXXX` || exit 1
117 +tmpin=`mktemp ${TMPDIR}/acin.XXXXXXXXXX` || { rm -f $tmpout; exit 1; }
118 +
119  trap 'rm -f $tmpin $tmpout; exit 1' 1 2 15
120  
121 -tmpin=${TMPDIR}/acin.$$ # Always set this, to avoid bogus errors from some rm's.
122 +# Always set this, to avoid bogus errors from some rm's.
123  if test z$infile = z-; then
124    infile=$tmpin
125    cat > $infile
126 @@ -118,7 +120,7 @@ r= f=
127  case `$M4 --help < /dev/null 2>&1` in
128  *reload-state*) test -r $AC_MACRODIR/autoconf.m4f && { r=--reload f=f; } ;;
129  *traditional*) ;;
130 -*) echo Autoconf requires GNU m4 1.1 or later >&2; rm -f $tmpin; exit 1 ;;
131 +*) echo Autoconf requires GNU m4 1.1 or later >&2; rm -f $tmpin $tmpout; exit 1 ;;
132  esac
133  
134  $M4 -I$AC_MACRODIR $use_localdir $r autoconf.m4$f $infile > $tmpout ||
135 @@ -154,6 +156,6 @@ $AWK '
136  /__oline__/s/^\([0-9][0-9]*\):\(.*\)__oline__/\2\1/
137  ' >&4
138  
139 -rm -f $tmpout
140 +rm -f $tmpin $tmpout
141  
142  exit $status
143
144
145 [FILE:385:patches/patch-autoconf.texi]
146 --- autoconf.texi.orig  1999-01-05 13:28:37 UTC
147 +++ autoconf.texi
148 @@ -15,11 +15,10 @@
149  @end iftex
150  
151  @ifinfo
152 -@format
153 -START-INFO-DIR-ENTRY
154 +@dircategory Software development
155 +@direntry
156  * Autoconf: (autoconf).         Create source code configuration scripts.
157 -END-INFO-DIR-ENTRY
158 -@end format
159 +@end direntry
160  
161  Autoconf: Creating Automatic Configuration Scripts, by David MacKenzie.
162  
163
164
165 [FILE:448:patches/patch-autoheader.sh]
166 --- autoheader.sh.orig  1999-01-05 13:28:39 UTC
167 +++ autoheader.sh
168 @@ -194,7 +194,7 @@ if test -n "$syms"; then
169    # Some fgrep's have limits on the number of lines that can be in the
170    # pattern on the command line, so use a temporary file containing the
171    # pattern.
172 -  (fgrep_tmp=${TMPDIR-/tmp}/autoh$$
173 +  (fgrep_tmp=`mktemp ${TMPDIR-/tmp}/autoh.XXXXXXXXXX` || exit 1
174     trap "rm -f $fgrep_tmp; exit 1" 1 2 15
175     cat > $fgrep_tmp <<EOF
176  $syms
177
178
179 [FILE:565:patches/patch-autoupdate.sh]
180 --- autoupdate.sh.orig  1999-01-05 13:28:42 UTC
181 +++ autoupdate.sh
182 @@ -26,7 +26,7 @@ usage="\
183  Usage: autoupdate [-h] [--help] [-m dir] [--macrodir=dir] 
184         [--version] [template-file]" 
185  
186 -sedtmp=/tmp/acups.$$
187 +sedtmp=`mktemp ${TMPDIR-/tmp}/acups.XXXXXXXXXX` || exit 1
188  # For debugging.
189  #sedtmp=/tmp/acups
190  show_version=no
191 @@ -66,7 +66,7 @@ fi
192  
193  : ${SIMPLE_BACKUP_SUFFIX='~'}
194  
195 -tmpout=acupo.$$
196 +tmpout=`mktemp acupo.XXXXXXXXXX` || { rm -f $sedtmp; exit 1; }
197  trap 'rm -f $sedtmp $tmpout; exit 1' 1 2 15
198  case $# in
199    0) infile=configure.in; out="> $tmpout"
200
201
202 [FILE:150:files/special.mk]
203 # equivalent of FreeBSD's USES=desthack
204
205 GNU_CONFIGURE_PREFIX=           \$${${DESTDIRNAME}}${PREFIX}
206 GNU_CONFIGURE_MANPREFIX=        \$${${DESTDIRNAME}}${MANPREFIX}
207