aboutsummaryrefslogtreecommitdiff
path: root/devel/autoconf262
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2003-06-18 22:04:57 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2003-06-18 22:04:57 +0000
commit4c8549c0171a1dfa45189729fbd9662782532a0a (patch)
tree6378a8cffac1d31fa9afeecc5f9314503257fa17 /devel/autoconf262
parentd3bb8fcd62bb49367b81cf3b075cadfffc1cf327 (diff)
downloadports-4c8549c0171a1dfa45189729fbd9662782532a0a.tar.gz
ports-4c8549c0171a1dfa45189729fbd9662782532a0a.zip
Unbreak autoconf257.
Approved by: ade
Notes
Notes: svn path=/head/; revision=83274
Diffstat (limited to 'devel/autoconf262')
-rw-r--r--devel/autoconf262/Makefile4
-rw-r--r--devel/autoconf262/files/manpages.mk7
-rw-r--r--devel/autoconf262/files/patch-configure11
-rw-r--r--devel/autoconf262/files/patch-doc:Makefile.in23
-rw-r--r--devel/autoconf262/pkg-plist5
5 files changed, 43 insertions, 7 deletions
diff --git a/devel/autoconf262/Makefile b/devel/autoconf262/Makefile
index 266759f8fa46..d2b41efd550b 100644
--- a/devel/autoconf262/Makefile
+++ b/devel/autoconf262/Makefile
@@ -20,8 +20,6 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
help2man:${PORTSDIR}/misc/help2man
RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
-BROKEN= Work is in progress right now.
-
USE_BZIP2= yes
USE_GMAKE= yes
USE_PERL5= yes
@@ -66,5 +64,5 @@ post-install:
.endfor
.include <bsd.port.pre.mk>
-#.include "${FILESDIR}/manpages.mk"
+.include "${FILESDIR}/manpages.mk"
.include <bsd.port.post.mk>
diff --git a/devel/autoconf262/files/manpages.mk b/devel/autoconf262/files/manpages.mk
new file mode 100644
index 000000000000..89f0c821598b
--- /dev/null
+++ b/devel/autoconf262/files/manpages.mk
@@ -0,0 +1,7 @@
+MAN1= autoconf257.1 \
+ autoreconf257.1 \
+ autoheader257.1 \
+ autoupdate257.1 \
+ ifnames257.1 \
+ autoscan257.1 \
+ autom4te257.1
diff --git a/devel/autoconf262/files/patch-configure b/devel/autoconf262/files/patch-configure
new file mode 100644
index 000000000000..9318d22ab266
--- /dev/null
+++ b/devel/autoconf262/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig Wed Jun 18 21:54:44 2003
++++ configure Wed Jun 18 21:55:06 2003
+@@ -1475,7 +1475,7 @@
+
+
+ # Define the identity of the package.
+- PACKAGE=autoconf
++ PACKAGE=autoconf257
+ VERSION=2.57
+
+
diff --git a/devel/autoconf262/files/patch-doc:Makefile.in b/devel/autoconf262/files/patch-doc:Makefile.in
new file mode 100644
index 000000000000..18587ebe9d36
--- /dev/null
+++ b/devel/autoconf262/files/patch-doc:Makefile.in
@@ -0,0 +1,23 @@
+--- doc/Makefile.in.orig Wed Jun 18 22:18:17 2003
++++ doc/Makefile.in Wed Jun 18 22:19:32 2003
+@@ -113,7 +113,7 @@
+ DIST_SOURCES =
+ TEXINFO_TEX = $(top_srcdir)/config/texinfo.tex
+ am__TEXINFO_TEX_DIR = $(top_srcdir)/config
+-INFO_DEPS = autoconf.info standards.info
++INFO_DEPS =
+ DVIS = autoconf.dvi standards.dvi
+ PDFS = autoconf.pdf standards.pdf
+ PSS = autoconf.ps standards.ps
+@@ -121,6 +121,11 @@
+ DIST_COMMON = $(autoconf_TEXINFOS) $(standards_TEXINFOS) Makefile.am \
+ Makefile.in stamp-vti version.texi
+ all: all-am
++
++autoconf257.info: autoconf.info
++ cp autoconf.info autoconf257.info
++standards257.info: standards.info
++ cp standards.info standards257.info
+
+ .SUFFIXES:
+ .SUFFIXES: .dvi .info .pdf .ps .texi
diff --git a/devel/autoconf262/pkg-plist b/devel/autoconf262/pkg-plist
index cf839ff11440..42e7438c75ea 100644
--- a/devel/autoconf262/pkg-plist
+++ b/devel/autoconf262/pkg-plist
@@ -5,9 +5,6 @@ bin/autoreconf257
bin/autoscan257
bin/autoupdate257
bin/ifnames257
-info/autoconf.info
-info/dir
-info/standards.info
share/autoconf257/Autom4te/General.pm
share/autoconf257/Autom4te/Struct.pm
share/autoconf257/Autom4te/XFile.pm
@@ -53,4 +50,4 @@ share/autoconf257/mkinstalldirs
@dirrm share/autoconf257/autoconf
@dirrm share/autoconf257/Autom4te
@dirrm share/autoconf257
-@dirrm info
+@unexec rmdir %D/info 2>/dev/null || true