From owner-freebsd-ports Sat Jan 30 12:50:09 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA11371 for freebsd-ports-outgoing; Sat, 30 Jan 1999 12:50:09 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA11305 for ; Sat, 30 Jan 1999 12:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA53953; Sat, 30 Jan 1999 12:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA11212 for ; Sat, 30 Jan 1999 12:49:49 -0800 (PST) (envelope-from reg@shale.csir.co.za) Received: (from reg@localhost) by shale.csir.co.za (8.9.2/8.9.2) id WAA45662; Sat, 30 Jan 1999 22:49:45 +0200 (SAT) (envelope-from reg) Message-Id: <199901302049.WAA45662@shale.csir.co.za> Date: Sat, 30 Jan 1999 22:49:45 +0200 (SAT) From: reg@shale.csir.co.za Reply-To: reg@shale.csir.co.za To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9813: Port fix: libghttp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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