View | Details | Raw Unified | Return to bug 36890
Collapse All | Expand All

(-)devel/autogen/Makefile (-4 / +2 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
PORTNAME=	autogen
9
PORTNAME=	autogen
10
PORTVERSION=	5.3.3
10
PORTVERSION=	5.3.5
11
CATEGORIES=	devel
11
CATEGORIES=	devel
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
13
		${MASTER_SITE_GNU}
13
		${MASTER_SITE_GNU}
Lines 25-35 Link Here
25
		LDFLAGS="-L${LOCALBASE}/lib"
25
		LDFLAGS="-L${LOCALBASE}/lib"
26
INSTALLS_SHLIB=	yes
26
INSTALLS_SHLIB=	yes
27
27
28
MAN1=	autogen.1 columns.1 getdefs.1
28
MAN1=	autogen.1 autoopts-config.1 columns.1 getdefs.1
29
29
30
pre-patch:
30
pre-patch:
31
	@${PERL} -pi -e 's|regcomp=no|regcomp=yes|g' ${WRKSRC}/configure
32
	@${PERL} -pi -e 's|values.h ||g' ${WRKSRC}/snprintfv/configure
31
	@${PERL} -pi -e 's|values.h ||g' ${WRKSRC}/snprintfv/configure
33
	@${PERL} -pi -e 's|#include "proto.h"||g' ${WRKSRC}/getdefs/getdefs.h
34
32
35
.include <bsd.port.mk>
33
.include <bsd.port.mk>
(-)devel/autogen/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (autogen-5.3.3.tar.gz) = 850145dff105abbab956b10b8bca63aa
1
MD5 (autogen-5.3.5.tar.gz) = 72e5859c6f124906dd2e860c63d8319f
(-)devel/autogen/files/patch-config:ltmain.sh (-9 / +25 lines)
Lines 1-16 Link Here
1
--- config/ltmain.sh.orig	Mon Sep  3 18:24:41 2001
1
--- config/ltmain.sh.orig	Fri Feb 22 03:19:44 2002
2
+++ config/ltmain.sh	Thu Dec  6 03:24:42 2001
2
+++ config/ltmain.sh	Tue Apr  2 02:40:21 2002
3
@@ -2408,6 +2408,9 @@
3
@@ -1043,14 +1043,14 @@
4
 	    # These systems don't actually have a C library (as such)
5
 	    test "X$arg" = "X-lc" && continue
6
 	    ;;
7
-	  *-*-openbsd*)
8
+	  *-*-openbsd* | *-*-freebsd*)
9
 	    # Do not include libc due to us having libc/libc_r.
10
 	    test "X$arg" = "X-lc" && continue
11
 	    ;;
12
 	  esac
13
 	 elif test "X$arg" = "X-lc_r"; then
14
 	  case $host in
15
-	  *-*-openbsd*)
16
+	  *-*-openbsd* | *-*-freebsd*)
17
 	    # Do not include libc_r directly, use -pthread flag.
18
 	    continue
19
 	    ;;
20
@@ -2441,7 +2441,7 @@
4
 	  *-*-netbsd*)
21
 	  *-*-netbsd*)
5
 	    # Don't link with libc until the a.out ld.so is fixed.
22
 	    # Don't link with libc until the a.out ld.so is fixed.
6
 	    ;;
23
 	    ;;
7
+	  *-*-freebsd*)
24
-	  *-*-openbsd*)
8
+	    # FreeBSD doesn't need this...
25
+	  *-*-openbsd* | *-*-freebsd*)
9
+	    ;;
26
 	    # Do not include libc due to us having libc/libc_r.
27
 	    ;;
10
 	  *)
28
 	  *)
11
 	    # Add libc to deplibs on all other systems if necessary.
29
@@ -4210,10 +4210,12 @@
12
 	    if test $build_libtool_need_lc = "yes"; then
13
@@ -4175,10 +4178,12 @@
14
 	fi
30
 	fi
15
 
31
 
16
 	# Install the pseudo-library for information purposes.
32
 	# Install the pseudo-library for information purposes.
(-)devel/autogen/files/patch-snprintfv:config:ltmain.sh (-9 / +25 lines)
Lines 1-16 Link Here
1
--- snprintfv/config/ltmain.sh.orig	Mon Sep  3 18:24:41 2001
1
--- snprintfv/config/ltmain.sh.orig	Fri Feb 22 03:19:44 2002
2
+++ snprintfv/config/ltmain.sh	Thu Dec  6 03:25:35 2001
2
+++ snprintfv/config/ltmain.sh	Tue Apr  2 02:41:01 2002
3
@@ -2408,6 +2408,9 @@
3
@@ -1043,14 +1043,14 @@
4
 	    # These systems don't actually have a C library (as such)
5
 	    test "X$arg" = "X-lc" && continue
6
 	    ;;
7
-	  *-*-openbsd*)
8
+	  *-*-openbsd* | *-*-freebsd*)
9
 	    # Do not include libc due to us having libc/libc_r.
10
 	    test "X$arg" = "X-lc" && continue
11
 	    ;;
12
 	  esac
13
 	 elif test "X$arg" = "X-lc_r"; then
14
 	  case $host in
15
-	  *-*-openbsd*)
16
+	  *-*-openbsd* | *-*-freebsd*)
17
 	    # Do not include libc_r directly, use -pthread flag.
18
 	    continue
19
 	    ;;
20
@@ -2441,7 +2441,7 @@
4
 	  *-*-netbsd*)
21
 	  *-*-netbsd*)
5
 	    # Don't link with libc until the a.out ld.so is fixed.
22
 	    # Don't link with libc until the a.out ld.so is fixed.
6
 	    ;;
23
 	    ;;
7
+	  *-*-freebsd*)
24
-	  *-*-openbsd*)
8
+	    # FreeBSD doesn't need this...
25
+	  *-*-openbsd* | *-*-freebsd*)
9
+	    ;;
26
 	    # Do not include libc due to us having libc/libc_r.
27
 	    ;;
10
 	  *)
28
 	  *)
11
 	    # Add libc to deplibs on all other systems if necessary.
29
@@ -4210,10 +4210,12 @@
12
 	    if test $build_libtool_need_lc = "yes"; then
13
@@ -4175,10 +4178,12 @@
14
 	fi
30
 	fi
15
 
31
 
16
 	# Install the pseudo-library for information purposes.
32
 	# Install the pseudo-library for information purposes.
(-)devel/autogen/pkg-plist (-1 / +1 lines)
Lines 22-28 Link Here
22
share/autogen/aginfo.tpl
22
share/autogen/aginfo.tpl
23
share/autogen/agman1.tpl
23
share/autogen/agman1.tpl
24
share/autogen/confmacs.tpl
24
share/autogen/confmacs.tpl
25
share/autogen/conftest.tpl  
25
share/autogen/conftest.tpl
26
share/autogen/fsm-macro.tpl
26
share/autogen/fsm-macro.tpl
27
share/autogen/fsm-trans.tpl
27
share/autogen/fsm-trans.tpl
28
share/autogen/fsm.tpl
28
share/autogen/fsm.tpl

Return to bug 36890