diff options
Diffstat (limited to 'databases/db47')
-rw-r--r-- | databases/db47/Makefile | 64 | ||||
-rw-r--r-- | databases/db47/distinfo | 2 | ||||
-rw-r--r-- | databases/db47/files/patch-dist::configure | 15 | ||||
-rw-r--r-- | databases/db47/pkg-descr | 13 | ||||
-rw-r--r-- | databases/db47/pkg-plist | 48 |
5 files changed, 0 insertions, 142 deletions
diff --git a/databases/db47/Makefile b/databases/db47/Makefile deleted file mode 100644 index 5abd4d3fdb8d..000000000000 --- a/databases/db47/Makefile +++ /dev/null @@ -1,64 +0,0 @@ -# ports collection makefile for: Berkeley DB v4.3 -# Date created: 2004-11-10 -# Whom: Matthias Andree <matthias.andree@gmx.de> -# -# $FreeBSD$ -# - -PORTNAME= db43 -PORTVERSION= 4.3.27 -CATEGORIES= databases -MASTER_SITES= ftp://sleepycat1.inetu.net/releases/ -PKGNAMESUFFIX?= -DISTNAME?= db-${PORTVERSION} -DIST_SUBDIR= bdb - -MAINTAINER= matthias.andree@gmx.de -COMMENT= The Berkeley DB package, revision 4.3 - -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 -.include <bsd.port.pre.mk> - -.if ${ARCH} == amd64 -CONFIGURE_ARGS+= --with-mutex=x86/gcc-assembly -.endif - -.include <bsd.port.post.mk> diff --git a/databases/db47/distinfo b/databases/db47/distinfo deleted file mode 100644 index 8a89c79aca54..000000000000 --- a/databases/db47/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (bdb/db-4.3.27.tar.gz) = fcc481d52c3b80e20a328f8c0cb042bd -SIZE (bdb/db-4.3.27.tar.gz) = 5921872 diff --git a/databases/db47/files/patch-dist::configure b/databases/db47/files/patch-dist::configure deleted file mode 100644 index c048a06fe8f3..000000000000 --- a/databases/db47/files/patch-dist::configure +++ /dev/null @@ -1,15 +0,0 @@ ---- ../dist/configure.orig Wed Dec 5 13:14:02 2001 -+++ ../dist/configure Wed Dec 5 13:24:01 2001 -@@ -8794,10 +8794,10 @@ - INSTALLER="\$(LIBTOOL) --mode=install cp" - - MAKEFILE_CC="\$(LIBTOOL) --mode=compile ${MAKEFILE_CC}" --MAKEFILE_SOLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CCLINK} -avoid-version" -+MAKEFILE_SOLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CCLINK} -version-info 0:0:0" - MAKEFILE_CCLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CCLINK}" - MAKEFILE_CXX="\$(LIBTOOL) --mode=compile ${MAKEFILE_CXX}" --MAKEFILE_XSOLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CXXLINK} -avoid-version" -+MAKEFILE_XSOLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CXXLINK} -version-info 0:0:0" - MAKEFILE_CXXLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CXXLINK}" - - # Configure for shared libraries, static libraries, or both. If both are diff --git a/databases/db47/pkg-descr b/databases/db47/pkg-descr deleted file mode 100644 index c99b54437029..000000000000 --- a/databases/db47/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Version 4.3 of the Berkeley Data Base library which offers (key/value) storage -with optional concurrent access or transactions interface. - -Utilities are included in the distribution to convert v1.85 databases to v4.3 -databases, and a backwards compatible API is provided to maintain -compatibility with programs using the v1.85 interface. - -For details on compatibility with other DB versions, see: -http://www.sleepycat.com/download/patchlogs.shtml - --- Matthias Andree - -WWW: http://www.sleepycat.com/ diff --git a/databases/db47/pkg-plist b/databases/db47/pkg-plist deleted file mode 100644 index 8d51f88a0b49..000000000000 --- a/databases/db47/pkg-plist +++ /dev/null @@ -1,48 +0,0 @@ -bin/db43/berkeley_db_svc -bin/db43/db_archive -bin/db43/db_checkpoint -bin/db43/db_deadlock -bin/db43/db_dump -bin/db43/db_dump185 -bin/db43/db_load -bin/db43/db_printlog -bin/db43/db_recover -bin/db43/db_stat -bin/db43/db_upgrade -bin/db43/db_verify -bin/berkeley_db_svc-4.3 -bin/db_archive-4.3 -bin/db_checkpoint-4.3 -bin/db_deadlock-4.3 -bin/db_dump-4.3 -bin/db_dump185-4.3 -bin/db_load-4.3 -bin/db_printlog-4.3 -bin/db_recover-4.3 -bin/db_stat-4.3 -bin/db_upgrade-4.3 -bin/db_verify-4.3 -include/db43/db.h -include/db43/db_185.h -include/db43/db_cxx.h -lib/db43/libdb-4.3.a -lib/db43/libdb-4.3.la -lib/db43/libdb-4.3.so -lib/db43/libdb-4.3.so.0 -lib/db43/libdb-4.so -lib/db43/libdb.a -lib/db43/libdb.so -lib/db43/libdb_cxx-4.3.a -lib/db43/libdb_cxx-4.3.la -lib/db43/libdb_cxx-4.3.so -lib/db43/libdb_cxx-4.3.so.0 -lib/db43/libdb_cxx-4.so -lib/db43/libdb_cxx.a -lib/db43/libdb_cxx.so -lib/libdb-4.3.so -lib/libdb-4.3.so.0 -lib/libdb_cxx-4.3.so -lib/libdb_cxx-4.3.so.0 -@dirrm lib/db43 -@dirrm include/db43 -@dirrm bin/db43 |