Date: Tue, 26 Jan 1999 18:57:31 -0800 (PST) From: cpiazza@home.net To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/9714: esound does not create shared lib on 4.0-current Message-ID: <199901270257.SAA33293@norn.ca.eu.org>
next in thread | raw e-mail | index | archive | help
>Number: 9714 >Category: ports >Synopsis: esound port is not creating a shared library on -current >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: Tue Jan 26 19:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD norn.ca.eu.org 4.0-CURRENT FreeBSD 4.0-CURRENT #42: Mon Jan 25 20:53:58 PST 1999 norn@norn.ca.eu.org:/usr/src/sys/compile/NORN i386 >Description: The esound port only checks for freebsd versions 2 or 3, so shared libraries do not get built under 4.0-CURRENT. This breaks other ports looking for LIB_DEPENDS= esd.1 >How-To-Repeat: cd /usr/ports/audio/esound && make install >Fix: Apply patch below: --- audio/esound/patches/patch-ab.orig Tue Jan 26 18:33:06 1999 +++ audio/esound/patches/patch-ab Tue Jan 26 18:33:25 1999 @@ -31,7 +31,7 @@ + shlibpath_var=LD_LIBRARY_PATH + ;; + -+freebsd3*) ++freebsd3* | freebsd4*) + version_type=freebsd + library_names_spec='$libname.so.$versuffix $libname.so' + if [ $PORTOBJFORMAT = elf ]; then -Chris >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?199901270257.SAA33293>