Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Dec 2007 22:49:31 GMT
From:      Xin LI <delphij@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sergei@FreeBSD.org
Subject:   ports/118562: [PATCH] Update sysutils/cfengine to 2.2.3 and make bdb 4.6 default
Message-ID:  <200712112249.lBBMnVvM021105@freefall.freebsd.org>
Resent-Message-ID: <200712112250.lBBMo2FF021136@freefall.freebsd.org>

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

>Number:         118562
>Category:       ports
>Synopsis:       [PATCH] Update sysutils/cfengine to 2.2.3 and make bdb 4.6 default
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 11 22:50:02 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Xin LI
>Release:        FreeBSD 7.0-BETA3 i386
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD freefall.freebsd.org 7.0-BETA3 FreeBSD 7.0-BETA3 #30: Fri Nov 30 23:12:12 UTC 2007 simon@freefall.freebsd.org:/usr/src/sys/i386/compile/FREEFALL i386


>Description:
	This is a maintaince release.  Make bdb 4.6 default dependency.

	Maintainer (sergei) cc'ed.
>How-To-Repeat:
>Fix:

--- cfengine-2.2.3.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/cfengine/Makefile,v
retrieving revision 1.39
diff -u -p -r1.39 Makefile
--- Makefile	23 Jul 2007 09:36:34 -0000	1.39
+++ Makefile	11 Dec 2007 22:38:44 -0000
@@ -6,18 +6,17 @@
 #
 
 PORTNAME=	cfengine
-PORTVERSION=	2.2.1
+PORTVERSION=	2.2.3
 CATEGORIES=	sysutils
-MASTER_SITES=	ftp://ftp.iu.hio.no/pub/cfengine/ \
-		${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR=	${PORTNAME}
+MASTER_SITES=	http://ftp.osuosl.org/pub/cfengine/ \
+		ftp://ftp.iu.hio.no/pub/cfengine/
 
 MAINTAINER=	sergei@FreeBSD.org
 COMMENT=	A systems administration tool for networks
 
 USE_RC_SUBR=	cfexecd cfservd
 
-USE_BDB?=	44
+USE_BDB?=	46
 USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/sysutils/cfengine/distinfo,v
retrieving revision 1.13
diff -u -p -r1.13 distinfo
--- distinfo	15 Jun 2007 18:18:57 -0000	1.13
+++ distinfo	11 Dec 2007 22:35:51 -0000
@@ -1,3 +1,3 @@
-SHA256 (cfengine-2.2.1.tar.gz) = ad820f08dc0883eaceae58eafa043d7638d117825496abb289228746132bafea
-MD5 (cfengine-2.2.1.tar.gz) = 27764b352e835eeb648052ee01140953
-SIZE (cfengine-2.2.1.tar.gz) = 3715232
+MD5 (cfengine-2.2.3.tar.gz) = 903298e54e80fe0c617f1c51102caef1
+SHA256 (cfengine-2.2.3.tar.gz) = 2f0f62f4ba28a0532f589092af76a3693c50c6f42236662e2d97a8fda8b8fc06
+SIZE (cfengine-2.2.3.tar.gz) = 3932061
Index: files/patch-configure
===================================================================
RCS file: /home/ncvs/ports/sysutils/cfengine/files/patch-configure,v
retrieving revision 1.1
diff -u -p -r1.1 patch-configure
--- files/patch-configure	24 Jan 2007 22:47:36 -0000	1.1
+++ files/patch-configure	11 Dec 2007 22:38:25 -0000
@@ -1,15 +1,6 @@
---- configure.orig	Wed Sep 20 10:27:07 2006
-+++ configure	Thu Dec 14 18:00:21 2006
-@@ -8539,7 +8539,7 @@
-         done
- 
-         BERKELEY_DB_LIB="-ldb"
--        for v in db4.4 db44 db41 db40 db4 db33 db32 db3 db; do
-+        for v in db-4.4 db4.4 db44 db-4.3 db-4.2 db41 db40 db4 db33 db32 db3 db; do
-             if test -f "$BERKELEY_DB_DIR/lib/lib$v.so"; then
-                 BERKELEY_DB_LIB="-l$v"
- 		break
-@@ -15998,7 +15998,7 @@
+--- configure.orig	2007-12-01 04:42:22.000000000 -0800
++++ configure	2007-12-11 14:36:12.215074399 -0800
+@@ -33621,7 +33621,7 @@
  
  
  
@@ -17,4 +8,4 @@
 +LIBS="../pub/libpub.a $LIBS"
  
  
- echo "$as_me:$LINENO: checking Checking for GCC Specific compile flags" >&5
+ { echo "$as_me:$LINENO: checking Checking for GCC Specific compile flags" >&5
--- cfengine-2.2.3.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712112249.lBBMnVvM021105>