Date: Sat, 8 Dec 2001 11:02:27 -0800 (PST) From: KATO Tsuguru <tkato@prontomail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/32611: Update port: devel/ixlib Message-ID: <200112081902.fB8J2RI95516@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 32611 >Category: ports >Synopsis: Update port: devel/ixlib >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: Sat Dec 08 11:10:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.4-RELEASE i386 >Organization: >Environment: >Description: - Fix pkg-comment - Fix pkg-plist New file: files/patch-ltmain.sh >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/ixlib/Makefile devel/ixlib/Makefile --- /usr/ports/devel/ixlib/Makefile Thu Nov 1 17:20:56 2001 +++ devel/ixlib/Makefile Sat Dec 8 14:42:06 2001 @@ -16,9 +16,11 @@ LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext -GNU_CONFIGURE= yes -USE_GMAKE= yes USE_NEWGCC= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes .include <bsd.port.mk> diff -urN /usr/ports/devel/ixlib/files/patch-ltmain.sh devel/ixlib/files/patch-ltmain.sh --- /usr/ports/devel/ixlib/files/patch-ltmain.sh Thu Jan 1 09:00:00 1970 +++ devel/ixlib/files/patch-ltmain.sh Sat Dec 8 17:01:35 2001 @@ -0,0 +1,41 @@ +--- ltmain.sh.orig Sun Sep 23 09:10:52 2001 ++++ ltmain.sh Sat Dec 8 17:01:25 2001 +@@ -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. + ;; +- *-*-openbsd*) ++ *-*-openbsd* | *-*-freebsd*) + # Do not include libc due to us having libc/libc_r. + ;; + *) +@@ -4210,10 +4210,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" diff -urN /usr/ports/devel/ixlib/pkg-comment devel/ixlib/pkg-comment --- /usr/ports/devel/ixlib/pkg-comment Thu Nov 1 17:20:56 2001 +++ devel/ixlib/pkg-comment Sat Dec 8 00:42:23 2001 @@ -1 +1 @@ -Ixlib is a small c++ tools library based on STL +A small c++ tools library based on STL diff -urN /usr/ports/devel/ixlib/pkg-plist devel/ixlib/pkg-plist --- /usr/ports/devel/ixlib/pkg-plist Thu Nov 1 17:20:56 2001 +++ devel/ixlib/pkg-plist Sat Dec 8 09:27:23 2001 @@ -26,8 +26,8 @@ include/ixlib_textfile.hh include/ixlib_token_lex.hh include/ixlib_xml.hh -lib/charset.alias lib/libixion.a lib/libixion.so +lib/libixion.so.6 share/aclocal/ixlib.m4 share/locale/de/LC_MESSAGES/ixlib.mo >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?200112081902.fB8J2RI95516>