Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Feb 2002 18:31:06 -0500
From:      Bill Wells <bill@twwells.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/35095: p5-BerkeleyDB port no longer compiles
Message-ID:  <E16cxFS-000F3y-00@bill.twwells.com>

next in thread | raw e-mail | index | archive | help

>Number:         35095
>Category:       ports
>Synopsis:       p5-BerkeleyDB port no longer compiles
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 18 15:40:03 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Bill Wells
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD bill.twwells.com 4.5-STABLE FreeBSD 4.5-STABLE #0: Sat Feb 16 15:30:43 EST 2002 toor@bill.twwells.com:/usr/obj/usr/src/sys/BILL i386


	
>Description:
	The present port looks for the library in -ldb but it's
	actually in -ldb3.
>How-To-Repeat:
	Attempt to compile the port.
>Fix:
	A new file, to patch the config.in script:

diff -ruN /tmp/p5-BerkeleyDB/files/patch-config.in /usr/ports/databases/p5-BerkeleyDB/files/patch-config.in
--- /tmp/p5-BerkeleyDB/files/patch-config.in    Wed Dec 31 19:00:00 1969
+++ /usr/ports/databases/p5-BerkeleyDB/files/patch-config.in    Mon Feb 18 18:22:19 2002
@@ -0,0 +1,11 @@
+diff -bru /tmp/p5-BerkeleyDB/work/BerkeleyDB-0.15/config.in ./config.in
+--- /tmp/p5-BerkeleyDB/work/BerkeleyDB-0.15/config.in  Sun Feb  4 10:31:24 2001
++++ ./config.in        Mon Feb 18 18:20:56 2002
+@@ -46,6 +46,6 @@
+ #    below (by removing the leading #) and edit the line to use the name
+ #    you have picked.
+
+-#DBNAME = -ldb-3.0
++DBNAME = -ldb3
+
+ # end of file config.in
>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?E16cxFS-000F3y-00>