From 113641e728e938d480f5c33ddd6a1ad6b06c2ab7 Mon Sep 17 00:00:00 2001 From: Jeremy Messenger Date: Fri, 30 Jul 2010 22:14:49 +0000 Subject: - 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 --- audio/libmusicbrainz4/Makefile | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) (limited to 'audio/libmusicbrainz4') diff --git a/audio/libmusicbrainz4/Makefile b/audio/libmusicbrainz4/Makefile index 4356a88455a2..dc20a40cb744 100644 --- a/audio/libmusicbrainz4/Makefile +++ b/audio/libmusicbrainz4/Makefile @@ -7,7 +7,7 @@ PORTNAME= libmusicbrainz3 PORTVERSION= 3.0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/ \ http://uk.musicbrainz.org/pub/musicbrainz/ \ @@ -17,7 +17,8 @@ DISTNAME= ${PORTNAME:S/3//}-${PORTVERSION} MAINTAINER= bsdkaffee@gmail.com COMMENT= MusicBrainz client library for audio metadata lookup -LIB_DEPENDS= discid:${PORTSDIR}/audio/libdiscid +LIB_DEPENDS= discid:${PORTSDIR}/audio/libdiscid \ + neon.27:${PORTSDIR}/www/neon29 USE_CMAKE= yes USE_GNOME= pkgconfig @@ -25,18 +26,8 @@ USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes -.include - -.if exists(${LOCALBASE}/bin/neon-config) -NEON_VER!= ${LOCALBASE}/bin/neon-config --version | \ - ${SED} -n -E 's/^neon [0-9]+\.([0-9]+)\..*$$/\1/p' -.else -NEON_VER= 29 -.endif -LIB_DEPENDS+= neon.${NEON_VER}:${PORTSDIR}/www/neon${NEON_VER} - pre-configure: ${REINPLACE_CMD} -e '/pkgconfig/s|$${LIB_INSTALL_DIR}|libdata|' \ -e '/CppUnit/d' ${WRKSRC}/CMakeLists.txt -.include +.include -- cgit v1.2.3