aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2013-02-21 12:57:45 +0800
committermiwi <miwi@FreeBSD.org>2013-02-21 12:57:45 +0800
commit3722cbba13a9ec84ec13fd422c975ff398598530 (patch)
treeb8b63ee37db6e0502a1cc0e27f749706b3f02ef6 /audio
parent60856fd8df419b7fe834fbd5e04536f8db456cde (diff)
downloadfreebsd-ports-gnome-3722cbba13a9ec84ec13fd422c975ff398598530.tar.gz
freebsd-ports-gnome-3722cbba13a9ec84ec13fd422c975ff398598530.tar.zst
freebsd-ports-gnome-3722cbba13a9ec84ec13fd422c975ff398598530.zip
- Bump PORTREVISION after boost update
- While here trim header - Mark broken since it failes to build with new boost I/usr/local/include/python2.7 -c src/wrapper/id3.cpp -o temp.freebsd-9.1-RELEASE-amd64-2.7/src/wrapper/id3.o src/wrapper/id3.cpp: In function 'void exposeID3()': src/wrapper/id3.cpp:215:8: error: no matching function for call to 'boost::python::class_<TagLib::ID3v2::Tag, boost::noncopyable_::noncopyable, boost::python::bases<TagLib::Tag> >::def(const char [7], <unresolved overloaded function type>)' src/wrapper/id3.cpp:215:8: note: candidates are:
Diffstat (limited to 'audio')
-rw-r--r--audio/py-tagpy/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/audio/py-tagpy/Makefile b/audio/py-tagpy/Makefile
index e6654326dc9e..64e83d31ef3e 100644
--- a/audio/py-tagpy/Makefile
+++ b/audio/py-tagpy/Makefile
@@ -1,13 +1,9 @@
-# New ports collection makefile for: py-tagpy
-# Date created: 2007-01-22
-# Whom: Nicola Vitale <nivit@FreeBSD.org>
-#
+# Created by: Nicola Vitale <nivit@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= tagpy
PORTVERSION= 0.94.8
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= audio python
MASTER_SITES= CHEESESHOP \
http://nivi.interfree.it/distfiles/${PORTNAME}/
@@ -16,9 +12,11 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Python bindings for Scott Wheeler's TagLib
-LIB_DEPENDS= boost_python.4:${PORTSDIR}/devel/boost-python-libs \
+LIB_DEPENDS= boost_python:${PORTSDIR}/devel/boost-python-libs \
tag.1:${PORTSDIR}/audio/taglib
+BROKEN= does not build
+
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= configure.py
CONFIGURE_ARGS= --taglib-inc-dir="${LOCALBASE}/include/taglib" \