summaryrefslogtreecommitdiffstats
path: root/devel/autogen
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-04-09 07:37:08 +0000
committerijliao <ijliao@FreeBSD.org>2002-04-09 07:37:08 +0000
commit34fe8b369bce66b9ea10277b3aabb1086c1e2632 (patch)
treeae38313457f3966bfdd50df8dec947f9e2b66467 /devel/autogen
parent016120c005f6351e19c5915a8297ed276e64c30a (diff)
downloadFreeBSD-ports-34fe8b369bce66b9ea10277b3aabb1086c1e2632.zip
FreeBSD-ports-34fe8b369bce66b9ea10277b3aabb1086c1e2632.tar.gz
add missing man page
fix entry in plist merge patches in files/ PR: 36890 Submitted by: Ports Fury
Diffstat (limited to 'devel/autogen')
-rw-r--r--devel/autogen/Makefile4
-rw-r--r--devel/autogen/files/patch-config:ltmain.sh34
-rw-r--r--devel/autogen/files/patch-snprintfv:config:ltmain.sh34
-rw-r--r--devel/autogen/pkg-plist2
4 files changed, 52 insertions, 22 deletions
diff --git a/devel/autogen/Makefile b/devel/autogen/Makefile
index f9cc1cb..e8a6c53 100644
--- a/devel/autogen/Makefile
+++ b/devel/autogen/Makefile
@@ -25,11 +25,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
INSTALLS_SHLIB= yes
-MAN1= autogen.1 columns.1 getdefs.1
+MAN1= autogen.1 autoopts-config.1 columns.1 getdefs.1
pre-patch:
- @${PERL} -pi -e 's|regcomp=no|regcomp=yes|g' ${WRKSRC}/configure
@${PERL} -pi -e 's|values.h ||g' ${WRKSRC}/snprintfv/configure
- @${PERL} -pi -e 's|#include "proto.h"||g' ${WRKSRC}/getdefs/getdefs.h
.include <bsd.port.mk>
diff --git a/devel/autogen/files/patch-config:ltmain.sh b/devel/autogen/files/patch-config:ltmain.sh
index f6c41c5..20cf7b9 100644
--- a/devel/autogen/files/patch-config:ltmain.sh
+++ b/devel/autogen/files/patch-config:ltmain.sh
@@ -1,16 +1,32 @@
---- config/ltmain.sh.orig Mon Sep 3 18:24:41 2001
-+++ config/ltmain.sh Thu Dec 6 03:24:42 2001
-@@ -2408,6 +2408,9 @@
+--- config/ltmain.sh.orig Fri Feb 22 03:19:44 2002
++++ config/ltmain.sh Tue Apr 2 02:40:21 2002
+@@ -1043,14 +1043,14 @@
+ # These systems don't actually have a C library (as such)
+ test "X$arg" = "X-lc" && continue
+ ;;
+- *-*-openbsd*)
++ *-*-openbsd* | *-*-freebsd*)
+ # Do not include libc due to us having libc/libc_r.
+ test "X$arg" = "X-lc" && continue
+ ;;
+ esac
+ elif test "X$arg" = "X-lc_r"; then
+ case $host in
+- *-*-openbsd*)
++ *-*-openbsd* | *-*-freebsd*)
+ # Do not include libc_r directly, use -pthread flag.
+ continue
+ ;;
+@@ -2441,7 +2441,7 @@
*-*-netbsd*)
# Don't link with libc until the a.out ld.so is fixed.
;;
-+ *-*-freebsd*)
-+ # FreeBSD doesn't need this...
-+ ;;
+- *-*-openbsd*)
++ *-*-openbsd* | *-*-freebsd*)
+ # Do not include libc due to us having libc/libc_r.
+ ;;
*)
- # Add libc to deplibs on all other systems if necessary.
- if test $build_libtool_need_lc = "yes"; then
-@@ -4175,10 +4178,12 @@
+@@ -4210,10 +4210,12 @@
fi
# Install the pseudo-library for information purposes.
diff --git a/devel/autogen/files/patch-snprintfv:config:ltmain.sh b/devel/autogen/files/patch-snprintfv:config:ltmain.sh
index fcecce5..07b46d1 100644
--- a/devel/autogen/files/patch-snprintfv:config:ltmain.sh
+++ b/devel/autogen/files/patch-snprintfv:config:ltmain.sh
@@ -1,16 +1,32 @@
---- snprintfv/config/ltmain.sh.orig Mon Sep 3 18:24:41 2001
-+++ snprintfv/config/ltmain.sh Thu Dec 6 03:25:35 2001
-@@ -2408,6 +2408,9 @@
+--- snprintfv/config/ltmain.sh.orig Fri Feb 22 03:19:44 2002
++++ snprintfv/config/ltmain.sh Tue Apr 2 02:41:01 2002
+@@ -1043,14 +1043,14 @@
+ # These systems don't actually have a C library (as such)
+ test "X$arg" = "X-lc" && continue
+ ;;
+- *-*-openbsd*)
++ *-*-openbsd* | *-*-freebsd*)
+ # Do not include libc due to us having libc/libc_r.
+ test "X$arg" = "X-lc" && continue
+ ;;
+ esac
+ elif test "X$arg" = "X-lc_r"; then
+ case $host in
+- *-*-openbsd*)
++ *-*-openbsd* | *-*-freebsd*)
+ # Do not include libc_r directly, use -pthread flag.
+ continue
+ ;;
+@@ -2441,7 +2441,7 @@
*-*-netbsd*)
# Don't link with libc until the a.out ld.so is fixed.
;;
-+ *-*-freebsd*)
-+ # FreeBSD doesn't need this...
-+ ;;
+- *-*-openbsd*)
++ *-*-openbsd* | *-*-freebsd*)
+ # Do not include libc due to us having libc/libc_r.
+ ;;
*)
- # Add libc to deplibs on all other systems if necessary.
- if test $build_libtool_need_lc = "yes"; then
-@@ -4175,10 +4178,12 @@
+@@ -4210,10 +4210,12 @@
fi
# Install the pseudo-library for information purposes.
diff --git a/devel/autogen/pkg-plist b/devel/autogen/pkg-plist
index 9d6c3f7..c05cefb 100644
--- a/devel/autogen/pkg-plist
+++ b/devel/autogen/pkg-plist
@@ -22,7 +22,7 @@ share/aclocal/autoopts.m4
share/autogen/aginfo.tpl
share/autogen/agman1.tpl
share/autogen/confmacs.tpl
-share/autogen/conftest.tpl
+share/autogen/conftest.tpl
share/autogen/fsm-macro.tpl
share/autogen/fsm-trans.tpl
share/autogen/fsm.tpl
OpenPOWER on IntegriCloud