Date: Sat, 30 Jan 1999 22:49:45 +0200 (SAT) From: reg@shale.csir.co.za To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/9813: Port fix: libghttp Message-ID: <199901302049.WAA45662@shale.csir.co.za>
next in thread | raw e-mail | index | archive | help
>Number: 9813 >Category: ports >Synopsis: Port fix: libghttp >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jan 30 12:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Jeremy Lea >Release: FreeBSD 3.0-CURRENT i386 >Organization: Arb's Inc. >Environment: FreeBSD Ports collection >Description: Really fix for 4.0-CURRENT and add category gnome >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /usr/home/ncvs/ports/www/libghttp/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 1999/01/27 08:31:53 1.3 +++ Makefile 1999/01/27 11:05:53 @@ -7,7 +7,7 @@ # DISTNAME= libghttp-0.99.2 -CATEGORIES= www +CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= libghttp Index: patches/patch-aa =================================================================== RCS file: /usr/home/ncvs/ports/www/libghttp/patches/patch-aa,v retrieving revision 1.5 diff -u -r1.5 patch-aa --- patch-aa 1999/01/28 21:31:44 1.5 +++ patch-aa 1999/01/30 20:44:06 @@ -17,8 +17,17 @@ *) $echo "$modename: unknown library version type \`$version_type'" 1>&2 echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2 ---- ltconfig.orig Tue Jan 12 22:38:32 1999 -+++ ltconfig Sun Jan 17 16:19:32 1999 +--- ltconfig.orig Tue Jan 12 16:38:32 1999 ++++ ltconfig Sat Jan 30 22:43:05 1999 +@@ -823,7 +823,7 @@ + ;; + + # FreeBSD 3, at last, uses gcc -shared to do shared libraries. +- freebsd3*) ++ freebsd3* | freebsd4*) + archive_cmds='$CC -shared -o $lib$libobjs' + hardcode_libdir_flag_spec='-R$libdir' + hardcode_direct=yes @@ -1160,10 +1160,21 @@ finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done' ;; @@ -31,7 +40,7 @@ + shlibpath_var=LD_LIBRARY_PATH + ;; + -+freebsd[34]*) ++freebsd3* | freebsd4*) + version_type=freebsd + library_names_spec='${libname}${release}.so$versuffix $libname.so' + if [ $PORTOBJFORMAT = elf ]; then >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?199901302049.WAA45662>