1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Fix/reword BerkeleyDB based UPGRADING, and change DEPRECATION text a bit

so that people don't rush to upgrades yet.
This commit is contained in:
Matthias Andree 2013-12-16 20:46:12 +00:00
parent b43152157f
commit 9b3181fd09
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336664
8 changed files with 16 additions and 13 deletions

View File

@ -34,18 +34,21 @@ you update your ports collection, before attempting any port upgrades.
or
# portupgrade -a
20131214:
20131216:
AFFECTS: users of databases/db4*
AUTHOR: mandree@FreeBSD.org
Berkeley DB versions before and excluding 4.8 have been marked
deprecated. Please see https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
for upgrade instructions.
Berkeley DB versions before and excluding 4.8 have been marked deprecated.
New port installations should be based on Berkeley DB 5 or 6.
You can add WITH_BDB_VERSION=5 or WITH_BDB_VERSION=6 to have all
Note that Oracle Berkeley DB 6 is under the more restrictive Affero GPL v3
license, be sure to review if using that fits your requirements.
You can add WITH_BDB_VER=5 or WITH_BDB_VER=6 to have all
applications that get rebuilt use Oracle Berkeley DB 5 or 6, respectively.
Note that Oracle Berkeley DB 6 is under the more restrictive Affero GPL v3.
If you are interested in upgrading now already, we have instructions
at <https://wiki.freebsd.org/Ports/BerkeleyDBCleanup>.
20131209:
AFFECTS: users of dns/bind96, dns/bind98 and bind99 on FreeBSD 10.0

View File

@ -10,7 +10,7 @@ MASTER_SITES= http://download.oracle.com/berkeley-db/
DISTNAME= db-${PORTVERSION}
DIST_SUBDIR= bdb
DEPRECATED= Please migrate to databases/db5
DEPRECATED= Please use databases/db5 or db6 for new installs.
MAINTAINER= mandree@FreeBSD.org
COMMENT= The Berkeley DB package, revision 4

View File

@ -19,7 +19,7 @@ COMMENT= The Berkeley DB package, revision 4.1
CONFLICTS?= db41-nocrypto-4*
DEPRECATED= Please migrate to databases/db5
DEPRECATED= Please use databases/db5 or db6 for new installs.
WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix

View File

@ -14,7 +14,7 @@ PATCHFILES= patch.${PORTVERSION}.1 patch.${PORTVERSION}.2 \
MAINTAINER= mandree@FreeBSD.org
COMMENT= The Berkeley DB package, revision 4.2
DEPRECATED= Please migrate to databases/db5
DEPRECATED= Please use databases/db5 or db6 for new installs.
CONFLICTS?= db42-nocrypto-4*

View File

@ -14,7 +14,7 @@ COMMENT= The Berkeley DB package, revision 4.3
WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
DEPRECATED= Please migrate to databases/db5
DEPRECATED= Please use databases/db5 or db6 for new installs.
USE_LDCONFIG= yes
GNU_CONFIGURE= yes

View File

@ -14,7 +14,7 @@ COMMENT= The Berkeley DB package, revision 4.4
WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
DEPRECATED= Please migrate to databases/db5
DEPRECATED= Please use databases/db5 or db6 for new installs.
USE_LDCONFIG= yes
GNU_CONFIGURE= yes

View File

@ -32,7 +32,7 @@ PATCH_DIST_STRIP= -d .. -l
MAINTAINER= gslin@gslin.org
COMMENT= The Berkeley DB package, revision 4.6
DEPRECATED= Please migrate to databases/db5
DEPRECATED= Please use databases/db5 or db6 for new installs.
BDBVER= ${PORTVERSION:R:R}
CONFIGURE_ARGS= --enable-compat185 --enable-dump185 --enable-cxx \

View File

@ -30,7 +30,7 @@ PATCH_DIST_STRIP= -d .. --ignore-whitespace
MAINTAINER= gslin@gslin.org
COMMENT= The Berkeley DB package, revision 4.7
DEPRECATED= Please migrate to databases/db5
DEPRECATED= Please use databases/db5 or db6 for new installs.
BDBVER= ${PORTVERSION:R:R}
CONFIGURE_ARGS= --enable-compat185 --enable-dump185 --enable-cxx \