1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

Mark deprecated, for 41/42, add CONFLICTS between crypto/-nocrypto ports.

This commit is contained in:
Matthias Andree 2013-12-13 23:27:33 +00:00
parent 36125fdcf6
commit 2953b8bd15
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336383
10 changed files with 28 additions and 4 deletions

View File

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

View File

@ -8,4 +8,6 @@ MASTERDIR= ${.CURDIR}/../db41
DISTINFO_FILE= ${.CURDIR}/distinfo
NO_STAGE= yes
CONFLICTS= db41-4*
.include "${MASTERDIR}/Makefile"

View File

@ -5,7 +5,7 @@ PORTNAME= db41
PORTVERSION= 4.1.25
PORTREVISION= 4
CATEGORIES= databases
MASTER_SITES= http://download.oracle.com/berkeley-db/
MASTER_SITES= http://download.oracle.com/berkeley-db/
PKGNAMESUFFIX?=
DISTNAME?= db-${PORTVERSION}
DIST_SUBDIR= bdb
@ -17,6 +17,10 @@ PATCH_DIST_STRIP= -d ${WRKDIR}/${DISTNAME}
MAINTAINER= mandree@FreeBSD.org
COMMENT= The Berkeley DB package, revision 4.1
CONFLICTS?= db41-nocrypto-4*
DEPRECATED= Please migrate to databases/db5
WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
GNU_CONFIGURE= yes
@ -26,7 +30,9 @@ CONFIGURE_ARGS= --enable-compat185 --enable-dump185 \
--includedir=${PREFIX}/include/db41
USE_LDCONFIG= yes
.if !defined(NOPORTDOCS)
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
INSTALL_TARGET= install install_docs
PORTDOCS= *
.endif

View File

@ -6,5 +6,5 @@ compatibility with programs using the v1.85 interface.
For details on compatibility with other DB versions, see:
http://www.sleepycat.com/download/patchlogs.shtml
WWW: http://www.oracle.com/us/products/database/berkeley-db/db/
WWW: http://www.oracle.com/us/products/database/berkeley-db/db/

View File

@ -10,4 +10,6 @@ MASTERDIR= ${.CURDIR}/../db42
DISTINFO_FILE= ${.CURDIR}/distinfo
NO_STAGE= yes
CONFLICTS= db42-4*
.include "${MASTERDIR}/Makefile"

View File

@ -14,6 +14,10 @@ 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
CONFLICTS?= db42-nocrypto-4*
MASTERDIR?= ${.CURDIR}
SLAVE_PORT= no

View File

@ -14,6 +14,8 @@ COMMENT= The Berkeley DB package, revision 4.3
WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
DEPRECATED= Please migrate to databases/db5
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_SCRIPT= ../dist/configure

View File

@ -14,6 +14,8 @@ COMMENT= The Berkeley DB package, revision 4.4
WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
DEPRECATED= Please migrate to databases/db5
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
DEBUG_FLAGS= -g -O1 # need -O1 for inline assembly

View File

@ -32,6 +32,8 @@ PATCH_DIST_STRIP= -d .. -l
MAINTAINER= gslin@gslin.org
COMMENT= The Berkeley DB package, revision 4.6
DEPRECATED= Please migrate to databases/db5
BDBVER= ${PORTVERSION:R:R}
CONFIGURE_ARGS= --enable-compat185 --enable-dump185 --enable-cxx \
--enable-dynamic --enable-rpc --enable-pthread_api \

View File

@ -30,6 +30,8 @@ PATCH_DIST_STRIP= -d .. --ignore-whitespace
MAINTAINER= gslin@gslin.org
COMMENT= The Berkeley DB package, revision 4.7
DEPRECATED= Please migrate to databases/db5
BDBVER= ${PORTVERSION:R:R}
CONFIGURE_ARGS= --enable-compat185 --enable-dump185 --enable-cxx \
--enable-dynamic --enable-rpc --enable-pthread_api \