Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Mar 2004 22:00:22 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/64333: Update port: devel/leoarg
Message-ID:  <20040316220022.5adf6695.tkato@prontomail.com>
Resent-Message-ID: <200403161310.i2GDAELS000707@freefall.freebsd.org>

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

>Number:         64333
>Category:       ports
>Synopsis:       Update port: devel/leoarg
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 16 05:10:13 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.9-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Fix build
   
Remove file:
files/patch-ltmain.sh 

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/devel/leoarg/Makefile devel/leoarg/Makefile
--- /usr/ports/devel/leoarg/Makefile	Tue Mar 16 19:05:38 2004
+++ devel/leoarg/Makefile	Tue Mar 16 19:37:27 2004
@@ -15,19 +15,13 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A class for parsing command lines
 
-USE_REINPLACE=	yes
-GNU_CONFIGURE=	yes
-CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+USE_GNOME=	gnometarget lthack
+USE_LIBTOOL_VER=	13
 INSTALLS_SHLIB=	yes
 
-BROKEN=		"Configure fails"
-
 MAN3=	LeoArg.3 LeoArg__InvalidOption.3 LeoArg__InvalidSetting.3 \
 	LeoArg__Option.3 LeoArg__Setting.3 LeoArg_cpp.3 LeoArg_hh.3 \
 	StringUtils_cpp.3 StringUtils_hh.3 namespace_StringUtils.3
-
-post-extract:
-	@${RM} -rf ${WRKSRC}/debian
 
 post-patch:
 .for file in Makefile.in doc/Makefile.in
diff -urN /usr/ports/devel/leoarg/files/patch-ltmain.sh devel/leoarg/files/patch-ltmain.sh
--- /usr/ports/devel/leoarg/files/patch-ltmain.sh	Sun Dec  9 05:44:26 2001
+++ devel/leoarg/files/patch-ltmain.sh	Thu Jan  1 09:00:00 1970
@@ -1,25 +0,0 @@
---- ltmain.sh.orig	Fri May 11 05:34:59 2001
-+++ ltmain.sh	Sat Dec  8 22:23:50 2001
-@@ -2408,6 +2408,9 @@
- 	  *-*-netbsd*)
- 	    # Don't link with libc until the a.out ld.so is fixed.
- 	    ;;
-+	  *-*-netbsd*)
-+	    # FreeBSD doesn't need this...
-+	    ;;
- 	  *)
- 	    # Add libc to deplibs on all other systems if necessary.
- 	    if test $build_libtool_need_lc = "yes"; then
-@@ -4175,10 +4178,12 @@
- 	fi
- 
- 	# Install the pseudo-library for information purposes.
-+	if /usr/bin/false ; then
- 	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
- 	instname="$dir/$name"i
- 	$show "$install_prog $instname $destdir/$name"
- 	$run eval "$install_prog $instname $destdir/$name" || exit $?
-+	fi
- 
- 	# Maybe install the static library, too.
- 	test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
>Release-Note:
>Audit-Trail:
>Unformatted:



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