From matthias.andree@gmx.de  Wed May 26 15:03:15 2004
Return-Path: <matthias.andree@gmx.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 56AE016A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 26 May 2004 15:03:15 -0700 (PDT)
Received: from mail.dt.e-technik.uni-dortmund.de (mail.dt.e-technik.Uni-Dortmund.DE [129.217.163.1])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D967943D2D
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 26 May 2004 15:03:14 -0700 (PDT)
	(envelope-from matthias.andree@gmx.de)
Received: from m2a2.dyndns.org (krusty.dt.e-technik.uni-dortmund.de [129.217.163.1])
	by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id 8D5082D6C6;
	Thu, 27 May 2004 00:02:08 +0200 (CEST)
Received: from localhost (localhost [127.0.0.1])
	by merlin.emma.line.org (Postfix) with ESMTP id 3CD3DBEB9D;
	Thu, 27 May 2004 00:02:07 +0200 (CEST)
Received: from merlin.emma.line.org ([127.0.0.1])
 by localhost (m2a2.dyndns.org [127.0.0.1]) (amavisd-new, port 10024)
 with LMTP id 26139-02; Thu, 27 May 2004 00:02:05 +0200 (CEST)
Received: from libertas.emma.line.org (libertas.emma.line.org [192.168.0.2])
	by merlin.emma.line.org (Postfix) with ESMTP id C2378B9A;
	Thu, 27 May 2004 00:02:05 +0200 (CEST)
Received: from emma by libertas.emma.line.org with local (Exim 4.34; FreeBSD)
	id 1BT6TN-0007Le-74; Thu, 27 May 2004 00:02:05 +0200
Message-Id: <E1BT6TN-0007Le-74@libertas.emma.line.org>
Date: Thu, 27 May 2004 00:02:05 +0200
From: Matthias Andree <matthias.andree@gmx.de>
Sender: Matthias Andree <matthias.andree@gmx.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Brooks Davis <brooks@one-eyed-alien.net>
Subject: [MAINTAINER] databases/db42: build + install RPC server
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         67239
>Category:       ports
>Synopsis:       [MAINTAINER] databases/db42: build + install RPC server
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 26 15:10:25 PDT 2004
>Closed-Date:    Thu May 27 01:32:28 PDT 2004
>Last-Modified:  Thu May 27 01:32:28 PDT 2004
>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@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:
State-Changed-From-To: open->closed 
State-Changed-By: krion 
State-Changed-When: Thu May 27 01:32:23 PDT 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=67239 
>Unformatted:
