From owner-svn-ports-all@FreeBSD.ORG Sun Feb 9 12:53:40 2014 Return-Path: Delivered-To: svn-ports-all@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 4BE846B4; Sun, 9 Feb 2014 12:53:40 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1DBB71364; Sun, 9 Feb 2014 12:53:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s19Crde0020114; Sun, 9 Feb 2014 12:53:39 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s19CrdFO020111; Sun, 9 Feb 2014 12:53:39 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201402091253.s19CrdFO020111@svn.freebsd.org> From: Tijl Coosemans Date: Sun, 9 Feb 2014 12:53:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343495 - head/audio/libtremor 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.17 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: Sun, 09 Feb 2014 12:53:40 -0000 Author: tijl Date: Sun Feb 9 12:53:39 2014 New Revision: 343495 URL: http://svnweb.freebsd.org/changeset/ports/343495 QAT: https://qat.redports.org/buildarchive/r343495/ Log: - Fix PORTVERSION. - USES=libtool. - Replace pre-configure with USE_AUTOTOOLS. - Remove do-install. Modified: head/audio/libtremor/Makefile head/audio/libtremor/pkg-plist Modified: head/audio/libtremor/Makefile ============================================================================== --- head/audio/libtremor/Makefile Sun Feb 9 12:52:03 2014 (r343494) +++ head/audio/libtremor/Makefile Sun Feb 9 12:53:39 2014 (r343495) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libtremor -PORTVERSION= 1.0.2.${SNAP_DATE} -PORTREVISION= 2 +PORTVERSION= 1.2.0.s20040213 CATEGORIES= audio MASTER_SITES= http://members.chello.nl/~g.mast/distfiles/ DISTNAME= tremor_snapshot_${SNAP_DATE} @@ -14,31 +13,11 @@ COMMENT= Integer-only fully Ogg Vorbis c SNAP_DATE= 02132004 WRKSRC= ${WRKDIR}/Tremor -USE_AUTOTOOLS= automake autoconf libtool +USES= libtool +USE_AUTOTOOLS= aclocal automake autoconf libtoolize +AUTOMAKE_ARGS= -a -c +LIBTOOLIZE_ARGS=-i -c GNU_CONFIGURE= yes USE_LDCONFIG= yes -pre-configure: - @cd ${WRKSRC} && ${ACLOCAL} - @cd ${WRKSRC} && ${LIBTOOLIZE} --automake - @${REINPLACE_CMD} -e '/^_LT_AC_SHELL_INIT/d' ${WRKSRC}/aclocal.m4 - @cd ${WRKSRC} && ${AUTOMAKE} --add-missing - @cd ${WRKSRC} && ${AUTOCONF} - -do-install: - for i in ${WRKSRC}/.libs/libvorbisidec.so.1 \ - ${WRKSRC}/.libs/libvorbisidec.so; do \ - ${INSTALL_LIB} $$i ${STAGEDIR}${PREFIX}/lib ; \ - done - ${INSTALL_DATA} ${WRKSRC}/.libs/libvorbisidec.a \ - ${STAGEDIR}${PREFIX}/lib - @${MKDIR} ${STAGEDIR}${PREFIX}/include/tremor - for i in ${WRKSRC}/config_types.h \ - ${WRKSRC}/ivorbiscodec.h \ - ${WRKSRC}/ivorbisfile.h \ - ${WRKSRC}/ogg.h \ - ${WRKSRC}/os_types.h ; do \ - ${INSTALL_SCRIPT} $$i ${STAGEDIR}${PREFIX}/include/tremor ; \ - done - .include Modified: head/audio/libtremor/pkg-plist ============================================================================== --- head/audio/libtremor/pkg-plist Sun Feb 9 12:52:03 2014 (r343494) +++ head/audio/libtremor/pkg-plist Sun Feb 9 12:53:39 2014 (r343495) @@ -4,6 +4,8 @@ include/tremor/ivorbisfile.h include/tremor/ogg.h include/tremor/os_types.h lib/libvorbisidec.a +lib/libvorbisidec.la lib/libvorbisidec.so lib/libvorbisidec.so.1 +lib/libvorbisidec.so.1.0.2 @dirrm include/tremor