diff options
author | mandree <mandree@FreeBSD.org> | 2011-05-28 07:46:54 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2011-05-28 07:46:54 +0800 |
commit | 49a7b34bfb2fb554a2acd51681a7c80dd929e756 (patch) | |
tree | 8534c07d1ad000090cd436791d085ee781c60204 /databases | |
parent | a4ed56691bbdba5cd15485221039da49d89aa073 (diff) | |
download | freebsd-ports-gnome-49a7b34bfb2fb554a2acd51681a7c80dd929e756.tar.gz freebsd-ports-gnome-49a7b34bfb2fb554a2acd51681a7c80dd929e756.tar.zst freebsd-ports-gnome-49a7b34bfb2fb554a2acd51681a7c80dd929e756.zip |
Remove db45.
This happens before EXPIRATION_DATE as no dependencies are left in ports,
the few that were there use db46+.
Approved by: Gea-Suan Lin (maintainer)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/db45/Makefile | 65 | ||||
-rw-r--r-- | databases/db45/distinfo | 6 | ||||
-rw-r--r-- | databases/db45/files/patch-dist::configure | 13 | ||||
-rw-r--r-- | databases/db45/pkg-descr | 11 | ||||
-rw-r--r-- | databases/db45/pkg-plist | 51 |
6 files changed, 0 insertions, 147 deletions
diff --git a/databases/Makefile b/databases/Makefile index e7f18b74f6b4..b38a54fb8f23 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -39,7 +39,6 @@ SUBDIR += db42-nocrypto SUBDIR += db43 SUBDIR += db44 - SUBDIR += db45 SUBDIR += db46 SUBDIR += db47 SUBDIR += db48 diff --git a/databases/db45/Makefile b/databases/db45/Makefile deleted file mode 100644 index 34b0be8a92c5..000000000000 --- a/databases/db45/Makefile +++ /dev/null @@ -1,65 +0,0 @@ -# New ports collection makefile for: db45 -# Date created: 2007-05-10 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# -# $FreeBSD$ -# - -PORTNAME= db45 -PORTVERSION= 4.5.20.2 -CATEGORIES= databases -MASTER_SITES= http://download.oracle.com/berkeley-db/ -PKGNAMEPREFIX?= -DISTNAME= db-${PORTVERSION:R} -DIST_SUBDIR= bdb - -PATCH_SITES= http://download.oracle.com/berkeley-db/patches/db/${PORTVERSION:R}/ -PATCHFILES= patch.4.5.20.1 patch.4.5.20.2 -PATCH_DIST_STRIP= -d .. -l -# * patch.4.5.20.1: ----------------------------------------------------------- -# Fixes access to sequences in the Java API in DB 4.5.20. -# * patch.4.5.20.2: ----------------------------------------------------------- -# Fixes a problem introduced in 4.5.20 when we changed the way DBTs are copied -# in calls from the Java API into the core API. - -# 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 - -# A short expiration is in order as all dependent ports -# inherit db45 through archivers/rpm4, which itself supports -# db45+ -DEPRECATED= Use the newest possible db port instead. -EXPIRATION_DATE=2011-06-07 - -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} -DEBUG_FLAGS= -g -O1 # need -O1 for inline assembly -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 <bsd.port.mk> diff --git a/databases/db45/distinfo b/databases/db45/distinfo deleted file mode 100644 index b4ba107abe81..000000000000 --- a/databases/db45/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -SHA256 (bdb/db-4.5.20.tar.gz) = f52cd5cea899823dd200d56556f70b33c55e48a33bb7b65ee128968dc10ca82d -SIZE (bdb/db-4.5.20.tar.gz) = 9281894 -SHA256 (bdb/patch.4.5.20.1) = f0749a6780cd260fed20b6e961a0d354889ffe84505129d5c81925a4a4dcf6cb -SIZE (bdb/patch.4.5.20.1) = 984 -SHA256 (bdb/patch.4.5.20.2) = 232a93565ab1bf34db10f7513b612867bb61e0c012def7f63715800a05d07e6a -SIZE (bdb/patch.4.5.20.2) = 1752 diff --git a/databases/db45/files/patch-dist::configure b/databases/db45/files/patch-dist::configure deleted file mode 100644 index 2dac99fc909d..000000000000 --- a/databases/db45/files/patch-dist::configure +++ /dev/null @@ -1,13 +0,0 @@ ---- ../dist/configure.orig Wed Dec 5 13:14:02 2001 -+++ ../dist/configure Wed Dec 5 13:24:01 2001 -@@ -20867,8 +20867,8 @@ - - 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}" - diff --git a/databases/db45/pkg-descr b/databases/db45/pkg-descr deleted file mode 100644 index 171a54c0e062..000000000000 --- a/databases/db45/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Oracle Berkeley DB is a family of open source embeddable databases -that allows developers to incorporate within their applications a -fast, scalable, transactional database engine with industrial grade -reliability and availability. As a result, customers and end-users -will experience an application that simply works, reliably manages -data, can scale under extreme load, but requires no ongoing database -administration. As a developer, you can focus on your application and -be confident that Oracle Berkeley DB will manage your persistence -needs. - -WWW: http://www.oracle.com/us/products/database/berkeley-db/db/ diff --git a/databases/db45/pkg-plist b/databases/db45/pkg-plist deleted file mode 100644 index 0d48e00043d3..000000000000 --- a/databases/db45/pkg-plist +++ /dev/null @@ -1,51 +0,0 @@ -@comment $FreeBSD$ -bin/berkeley_db_svc-4.5 -bin/db45/berkeley_db_svc -bin/db45/db_archive -bin/db45/db_checkpoint -bin/db45/db_deadlock -bin/db45/db_dump -bin/db45/db_dump185 -bin/db45/db_hotbackup -bin/db45/db_load -bin/db45/db_printlog -bin/db45/db_recover -bin/db45/db_stat -bin/db45/db_upgrade -bin/db45/db_verify -bin/db_archive-4.5 -bin/db_checkpoint-4.5 -bin/db_deadlock-4.5 -bin/db_dump-4.5 -bin/db_dump185-4.5 -bin/db_hotbackup-4.5 -bin/db_load-4.5 -bin/db_printlog-4.5 -bin/db_recover-4.5 -bin/db_stat-4.5 -bin/db_upgrade-4.5 -bin/db_verify-4.5 -include/db45/db.h -include/db45/db_185.h -include/db45/db_cxx.h -lib/db45/libdb-4.5.a -lib/db45/libdb-4.5.la -lib/db45/libdb-4.5.so -lib/db45/libdb-4.5.so.0 -lib/db45/libdb-4.so -lib/db45/libdb.a -lib/db45/libdb.so -lib/db45/libdb_cxx-4.5.a -lib/db45/libdb_cxx-4.5.la -lib/db45/libdb_cxx-4.5.so -lib/db45/libdb_cxx-4.5.so.0 -lib/db45/libdb_cxx-4.so -lib/db45/libdb_cxx.a -lib/db45/libdb_cxx.so -lib/libdb-4.5.so -lib/libdb-4.5.so.0 -lib/libdb_cxx-4.5.so -lib/libdb_cxx-4.5.so.0 -@dirrmtry lib/db45 -@dirrmtry include/db45 -@dirrmtry bin/db45 |