From owner-svn-ports-head@FreeBSD.ORG Wed Jul 23 08:44:43 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 4F5E9C03; Wed, 23 Jul 2014 08:44:43 +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 3D02721EE; Wed, 23 Jul 2014 08:44:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6N8ihcC026802; Wed, 23 Jul 2014 08:44:43 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6N8igO4026800; Wed, 23 Jul 2014 08:44:42 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201407230844.s6N8igO4026800@svn.freebsd.org> From: Dmitry Marakasov Date: Wed, 23 Jul 2014 08:44:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362640 - head/audio/xsynth-dssi 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 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: Wed, 23 Jul 2014 08:44:43 -0000 Author: amdmi3 Date: Wed Jul 23 08:44:42 2014 New Revision: 362640 URL: http://svnweb.freebsd.org/changeset/ports/362640 QAT: https://qat.redports.org/buildarchive/r362640/ Log: - Switch to USES=libtool, drop .la files - Strip libraries Modified: head/audio/xsynth-dssi/Makefile head/audio/xsynth-dssi/pkg-plist Modified: head/audio/xsynth-dssi/Makefile ============================================================================== --- head/audio/xsynth-dssi/Makefile Wed Jul 23 08:42:13 2014 (r362639) +++ head/audio/xsynth-dssi/Makefile Wed Jul 23 08:44:42 2014 (r362640) @@ -3,7 +3,7 @@ PORTNAME= xsynth-dssi PORTVERSION= 0.9.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= SF/dssi/${PORTNAME}/${PORTVERSION} @@ -19,9 +19,10 @@ LIB_DEPENDS= libdssialsacompat.so:${PORT LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi +GNU_CONFIGURE= yes USE_GNOME= gtk20 -USES= gmake pkgconfig -USE_AUTOTOOLS= libtool +USES= gmake libtool pkgconfig +INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/audio/xsynth-dssi/pkg-plist ============================================================================== --- head/audio/xsynth-dssi/pkg-plist Wed Jul 23 08:42:13 2014 (r362639) +++ head/audio/xsynth-dssi/pkg-plist Wed Jul 23 08:44:42 2014 (r362640) @@ -1,8 +1,7 @@ -lib/dssi/xsynth-dssi.a -lib/dssi/xsynth-dssi.la lib/dssi/xsynth-dssi.so lib/dssi/xsynth-dssi/Xsynth_gtk %%DATADIR%%/factory_patches.Xsynth %%DATADIR%%/version_0.1_patches.Xsynth @dirrm %%DATADIR%% @dirrm lib/dssi/xsynth-dssi +@dirrmtry lib/dssi