Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Apr 2002 12:12:17 -0700 (PDT)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/36890: Update port: devel/autogen to 5.3.5
Message-ID:  <200204081912.g38JCHu15881@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         36890
>Category:       ports
>Synopsis:       Update port: devel/autogen to 5.3.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 08 12:20:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.4-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 5.3.5

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/devel/autogen/Makefile devel/autogen/Makefile
--- /usr/ports/devel/autogen/Makefile	Mon Mar 25 18:51:23 2002
+++ devel/autogen/Makefile	Tue Apr  2 06:23:33 2002
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	autogen
-PORTVERSION=	5.3.3
+PORTVERSION=	5.3.5
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
 		${MASTER_SITE_GNU}
@@ -25,11 +25,9 @@
 		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 -urN /usr/ports/devel/autogen/distinfo devel/autogen/distinfo
--- /usr/ports/devel/autogen/distinfo	Mon Mar 25 18:51:23 2002
+++ devel/autogen/distinfo	Tue Apr  2 02:37:29 2002
@@ -1 +1 @@
-MD5 (autogen-5.3.3.tar.gz) = 850145dff105abbab956b10b8bca63aa
+MD5 (autogen-5.3.5.tar.gz) = 72e5859c6f124906dd2e860c63d8319f
diff -urN /usr/ports/devel/autogen/files/patch-config:ltmain.sh devel/autogen/files/patch-config:ltmain.sh
--- /usr/ports/devel/autogen/files/patch-config:ltmain.sh	Sun Dec  9 05:48:11 2001
+++ devel/autogen/files/patch-config:ltmain.sh	Tue Apr  2 02:40:32 2002
@@ -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 -urN /usr/ports/devel/autogen/files/patch-snprintfv:config:ltmain.sh devel/autogen/files/patch-snprintfv:config:ltmain.sh
--- /usr/ports/devel/autogen/files/patch-snprintfv:config:ltmain.sh	Sun Dec  9 05:48:11 2001
+++ devel/autogen/files/patch-snprintfv:config:ltmain.sh	Tue Apr  2 02:41:21 2002
@@ -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 -urN /usr/ports/devel/autogen/pkg-plist devel/autogen/pkg-plist
--- /usr/ports/devel/autogen/pkg-plist	Mon Mar 25 18:51:23 2002
+++ devel/autogen/pkg-plist	Tue Apr  2 06:23:54 2002
@@ -22,7 +22,7 @@
 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

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204081912.g38JCHu15881>