Date: Fri, 22 Sep 2000 12:49:20 +0400 (MSD) From: osa@FreeBSD.org.ru To: FreeBSD-gnats-submit@freebsd.org Subject: ports/21469: Fix shared libs environment in databases/db3 Message-ID: <200009220849.MAA72860@hole.etrust.ru>
next in thread | raw e-mail | index | archive | help
>Number: 21469 >Category: ports >Synopsis: Fix shared libs environment in databases/db3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Sep 22 02:00:03 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Sergey A. Osokin >Release: FreeBSD 5.0-CURRENT i386 >Organization: Russian FreeBSD Team >Environment: FreeBSD 5.0-CURRENT i386 >Description: Fix shared libs environment in databases/db3 >How-To-Repeat: >Fix: diff -ruN db3.old/Makefile db3/Makefile --- db3.old/Makefile Fri Sep 22 02:48:44 2000 +++ db3/Makefile Fri Sep 22 02:49:15 2000 @@ -2,7 +2,7 @@ # Date created: 16 August 2000 # Whom: Sergey Osokin aka oZZ <ozz@FreeBSD.org.ru> # -# $FreeBSD: ports/databases/db3/Makefile,v 1.23 2000/09/16 22:57:40 will Exp $ +# $FreeBSD$ # PORTNAME= db3 @@ -27,5 +27,9 @@ --prefix=${PREFIX} \ --includedir=${PREFIX}/include/db3 CONFIGURE_TARGET= $(ARCH)-unknown-freebsd$(OSREL) + +post-install: + ${LN} -s ${PREFIX}/lib/libdb3.1.so ${PREFIX}/lib/libdb3.so.1 + ${LN} -s ${PREFIX}/lib/libdb_cxx3.1.so ${PREFIX}/lib/libdb_cxx3.so.1 .include <bsd.port.mk> diff -ruN db3.old/pkg/PLIST db3/pkg/PLIST --- db3.old/pkg/PLIST Fri Sep 22 02:48:44 2000 +++ db3/pkg/PLIST Fri Sep 22 02:40:42 2000 @@ -15,10 +15,12 @@ lib/libdb.so lib/libdb3.1.la lib/libdb3.1.so +lib/libdb3.so.1 lib/libdb3.so lib/libdb_cxx.so lib/libdb_cxx3.1.la lib/libdb_cxx3.1.so +lib/libdb_cxx3.so.1 lib/libdb_cxx3.so share/doc/db3/api_c/c_pindex.html share/doc/db3/api_c/pindex.src >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?200009220849.MAA72860>