From a470043cbd4941cf89e170021ab05e0a0b886c0b Mon Sep 17 00:00:00 2001 From: krion Date: Tue, 16 Mar 2004 13:58:11 +0000 Subject: - Fix build PR: ports/64333 Submitted by: Ports Fury --- devel/leoarg/Makefile | 10 ++-------- devel/leoarg/files/patch-ltmain.sh | 25 ------------------------- 2 files changed, 2 insertions(+), 33 deletions(-) delete mode 100644 devel/leoarg/files/patch-ltmain.sh (limited to 'devel') diff --git a/devel/leoarg/Makefile b/devel/leoarg/Makefile index d7d30efd879e..5070747a47f1 100644 --- a/devel/leoarg/Makefile +++ b/devel/leoarg/Makefile @@ -15,20 +15,14 @@ DISTNAME= LeoArg-${PORTVERSION} 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 @${REINPLACE_CMD} -e 's|^docdir|#docdir|g ; \ diff --git a/devel/leoarg/files/patch-ltmain.sh b/devel/leoarg/files/patch-ltmain.sh deleted file mode 100644 index 96e8d9a9ad8f..000000000000 --- a/devel/leoarg/files/patch-ltmain.sh +++ /dev/null @@ -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" -- cgit