Index: head/databases/db45/Makefile =================================================================== --- head/databases/db45/Makefile (revision 230753) +++ head/databases/db45/Makefile (revision 230754) @@ -1,49 +1,50 @@ # New ports collection makefile for: db45 # Date created: 2007-05-10 # Whom: Gea-Suan Lin # # $FreeBSD$ # PORTNAME= db45 PORTVERSION= 4.5.20.0 CATEGORIES= databases MASTER_SITES= http://download-west.oracle.com/berkeley-db/ \ http://download-east.oracle.com/berkeley-db/ \ http://download-uk.oracle.com/berkeley-db/ PKGNAMEPREFIX?= DISTNAME= db-${PORTVERSION:R} DIST_SUBDIR= bdb # I allow matthias.andree@gmx.de and all freebsd committer to do changes # to this package. MAINTAINER= gslin@gslin.org COMMENT= The Berkeley DB package, revision 4.5 BDBVER= ${PORTVERSION:R:R} CONFIGURE_ARGS= --enable-compat185 --enable-dump185 --enable-cxx \ --enable-dynamic --enable-rpc --enable-pthread_api \ --includedir=${PREFIX}/include/${PORTNAME} \ --libdir=${PREFIX}/lib/${PORTNAME} \ --bindir=${PREFIX}/bin/${PORTNAME} CONFIGURE_SCRIPT= ../dist/configure GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes INSTALL_TARGET= install_include install_lib install_utilities LIBTOOLFILES= ${CONFIGURE_SCRIPT} WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix USE_LDCONFIG= yes .if !defined(NOPORTDOCS) INSTALL_TARGET+= install_docs docdir=${DOCSDIR} PORTDOCS= * .endif 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 cd ${PREFIX}/bin/${PORTNAME} ; \ for i in * ; do ${LN} -s -f ${PORTNAME}/$$i ../$$i-${BDBVER} ; done .include Property changes on: head/databases/db45/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.81 \ No newline at end of property +1.82 \ No newline at end of property Index: head/databases/db46/Makefile =================================================================== --- head/databases/db46/Makefile (revision 230753) +++ head/databases/db46/Makefile (revision 230754) @@ -1,63 +1,64 @@ # New ports collection makefile for: db46 # Date created: 2007-07-26 # Whom: Gea-Suan Lin # # $FreeBSD$ # PORTNAME= db46 PORTVERSION= 4.6.21.3 CATEGORIES= databases MASTER_SITES= http://download-west.oracle.com/berkeley-db/ \ http://download-east.oracle.com/berkeley-db/ \ http://download-uk.oracle.com/berkeley-db/ PKGNAMEPREFIX?= DISTNAME= db-${PORTVERSION:R} DIST_SUBDIR= bdb PATCH_SITES= http://www.oracle.com/technology/products/berkeley-db/db/update/${PORTVERSION:R}/ PATCHFILES= patch.4.6.21.1 patch.4.6.21.2 patch.4.6.21.3 PATCH_DIST_STRIP= -d .. -l # * patch.4.6.21.1: ----------------------------------------------------------- # Fixes a race condition between checkpoint and DB->close which can result in # the checkpoint thread self-deadlocking. [#15692] # * 4.6.21.2: ----------------------------------------------------------------- # Fixes the potential for the wrong number of mutexes to be allocated. This # issue could cause applications with multiple cache regions to see undefined # behavior in rare cases under load. [#16178] # * 4.6.21.3: ----------------------------------------------------------------- # Replication clients should be able to open a sequence. [#16406] # I allow matthias.andree@gmx.de and all freebsd committer to do changes # to this package. MAINTAINER= gslin@gslin.org COMMENT= The Berkeley DB package, revision 4.6 BDBVER= ${PORTVERSION:R:R} CONFIGURE_ARGS= --enable-compat185 --enable-dump185 --enable-cxx \ --enable-dynamic --enable-rpc --enable-pthread_api \ --includedir=${PREFIX}/include/${PORTNAME} \ --libdir=${PREFIX}/lib/${PORTNAME} \ --bindir=${PREFIX}/bin/${PORTNAME} CONFIGURE_SCRIPT= ../dist/configure GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes INSTALL_TARGET= install_include install_lib install_utilities LIBTOOLFILES= ${CONFIGURE_SCRIPT} WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix USE_LDCONFIG= yes .if !defined(NOPORTDOCS) INSTALL_TARGET+= install_docs docdir=${DOCSDIR} PORTDOCS= * .endif 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 cd ${PREFIX}/bin/${PORTNAME} ; \ for i in * ; do ${LN} -s -f ${PORTNAME}/$$i ../$$i-${BDBVER} ; done .include Property changes on: head/databases/db46/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.88 \ No newline at end of property +1.89 \ No newline at end of property Index: head/databases/db47/Makefile =================================================================== --- head/databases/db47/Makefile (revision 230753) +++ head/databases/db47/Makefile (revision 230754) @@ -1,60 +1,61 @@ # New ports collection makefile for: db47 # Date created: 2008-06-23 # Whom: Gea-Suan Lin # # $FreeBSD$ # PORTNAME= db47 PORTVERSION= 4.7.25.2 CATEGORIES= databases MASTER_SITES= http://download-west.oracle.com/berkeley-db/ \ http://download-east.oracle.com/berkeley-db/ \ http://download-uk.oracle.com/berkeley-db/ PKGNAMEPREFIX?= DISTNAME= db-${PORTVERSION:R} DIST_SUBDIR= bdb PATCH_SITES= http://www.oracle.com/technology/products/berkeley-db/db/update/${PORTVERSION:R}/ PATCHFILES= patch.4.7.25.1 patch.4.7.25.2 PATCH_DIST_STRIP= -d .. --ignore-whitespace # * patch.4.7.25.1: ----------------------------------------------------------- # # [#16406] Replication clients should be able to open a sequence. # # * patch.4.7.25.2: ----------------------------------------------------------- # # [#16415] DB_ENV->lock_get may self deadlock if user defined locks -# are used and there is only one lock partition defined. +# are used and there is only one lock partition defined. # I allow matthias.andree@gmx.de and all freebsd committer to do changes # to this package. MAINTAINER= gslin@gslin.org COMMENT= The Berkeley DB package, revision 4.7 BDBVER= ${PORTVERSION:R:R} CONFIGURE_ARGS= --enable-compat185 --enable-dump185 --enable-cxx \ --enable-dynamic --enable-rpc --enable-pthread_api \ --includedir=${PREFIX}/include/${PORTNAME} \ --libdir=${PREFIX}/lib/${PORTNAME} \ --bindir=${PREFIX}/bin/${PORTNAME} CONFIGURE_SCRIPT= ../dist/configure GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes INSTALL_TARGET= install_include install_lib install_utilities LIBTOOLFILES= ${CONFIGURE_SCRIPT} WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix USE_LDCONFIG= yes .if !defined(NOPORTDOCS) INSTALL_TARGET+= install_docs docdir=${DOCSDIR} PORTDOCS= * .endif 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 cd ${PREFIX}/bin/${PORTNAME} ; \ for i in * ; do ${LN} -s -f ${PORTNAME}/$$i ../$$i-${BDBVER} ; done .include Property changes on: head/databases/db47/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.90 \ No newline at end of property +1.91 \ No newline at end of property