summaryrefslogtreecommitdiff
path: root/devel/baz/Makefile
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2010-07-30 22:14:49 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2010-07-30 22:14:49 +0000
commit113641e728e938d480f5c33ddd6a1ad6b06c2ab7 (patch)
tree13d8a1389a6f4c52c2e1d9583ff1313b5292a6bb /devel/baz/Makefile
parent- Mark BROKEN on 6.X: does not link (diff)
- Makes neon29 our default neon library. The neon 0.27.x to 0.29.x are API and
ABI backwards compatible. It is unnecessary to have more than one same libraries (ie: neon28 and neon29) as it creates issue in our ports tree such as CONFLICTS and made our Makefile complicate. - Remove www/neonpp and www/neon28. - Add USE_GNOME=ltverhack; it corrects the shared library version by change from libneon.so.29 to libneon.so.27. It won't get bump again with no reason unless ABI changes. - Bump the PORTREVISION on all ports and chase the shared library change. - Add info in the UPDATING for how to rebuild on all ports that depend on neon. PR: ports/148295 Approved by: lev (maintainer timeout, no respone for months), portmgr Tested by: pointyhat-exp by pav
Notes
Notes: svn path=/head/; revision=258515
Diffstat (limited to 'devel/baz/Makefile')
-rw-r--r--devel/baz/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/baz/Makefile b/devel/baz/Makefile
index 8d6acf798e86..13586143523f 100644
--- a/devel/baz/Makefile
+++ b/devel/baz/Makefile
@@ -7,7 +7,7 @@
PORTNAME= bazaar
PORTVERSION= 1.4.2
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= devel
MASTER_SITES= http://bazaar-vcs.org/releases/src/obsolete/
DISTNAME= bazaar_${PORTVERSION}
@@ -19,7 +19,7 @@ BUILD_DEPENDS= gpatch:${PORTSDIR}/devel/patch \
gdiff:${PORTSDIR}/textproc/diffutils \
gtar:${PORTSDIR}/archivers/gtar
RUN_DEPENDS= ${BUILD_DEPENDS}
-LIB_DEPENDS= neon.28:${PORTSDIR}/www/neon28 \
+LIB_DEPENDS= neon.27:${PORTSDIR}/www/neon29 \
gpgme.18:${PORTSDIR}/security/gpgme
CONFLICTS= gd-2.*