From owner-svn-ports-head@FreeBSD.ORG Thu Sep 18 08:16:30 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9B66F6FB; Thu, 18 Sep 2014 08:16:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 86DBBDA8; Thu, 18 Sep 2014 08:16:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8I8GUPt087641; Thu, 18 Sep 2014 08:16:30 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8I8GUqG087635; Thu, 18 Sep 2014 08:16:30 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201409180816.s8I8GUqG087635@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Thu, 18 Sep 2014 08:16:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368428 - in head/audio/libid3tag: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2014 08:16:30 -0000 Author: tijl Date: Thu Sep 18 08:16:29 2014 New Revision: 368428 URL: http://svnweb.freebsd.org/changeset/ports/368428 QAT: https://qat.redports.org/buildarchive/r368428/ Log: Convert to USES=libtool and add INSTALL_TARGET=install-strip Deleted: head/audio/libid3tag/files/patch-configure head/audio/libid3tag/files/patch-ltmain.sh Modified: head/audio/libid3tag/Makefile head/audio/libid3tag/pkg-plist Modified: head/audio/libid3tag/Makefile ============================================================================== --- head/audio/libid3tag/Makefile Thu Sep 18 08:15:33 2014 (r368427) +++ head/audio/libid3tag/Makefile Thu Sep 18 08:16:29 2014 (r368428) @@ -3,6 +3,7 @@ PORTNAME= libid3tag PORTVERSION= 0.15.1b +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF/mad/${PORTNAME}/${PORTVERSION} \ ftp://ftp.mars.org/pub/mpeg/ @@ -14,11 +15,9 @@ LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +USES= libtool pkgconfig USE_LDCONFIG= yes -USES= pkgconfig - -post-patch: - @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure post-build: cd ${WRKSRC} && CONFIG_FILES=id3tag.pc CONFIG_HEADERS= ${SH} ./config.status Modified: head/audio/libid3tag/pkg-plist ============================================================================== --- head/audio/libid3tag/pkg-plist Thu Sep 18 08:15:33 2014 (r368427) +++ head/audio/libid3tag/pkg-plist Thu Sep 18 08:16:29 2014 (r368428) @@ -2,4 +2,5 @@ include/id3tag.h lib/libid3tag.a lib/libid3tag.so lib/libid3tag.so.0 +lib/libid3tag.so.0.3.0 libdata/pkgconfig/id3tag.pc