diff options
author | mandree <mandree@FreeBSD.org> | 2014-08-22 06:50:29 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2014-08-22 06:50:29 +0800 |
commit | b0113421712e3e2543fa9e1e0726502ef475e372 (patch) | |
tree | 5f9e6219e9207f083ae5e2fff1302ed5967538ef /net-p2p | |
parent | cd3ab2c3333aee48d376be65b1751fff66ee393b (diff) | |
download | freebsd-ports-gnome-b0113421712e3e2543fa9e1e0726502ef475e372.tar.gz freebsd-ports-gnome-b0113421712e3e2543fa9e1e0726502ef475e372.tar.zst freebsd-ports-gnome-b0113421712e3e2543fa9e1e0726502ef475e372.zip |
Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
for new Berkeley DB, but are untested.
NOTE: please read UPDATING and the Wiki page before proceeding!
Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR: 192690
Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/bitcoin/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/cdonkey/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/digitalcoin/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/dogecoin/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/jigdo/Makefile | 5 | ||||
-rw-r--r-- | net-p2p/litecoin/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/namecoin/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/solidcoin/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/twister/Makefile | 1 |
9 files changed, 10 insertions, 7 deletions
diff --git a/net-p2p/bitcoin/Makefile b/net-p2p/bitcoin/Makefile index becb9f34cdac..bf9f4ffb5b86 100644 --- a/net-p2p/bitcoin/Makefile +++ b/net-p2p/bitcoin/Makefile @@ -3,6 +3,7 @@ PORTNAME= bitcoin PORTVERSION= 0.9.2 +PORTREVISION= 1 CATEGORIES= net-p2p finance MASTER_SITES= http://vps.robbak.com/distfiles/ \ ${MASTER_SITE_LOCAL} \ diff --git a/net-p2p/cdonkey/Makefile b/net-p2p/cdonkey/Makefile index 8eb45cb0a288..bbedf12b2b4a 100644 --- a/net-p2p/cdonkey/Makefile +++ b/net-p2p/cdonkey/Makefile @@ -3,7 +3,7 @@ PORTNAME= cdonkey PORTVERSION= 0.9.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-p2p MASTER_SITES= http://www.sourcefiles.org/Internet/File_Sharing/Edonkey/ DISTNAME= cDonkey-${PORTVERSION} diff --git a/net-p2p/digitalcoin/Makefile b/net-p2p/digitalcoin/Makefile index 7e369ae6e09d..eb4617d0cc35 100644 --- a/net-p2p/digitalcoin/Makefile +++ b/net-p2p/digitalcoin/Makefile @@ -3,7 +3,7 @@ PORTNAME= digitalcoin PORTVERSION= 1.0.0.0b -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p MAINTAINER= myst3r10n@rocketmail.com diff --git a/net-p2p/dogecoin/Makefile b/net-p2p/dogecoin/Makefile index 6371730c4125..44da24c40bd3 100644 --- a/net-p2p/dogecoin/Makefile +++ b/net-p2p/dogecoin/Makefile @@ -3,7 +3,7 @@ PORTNAME= dogecoin PORTVERSION= 1.5.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-p2p finance MAINTAINER= swills@FreeBSD.org diff --git a/net-p2p/jigdo/Makefile b/net-p2p/jigdo/Makefile index c2f3ccbd413e..20c96cf71346 100644 --- a/net-p2p/jigdo/Makefile +++ b/net-p2p/jigdo/Makefile @@ -3,7 +3,7 @@ PORTNAME= jigdo PORTVERSION= 0.7.3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net-p2p MASTER_SITES= http://atterer.org/sites/atterer/files/2009-08/${PORTNAME}/ @@ -15,7 +15,6 @@ RUN_DEPENDS= ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget USES= gmake tar:bzip2 USE_SUBMAKE= yes GNU_CONFIGURE= yes -WITH_BDB_VER?= 43 CPPFLAGS+= -I${LOCALBASE}/include @@ -35,7 +34,7 @@ BDB_CONFIGURE_ON= --with-libdb=-l${BDB_LIB_CXX_NAME} BDB_CONFIGURE_OFF= --without-libdb BDB_CPPFLAGS= -I${BDB_INCLUDE_DIR} BDB_LIBS= -L${BDB_LIB_DIR} -BDB_USE= BDB=${WITH_BDB_VER} +BDB_USE= BDB=48+ NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext diff --git a/net-p2p/litecoin/Makefile b/net-p2p/litecoin/Makefile index 5d43c6459059..98ae27da95ad 100644 --- a/net-p2p/litecoin/Makefile +++ b/net-p2p/litecoin/Makefile @@ -3,6 +3,7 @@ PORTNAME= litecoin PORTVERSION= 0.8.6.2 +PORTREVISION= 1 CATEGORIES= net-p2p finance MASTER_SITES= LOCAL/swills \ GH diff --git a/net-p2p/namecoin/Makefile b/net-p2p/namecoin/Makefile index d990ce8f20cf..6f25ca30ebcd 100644 --- a/net-p2p/namecoin/Makefile +++ b/net-p2p/namecoin/Makefile @@ -3,6 +3,7 @@ PORTNAME= namecoin PORTVERSION= Q.3.72 +PORTREVISION= 1 CATEGORIES= net-p2p dns MASTER_SITES= GH diff --git a/net-p2p/solidcoin/Makefile b/net-p2p/solidcoin/Makefile index 71ef78548929..1f7cac8bb4d8 100644 --- a/net-p2p/solidcoin/Makefile +++ b/net-p2p/solidcoin/Makefile @@ -3,7 +3,7 @@ PORTNAME= solidcoin PORTVERSION= 2.041 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-p2p finance MASTER_SITES= http://downloads.solidcoin.info/ \ http://dl.dropbox.com/u/47582909/ diff --git a/net-p2p/twister/Makefile b/net-p2p/twister/Makefile index 6dfc5bedde26..503245dffed8 100644 --- a/net-p2p/twister/Makefile +++ b/net-p2p/twister/Makefile @@ -3,6 +3,7 @@ PORTNAME= twister-core PORTVERSION= 0.140815 +PORTREVISION= 1 CATEGORIES= net-p2p MAINTAINER= thierry@FreeBSD.org |