aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2014-02-26 21:09:19 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2014-02-26 21:09:19 +0000
commit5dcb8dabc8600690ddeabed244c9f7abeaff26f3 (patch)
treea7e2aa539b52c182f1b9d1d1ce5a761446951a1f /devel
parent218bce8643dc3887e9ba4d585786ca92f9777384 (diff)
downloadports-5dcb8dabc8600690ddeabed244c9f7abeaff26f3.tar.gz
ports-5dcb8dabc8600690ddeabed244c9f7abeaff26f3.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/subversion17/Makefile9
-rw-r--r--devel/subversion17/Makefile.common6
-rw-r--r--devel/subversion17/distinfo4
3 files changed, 14 insertions, 5 deletions
diff --git a/devel/subversion17/Makefile b/devel/subversion17/Makefile
index 125daaf74aa1..92601660e718 100644
--- a/devel/subversion17/Makefile
+++ b/devel/subversion17/Makefile
@@ -94,6 +94,7 @@ USES+= gettext:build
. endif
. if ${PORT_OPTIONS:MBDB}
BDB_BUILD_DEPENDS= yes
+.else
. endif
OLD_LIB_DEPENDS:= ${LIB_DEPENDS:S!^!${LOCALBASE}/lib/!:C!(\.so|\.[0-9]+)?:!.a:!}
BUILD_DEPENDS+= ${OLD_LIB_DEPENDS}
@@ -154,6 +155,12 @@ pre-everything::
@${ECHO_MSG} "Static binaries will be built."
.endif # STATIC
@${ECHO_MSG} "Many useful scripts will be installed into ${DATADIR}"
+.if ${PORT_OPTIONS:MBDB}
+ @${ECHO_MSG} ""
+ @${ECHO_MSG} "!!! Berkeley DB backend is deprecated, please convert your repos to FS backend !!!"
+ @${ECHO_MSG} "!!! After switching to FS backend subversion can be rebuild without BDB support !!!"
+ @sleep 10
+.endif
pre-configure:
.if ${PORT_OPTIONS:MBDB}
@@ -266,7 +273,7 @@ _mkrepos: .USE
.endif
svn-build-outputs-hack:
- cd ${WRKSRC} && ./gen-make.py --release --installed-libs libsvn_client,libsvn_delta,libsvn_diff,libsvn_fs,libsvn_ra,libsvn_repos,libsvn_subr,libsvn_wc
+ (cd ${WRKSRC} && ./gen-make.py --release --installed-libs libsvn_client,libsvn_delta,libsvn_diff,libsvn_fs,libsvn_ra,libsvn_repos,libsvn_subr,libsvn_wc)
${MV} ${WRKSRC}/build-outputs.mk ${FILESDIR}/build-outputs.mk
.include <bsd.port.post.mk>
diff --git a/devel/subversion17/Makefile.common b/devel/subversion17/Makefile.common
index aa557b758034..553a0820e81a 100644
--- a/devel/subversion17/Makefile.common
+++ b/devel/subversion17/Makefile.common
@@ -2,8 +2,8 @@
# $FreeBSD$
PORTNAME= subversion
-PORTVERSION= 1.7.14
-PORTREVISION?= 1
+PORTVERSION= 1.7.16
+PORTREVISION?= 0
CATEGORIES+= devel
MASTER_SITES= ${MASTER_SITE_APACHE}
DIST_SUBDIR= subversion17
@@ -128,4 +128,6 @@ post-patch:
| ${XARGS} ${REINPLACE_CMD} -e '1s|#\!/bin/b|#\!/usr/local/bin/b|' \
-e '1s|#\!/bin/env|#\!/usr/bin/env|' \
-e '1s|#\!/usr/bin/p|#\!/usr/local/bin/p|'
+# remove all .bak files to clean the stage
+ ${FIND} ${WRKSRC} -name '*.bak' -delete
diff --git a/devel/subversion17/distinfo b/devel/subversion17/distinfo
index 4350b98ea872..e49288318639 100644
--- a/devel/subversion17/distinfo
+++ b/devel/subversion17/distinfo
@@ -1,2 +1,2 @@
-SHA256 (subversion17/subversion-1.7.14.tar.bz2) = c4ac8f37eb0ebd38901bfa6f1c7e4d7716d32d7460ee0cee520381ca2f5b120d
-SIZE (subversion17/subversion-1.7.14.tar.bz2) = 6045932
+SHA256 (subversion17/subversion-1.7.16.tar.bz2) = 9dcbd8622045c5a9ab381d70754304030f180967d6e3db694baaf708f3253238
+SIZE (subversion17/subversion-1.7.16.tar.bz2) = 6006359