Date: Sun, 9 Feb 2014 12:53:39 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343495 - head/audio/libtremor Message-ID: <201402091253.s19CrdFO020111@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402091253.s19CrdFO020111>