diff options
author | mandree <mandree@FreeBSD.org> | 2011-05-23 20:09:06 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2011-05-23 20:09:06 +0800 |
commit | 7b9c4451e401d66b7f42b9162f0654ed2cbc1668 (patch) | |
tree | 91561a4952a33d368d154e6fb912ad7612626cd0 /Mk | |
parent | 4da18e1d34d9a8e24284603adf5b5d18945c6633 (diff) | |
download | freebsd-ports-gnome-7b9c4451e401d66b7f42b9162f0654ed2cbc1668.tar.gz freebsd-ports-gnome-7b9c4451e401d66b7f42b9162f0654ed2cbc1668.tar.zst freebsd-ports-gnome-7b9c4451e401d66b7f42b9162f0654ed2cbc1668.zip |
Remove databases/db3. All users were using db3+
and have in fact been using 4.0+ since 2011-04-12 (Mk/bsd.database.mk r1.57).
Chase upgrade in dependent ports and change USE_BDB to 40+.
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.database.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Mk/bsd.database.mk b/Mk/bsd.database.mk index 100099535ba9..65d386aa399d 100644 --- a/Mk/bsd.database.mk +++ b/Mk/bsd.database.mk @@ -230,9 +230,8 @@ CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" .if defined(USE_BDB) -_DB_PORTS= 3 40 41 42 43 44 45 46 47 48 51 3+ 40+ 41+ 42+ 43+ 44+ 45+ 46+ 47+ 48+ 51+ +_DB_PORTS= 40 41 42 43 44 45 46 47 48 51 40+ 41+ 42+ 43+ 44+ 45+ 46+ 47+ 48+ 51+ # Dependence lines for different db versions -db3_DEPENDS= db3.3:${PORTSDIR}/databases/db3 db40_DEPENDS= db4.0:${PORTSDIR}/databases/db4 db41_DEPENDS= db41.1:${PORTSDIR}/databases/db41 db42_DEPENDS= db-4.2.2:${PORTSDIR}/databases/db42 @@ -256,7 +255,6 @@ db48_FIND= ${LOCALBASE}/include/db48/db.h db51_FIND= ${LOCALBASE}/include/db51/db.h # For specifying [40, 41, ..]+ -_DB_3P= ${_DB_40P} _DB_40P= 40 ${_DB_41P} _DB_41P= 41 ${_DB_42P} _DB_42P= 42 ${_DB_43P} |