ports/75563: [MAINTAINER] databases/db43: update to 4.3.27

Matthias Andree matthias.andree at gmx.de
Tue Dec 28 03:40:26 UTC 2004


>Number:         75563
>Category:       ports
>Synopsis:       [MAINTAINER] databases/db43: update to 4.3.27
>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:   Tue Dec 28 03:40:22 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Matthias Andree
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD merlin.emma.line.org 5.3-STABLE FreeBSD 5.3-STABLE #17: Sun Dec 19 04:03:03 CET 2004
>Description:
- Update to 4.3.27

Removed file(s):
- Makefile.db (merged into Makefile)

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- db43-4.3.27.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/databases/db43/Makefile /root/ports/databases/db43/Makefile
--- /usr/ports/databases/db43/Makefile	Sun Dec 19 03:32:07 2004
+++ /root/ports/databases/db43/Makefile	Tue Dec 28 03:58:59 2004
@@ -6,16 +6,55 @@
 #
 
 PORTNAME=	db43
-PORTVERSION=	4.3.21
+PORTVERSION=	4.3.27
 CATEGORIES=	databases
+MASTER_SITES=	ftp://sleepycat1.inetu.net/releases/
 PKGNAMESUFFIX?=
+DISTNAME?=	db-${PORTVERSION}
+DIST_SUBDIR=	bdb
 
 MAINTAINER=	matthias.andree at gmx.de
 COMMENT=	The Berkeley DB package, revision 4.3
 
-MASTERDIR?=	${.CURDIR}
+WRKSRC=		${WRKDIR}/${DISTNAME}/build_unix
 
-.include <${MASTERDIR}/Makefile.db>
+USE_REINPLACE=		yes
+INSTALLS_SHLIB=		yes
+USE_LIBTOOL_VER=	15
+CONFIGURE_SCRIPT=	../dist/configure
+LIBTOOLFILES=		${CONFIGURE_SCRIPT}
+CONFIGURE_TARGET=	--target=${ARCH}-portbld-freebsd${OSREL}
+BDBVER=			${PORTVERSION:R}
+BDBMINOR=		${BDBVER:E:S/^\.//}
+BDBDIR=			BerkeleyDB.${BDBVER}
+CONFIGURE_ARGS=		--enable-compat185 --enable-dump185 \
+			--enable-cxx --enable-dynamic \
+			--enable-rpc \
+			--includedir=${PREFIX}/include/${PORTNAME} \
+			--libdir=${PREFIX}/lib/${PORTNAME} \
+			--bindir=${PREFIX}/bin/${PORTNAME}
+INSTALL_TARGET=		install_include install_lib install_utilities
+.if !defined(NOPORTDOCS)
+INSTALL_TARGET+=	install_docs docdir=${DOCSDIR}
+PORTDOCS=		*
+.endif
+
+pre-patch:
+	@${REINPLACE_CMD} -Ee 's|-l?pthread|${PTHREAD_LIBS}|g' ${WRKSRC}/${CONFIGURE_SCRIPT}
+
+pre-configure:
+	${CHMOD} u+w ${WRKSRC}/../dist/configure
+
+post-install:
+.for i in libdb libdb_cxx
+	${LN} -s -f ${PORTNAME}/${i}-${BDBVER}.so.0 ${PREFIX}/lib
+	${LN} -s -f ${i}-${BDBVER}.so.0 ${PREFIX}/lib/${i}-${BDBVER}.so
+.endfor
+.if !defined(NOPORTDOCS)
+	@${RMDIR} ${DOCSDIR}/ref/splash 2>/dev/null || :
+.endif
+	cd ${PREFIX}/bin/${PORTNAME} ; \
+	for i in * ; do ${LN} -s -f ${PORTNAME}/$$i ../$$i-${BDBVER} ; done
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == amd64
diff -ruN --exclude=CVS /usr/ports/databases/db43/Makefile.db /root/ports/databases/db43/Makefile.db
--- /usr/ports/databases/db43/Makefile.db	Sun Dec 19 03:32:07 2004
+++ /root/ports/databases/db43/Makefile.db	Thu Jan  1 01:00:00 1970
@@ -1,46 +0,0 @@
-MASTER_SITES=	http://www.sleepycat.com/update/snapshot/
-DISTNAME?=	db-${PORTVERSION}
-DIST_SUBDIR=	bdb
-
-PATCH_SITES=	http://www.sleepycat.com/update/${PORTVERSION}/
-PATCH_DIST_STRIP=	-d ${WRKDIR}/${DISTNAME}
-
-WRKSRC=		${WRKDIR}/${DISTNAME}/build_unix
-
-USE_REINPLACE=		yes
-INSTALLS_SHLIB=		yes
-USE_LIBTOOL_VER=	15
-CONFIGURE_SCRIPT=	../dist/configure
-LIBTOOLFILES=		${CONFIGURE_SCRIPT}
-CONFIGURE_TARGET=	--target=${ARCH}-portbld-freebsd${OSREL}
-BDBVER=			${PORTVERSION:R}
-BDBMINOR=		${BDBVER:E:S/^\.//}
-BDBDIR=			BerkeleyDB.${BDBVER}
-CONFIGURE_ARGS=		--enable-compat185 --enable-dump185 \
-			--enable-cxx --enable-dynamic \
-			--enable-rpc \
-			--includedir=${PREFIX}/include/${PORTNAME} \
-			--libdir=${PREFIX}/lib/${PORTNAME} \
-			--bindir=${PREFIX}/bin/${PORTNAME}
-INSTALL_TARGET=		install_include install_lib install_utilities
-.if !defined(NOPORTDOCS)
-INSTALL_TARGET+=	install_docs docdir=${DOCSDIR}
-PORTDOCS=		*
-.endif
-
-pre-patch:
-	@${REINPLACE_CMD} -Ee 's|-l?pthread|${PTHREAD_LIBS}|g' ${WRKSRC}/${CONFIGURE_SCRIPT}
-
-pre-configure:
-	${CHMOD} u+w ${WRKSRC}/../dist/configure
-
-post-install:
-.for i in libdb libdb_cxx
-	${LN} -s -f ${PORTNAME}/${i}-${BDBVER}.so.0 ${PREFIX}/lib
-	${LN} -s -f ${i}-${BDBVER}.so.0 ${PREFIX}/lib/${i}-${BDBVER}.so
-.endfor
-.if !defined(NOPORTDOCS)
-	@${RMDIR} ${DOCSDIR}/ref/splash 2>/dev/null || :
-.endif
-	cd ${PREFIX}/bin/${PORTNAME} ; \
-	for i in * ; do ${LN} -s -f ${PORTNAME}/$$i ../$$i-${BDBVER} ; done
diff -ruN --exclude=CVS /usr/ports/databases/db43/distinfo /root/ports/databases/db43/distinfo
--- /usr/ports/databases/db43/distinfo	Sun Dec 19 03:32:07 2004
+++ /root/ports/databases/db43/distinfo	Tue Dec 28 04:00:13 2004
@@ -1,2 +1,2 @@
-MD5 (bdb/db-4.3.21.tar.gz) = 014950aaadd531f6f9064c81a2018423
-SIZE (bdb/db-4.3.21.tar.gz) = 5916550
+MD5 (bdb/db-4.3.27.tar.gz) = fcc481d52c3b80e20a328f8c0cb042bd
+SIZE (bdb/db-4.3.27.tar.gz) = 5921872
--- db43-4.3.27.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list