summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--Mk/bsd.database.mk11
-rw-r--r--databases/Makefile1
-rw-r--r--databases/db45/Makefile65
-rw-r--r--databases/db45/distinfo6
-rw-r--r--databases/db45/files/patch-dist::configure13
-rw-r--r--databases/db45/pkg-descr11
-rw-r--r--databases/db45/pkg-plist51
8 files changed, 3 insertions, 156 deletions
diff --git a/MOVED b/MOVED
index 9fa8207eca33..0dcdd50d4da5 100644
--- a/MOVED
+++ b/MOVED
@@ -2184,3 +2184,4 @@ multimedia/rebot3||2011-05-16|Removed
devel/tcl-neo||2011-05-22|Removed: deprecated and no maintainer interest.
www/neowebscript||2011-05-22|Removed: deprecated and no maintainer interest.
databases/db3||2011-05-23|Removed: all users set USE_BDB=3+ and have been using 4.0+.
+databases/db45|databases/db46|2011-05-28|Removed: no users left that require exactly 4.5.
diff --git a/Mk/bsd.database.mk b/Mk/bsd.database.mk
index 64c55f43cf43..3f2a97af4d2f 100644
--- a/Mk/bsd.database.mk
+++ b/Mk/bsd.database.mk
@@ -230,14 +230,13 @@ CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
.if defined(USE_BDB)
-_DB_PORTS= 40 41 42 43 44 45 46 47 48 51 40+ 41+ 42+ 43+ 44+ 45+ 46+ 47+ 48+ 51+
+_DB_PORTS= 40 41 42 43 44 46 47 48 51 40+ 41+ 42+ 43+ 44+ 46+ 47+ 48+ 51+
# Dependence lines for different db versions
db40_DEPENDS= db4.0:${PORTSDIR}/databases/db4
db41_DEPENDS= db41.1:${PORTSDIR}/databases/db41
db42_DEPENDS= db-4.2.2:${PORTSDIR}/databases/db42
db43_DEPENDS= db-4.3.0:${PORTSDIR}/databases/db43
db44_DEPENDS= db-4.4.0:${PORTSDIR}/databases/db44
-db45_DEPENDS= db-4.5.0:${PORTSDIR}/databases/db45
db46_DEPENDS= db-4.6.0:${PORTSDIR}/databases/db46
db47_DEPENDS= db-4.7.0:${PORTSDIR}/databases/db47
db48_DEPENDS= db-4.8.0:${PORTSDIR}/databases/db48
@@ -248,7 +247,6 @@ db41_FIND= ${LOCALBASE}/include/db41/db.h
db42_FIND= ${LOCALBASE}/include/db42/db.h
db43_FIND= ${LOCALBASE}/include/db43/db.h
db44_FIND= ${LOCALBASE}/include/db44/db.h
-db45_FIND= ${LOCALBASE}/include/db45/db.h
db46_FIND= ${LOCALBASE}/include/db46/db.h
db47_FIND= ${LOCALBASE}/include/db47/db.h
db48_FIND= ${LOCALBASE}/include/db48/db.h
@@ -259,8 +257,7 @@ _DB_40P= 40 ${_DB_41P}
_DB_41P= 41 ${_DB_42P}
_DB_42P= 42 ${_DB_43P}
_DB_43P= 43 ${_DB_44P}
-_DB_44P= 44 ${_DB_45P}
-_DB_45P= ${_DB_46P}
+_DB_44P= 44 ${_DB_46P}
_DB_46P= 46 ${_DB_47P}
_DB_47P= 47 ${_DB_48P}
_DB_48P= 48 ${_DB_51P}
@@ -388,10 +385,6 @@ BDB_LIB_DIR= ${LOCALBASE}/lib/db43
BDB_LIB_NAME= db-4.4
BDB_LIB_CXX_NAME= db_cxx-4.4
BDB_LIB_DIR= ${LOCALBASE}/lib/db44
-. elif ${_BDB_VER} == 45
-BDB_LIB_NAME= db-4.5
-BDB_LIB_CXX_NAME= db_cxx-4.5
-BDB_LIB_DIR= ${LOCALBASE}/lib/db45
. elif ${_BDB_VER} == 46
BDB_LIB_NAME= db-4.6
BDB_LIB_CXX_NAME= db_cxx-4.6
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