Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Feb 1999 15:40:03 -0800 (PST)
From:      Ugo Paternostro <paterno@dsi.unifi.it>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/10156: www/libwww doesn't build
Message-ID:  <199902252340.PAA45460@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/10156; it has been noted by GNATS.

From: Ugo Paternostro <paterno@dsi.unifi.it>
To: grog@lemis.com
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/10156: www/libwww doesn't build
Date: Wed, 24 Feb 1999 13:23:07 +0100 (CET)

 This message is in MIME format
 --_=XFMail.1.3.p0.FreeBSD:990224132307:36914=_
 Content-Type: text/plain; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 
 >        The port fails to build with doubly defined references while
 >        linking w3c-libwww-5.2.1/LineMode/src/www:
 
 Simply add the attached patch to /usr/ports/www/libwww/patches/, possibly
 as patch-ag. This works for me.
 
 Bye, UP
 
 
 --_=XFMail.1.3.p0.FreeBSD:990224132307:36914=_
 Content-Disposition: attachment; filename="patch-ag"
 Content-Transfer-Encoding: 7bit
 Content-Description: patch-ag
 Content-Type: text/plain; charset=us-ascii; name=patch-ag; SizeOnDisk=894
 
 --- config/ltconfig.orig	Tue May 26 23:54:48 1998
 +++ config/ltconfig	Wed Feb 24 13:03:22 1999
 @@ -776,7 +776,7 @@
      ;;
  
    # FreeBSD 3, at last, uses gcc -shared to do shared libraries.
 -  freebsd3*)
 +  freebsd[34]*)
      archive_cmds='$CC -shared -o $lib$libobjs'
      hardcode_libdir_flag_spec='-R$libdir'
      hardcode_direct=yes
 @@ -1122,7 +1122,7 @@
    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ec
 ho "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/li
 bs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibra
 ry.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done'
    ;;
  
 -freebsd2* | freebsd3*)
 +freebsd2* | freebsd3* | freebsd4*)
    version_type=sunos
    library_names_spec='${libname}${release}.so.$versuffix $libname.so'
    finish_cmds='PATH="$PATH:/sbin" ldconfig -m $libdir'
 
 --_=XFMail.1.3.p0.FreeBSD:990224132307:36914=_--
 End of MIME message
 


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?199902252340.PAA45460>