From owner-freebsd-ports Fri Sep 22 2: 0: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 69F9037B423 for ; Fri, 22 Sep 2000 02:00:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA30041; Fri, 22 Sep 2000 02:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from hole.etrust.ru (sweet.etrust.ru [194.84.67.5]) by hub.freebsd.org (Postfix) with ESMTP id 098DB37B423 for ; Fri, 22 Sep 2000 01:50:03 -0700 (PDT) Received: (from osa@localhost) by hole.etrust.ru (8.9.3/8.9.3) id MAA72860; Fri, 22 Sep 2000 12:49:20 +0400 (MSD) (envelope-from osa) Message-Id: <200009220849.MAA72860@hole.etrust.ru> Date: Fri, 22 Sep 2000 12:49:20 +0400 (MSD) From: osa@FreeBSD.org.ru Reply-To: osa@FreeBSD.org.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/21469: Fix shared libs environment in databases/db3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 # -# $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 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