ports/67239: [MAINTAINER] databases/db42: build + install RPC server
Matthias Andree
matthias.andree at gmx.de
Wed May 26 22:10:45 UTC 2004
>Number: 67239
>Category: ports
>Synopsis: [MAINTAINER] databases/db42: build + install RPC server
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Wed May 26 15:10:25 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator: Matthias Andree
>Release: FreeBSD 4.10-STABLE i386
>Organization:
>Environment:
System: FreeBSD libertas.emma.line.org 4.10-STABLE FreeBSD 4.10-STABLE #109: Wed May 26 14:54:14 CEST 2004
>Description:
This patch, submitted by Brooks Davis <brooks at one-eyed-alien.net> (CC'd),
enables the Berkeley DB RPC server which will be necessary for a port of Sun
Grid Engine 6.0's preferred scheduler, and may be useful for other projects.
Note that there is no easy way to depend on this version of the port;
as its user, you'd probably best check for the existence of the file
${LOCALBASE}/bin/db42/berkeley_db_svc and tell the user to install/upgrade
the db42 or db42-nocrypto port (whichever she's using) to at least 4.2.52_3.
Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:
--- db42-4.2.52_3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/databases/db42/Makefile /root/ports/databases/db42/Makefile
--- /usr/ports/databases/db42/Makefile Sat Mar 20 03:09:29 2004
+++ /root/ports/databases/db42/Makefile Wed May 26 21:08:00 2004
@@ -7,7 +7,7 @@
PORTNAME= db42
PORTVERSION= 4.2.52
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= databases
PKGNAMESUFFIX?=
diff -ruN --exclude=CVS /usr/ports/databases/db42/Makefile.db /root/ports/databases/db42/Makefile.db
--- /usr/ports/databases/db42/Makefile.db Sat Mar 20 03:09:29 2004
+++ /root/ports/databases/db42/Makefile.db Wed May 26 21:07:29 2004
@@ -18,6 +18,7 @@
BDBDIR= BerkeleyDB.${BDBVER}
CONFIGURE_ARGS= --enable-compat185 --enable-dump185 \
--enable-cxx --enable-dynamic \
+ --enable-rpc \
--with-uniquename \
--includedir=${PREFIX}/include/${PORTNAME} \
--libdir=${PREFIX}/lib/${PORTNAME} \
diff -ruN --exclude=CVS /usr/ports/databases/db42/pkg-plist /root/ports/databases/db42/pkg-plist
--- /usr/ports/databases/db42/pkg-plist Thu Jan 15 01:35:14 2004
+++ /root/ports/databases/db42/pkg-plist Wed May 26 21:07:29 2004
@@ -1,3 +1,4 @@
+bin/db42/berkeley_db_svc
bin/db42/db_archive
bin/db42/db_checkpoint
bin/db42/db_deadlock
@@ -9,6 +10,7 @@
bin/db42/db_stat
bin/db42/db_upgrade
bin/db42/db_verify
+bin/berkeley_db_svc-4.2
bin/db_archive-4.2
bin/db_checkpoint-4.2
bin/db_deadlock-4.2
--- db42-4.2.52_3.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list