From owner-svn-ports-all@FreeBSD.ORG Thu Feb 21 04:57:46 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 62067375; Thu, 21 Feb 2013 04:57:46 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 531E0224; Thu, 21 Feb 2013 04:57:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1L4vjFL075426; Thu, 21 Feb 2013 04:57:45 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1L4vj5O075425; Thu, 21 Feb 2013 04:57:45 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201302210457.r1L4vj5O075425@svn.freebsd.org> From: Martin Wilke Date: Thu, 21 Feb 2013 04:57:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312704 - head/audio/py-tagpy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Feb 2013 04:57:46 -0000 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_ >::def(const char [7], )' 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 -# +# Created by: Nicola Vitale # $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" \