From owner-svn-ports-all@FreeBSD.ORG Tue May 6 06:57:33 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 C3ED659C; Tue, 6 May 2014 06:57:33 +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 B1A77B9C; Tue, 6 May 2014 06:57:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s466vXwq034263; Tue, 6 May 2014 06:57:33 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s466vXeP034261; Tue, 6 May 2014 06:57:33 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201405060657.s466vXeP034261@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 6 May 2014 06:57:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353069 - head/audio/liba52 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.18 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: Tue, 06 May 2014 06:57:33 -0000 Author: bapt Date: Tue May 6 06:57:32 2014 New Revision: 353069 URL: http://svnweb.freebsd.org/changeset/ports/353069 QAT: https://qat.redports.org/buildarchive/r353069/ Log: Convert to USES=libtool Modified: head/audio/liba52/Makefile head/audio/liba52/pkg-plist Modified: head/audio/liba52/Makefile ============================================================================== --- head/audio/liba52/Makefile Tue May 6 06:57:28 2014 (r353068) +++ head/audio/liba52/Makefile Tue May 6 06:57:32 2014 (r353069) @@ -14,8 +14,7 @@ COMMENT= Free library for decoding ATSC LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USE_AUTOTOOLS= libtool -USES= gmake +USES= gmake libtool:keepla GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-oss --enable-shared USE_LDCONFIG= yes @@ -29,11 +28,10 @@ DJBFFT_CFLAGS= -I${LOCALBASE}/include DJBFFT_LDFLAGS= -L${LOCALBASE}/lib DJBFFT_CONFIGURE_ON= --enable-djbfft -.include +.include -.if ${ARCH} == "amd64" || ${ARCH} == "powerpc" -CFLAGS+= -fPIC -.endif +CFLAGS_amd64= -fPIC +CFLAGS_powerpc= -fPIC HEADER_FILES= liba52/a52_internal.h @@ -50,6 +48,6 @@ post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/liba52.txt ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/liba52/a52_internal.h ${STAGEDIR}${PREFIX}/include/a52dec - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liba52.so.0 + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liba52.so.0.* -.include +.include Modified: head/audio/liba52/pkg-plist ============================================================================== --- head/audio/liba52/pkg-plist Tue May 6 06:57:28 2014 (r353068) +++ head/audio/liba52/pkg-plist Tue May 6 06:57:32 2014 (r353069) @@ -5,6 +5,7 @@ include/a52dec/a52_internal.h include/a52dec/attributes.h include/a52dec/audio_out.h include/a52dec/mm_accel.h +lib/liba52.so.0.0.0 lib/liba52.so.0 lib/liba52.so lib/liba52.la