113641e728
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
33 lines
822 B
Makefile
33 lines
822 B
Makefile
# New ports collection makefile for: libmusicbrainz3
|
|
# Date Created: 2007-05-17
|
|
# Whom: Jason E. Hale <bsdkaffee@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libmusicbrainz3
|
|
PORTVERSION= 3.0.2
|
|
PORTREVISION= 4
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/ \
|
|
http://uk.musicbrainz.org/pub/musicbrainz/ \
|
|
http://ftp.osuosl.org/pub/musicbrainz/
|
|
DISTNAME= ${PORTNAME:S/3//}-${PORTVERSION}
|
|
|
|
MAINTAINER= bsdkaffee@gmail.com
|
|
COMMENT= MusicBrainz client library for audio metadata lookup
|
|
|
|
LIB_DEPENDS= discid:${PORTSDIR}/audio/libdiscid \
|
|
neon.27:${PORTSDIR}/www/neon29
|
|
|
|
USE_CMAKE= yes
|
|
USE_GNOME= pkgconfig
|
|
USE_LDCONFIG= yes
|
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
pre-configure:
|
|
${REINPLACE_CMD} -e '/pkgconfig/s|$${LIB_INSTALL_DIR}|libdata|' \
|
|
-e '/CppUnit/d' ${WRKSRC}/CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|