From owner-svn-ports-head@FreeBSD.ORG Fri Dec 12 00:44:09 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E97F71F7; Fri, 12 Dec 2014 00:44:09 +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 D5569E76; Fri, 12 Dec 2014 00:44:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBC0i9mc080680; Fri, 12 Dec 2014 00:44:09 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBC0i9jD080677; Fri, 12 Dec 2014 00:44:09 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201412120044.sBC0i9jD080677@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 12 Dec 2014 00:44:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374564 - head/audio/mpg123 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: Fri, 12 Dec 2014 00:44:10 -0000 Author: amdmi3 Date: Fri Dec 12 00:44:08 2014 New Revision: 374564 URL: https://svnweb.freebsd.org/changeset/ports/374564 QAT: https://qat.redports.org/buildarchive/r374564/ Log: - Drop .la files, no dependees require them Approved by: portmgr blanket Modified: head/audio/mpg123/Makefile head/audio/mpg123/pkg-plist Modified: head/audio/mpg123/Makefile ============================================================================== --- head/audio/mpg123/Makefile Fri Dec 12 00:39:27 2014 (r374563) +++ head/audio/mpg123/Makefile Fri Dec 12 00:44:08 2014 (r374564) @@ -3,6 +3,7 @@ PORTNAME= mpg123 PORTVERSION= 1.21.0 +PORTREVISION= 1 CATEGORIES= audio ipv6 MASTER_SITES= SF \ http://www.mpg123.de/download/ @@ -14,13 +15,14 @@ LICENSE= LGPL21 LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl -USES= tar:bzip2 gmake libtool:keepla pathfix +USES= tar:bzip2 gmake libtool pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-optimization=0 \ --with-audio=oss \ - --with-default-audio=oss + --with-default-audio=oss \ + --with-module-suffix=.so CONFIGURE_ENV= CONFIG_SHELL=${SH} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/audio/mpg123/pkg-plist ============================================================================== --- head/audio/mpg123/pkg-plist Fri Dec 12 00:39:27 2014 (r374563) +++ head/audio/mpg123/pkg-plist Fri Dec 12 00:44:08 2014 (r374564) @@ -3,13 +3,10 @@ bin/mpg123-id3dump bin/mpg123-strip bin/out123 include/mpg123.h -lib/libmpg123.la lib/libmpg123.so lib/libmpg123.so.0 lib/libmpg123.so.0.40.3 -lib/mpg123/output_dummy.la lib/mpg123/output_dummy.so -lib/mpg123/output_oss.la lib/mpg123/output_oss.so libdata/pkgconfig/libmpg123.pc man/man1/out123.1.gz