Date: Thu, 21 Feb 2013 04:57:45 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312704 - head/audio/py-tagpy Message-ID: <201302210457.r1L4vj5O075425@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Thu Feb 21 04:57:45 2013 New Revision: 312704 URL: http://svnweb.freebsd.org/changeset/ports/312704 Log: - 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: Modified: head/audio/py-tagpy/Makefile (contents, props changed) Modified: head/audio/py-tagpy/Makefile ============================================================================== --- head/audio/py-tagpy/Makefile Thu Feb 21 04:54:16 2013 (r312703) +++ head/audio/py-tagpy/Makefile Thu Feb 21 04:57:45 2013 (r312704) @@ -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" \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302210457.r1L4vj5O075425>