From owner-svn-ports-head@FreeBSD.ORG Thu Sep 18 08:15:34 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 5EE7C612; Thu, 18 Sep 2014 08:15:34 +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 4A03AD99; Thu, 18 Sep 2014 08:15:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8I8FYvp087381; Thu, 18 Sep 2014 08:15:34 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8I8FXnv087376; Thu, 18 Sep 2014 08:15:33 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201409180815.s8I8FXnv087376@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Thu, 18 Sep 2014 08:15:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368427 - in head/audio/Maaate: . files 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: Thu, 18 Sep 2014 08:15:34 -0000 Author: tijl Date: Thu Sep 18 08:15:33 2014 New Revision: 368427 URL: http://svnweb.freebsd.org/changeset/ports/368427 QAT: https://qat.redports.org/buildarchive/r368427/ Log: - Remove old libtool patch - Add INSTALL_TARGET=install-strip Modified: head/audio/Maaate/Makefile head/audio/Maaate/files/patch-configure Modified: head/audio/Maaate/Makefile ============================================================================== --- head/audio/Maaate/Makefile Thu Sep 18 08:12:31 2014 (r368426) +++ head/audio/Maaate/Makefile Thu Sep 18 08:15:33 2014 (r368427) @@ -12,8 +12,9 @@ COMMENT= MPEG audio analysis toolkit LICENSE= GPLv2 -USES= gmake libtool GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +USES= gmake libtool USE_LDCONFIG= yes PORTDOCS= API.html ChangeLog THANKS applications.html @@ -29,6 +30,5 @@ post-install: .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${STAGEDIR}${DOCSDIR} .endfor - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so.1.* ${STAGEDIR}${PREFIX}/lib/Maaate/*.so.1.* .include Modified: head/audio/Maaate/files/patch-configure ============================================================================== --- head/audio/Maaate/files/patch-configure Thu Sep 18 08:12:31 2014 (r368426) +++ head/audio/Maaate/files/patch-configure Thu Sep 18 08:15:33 2014 (r368427) @@ -1,14 +1,6 @@ --- configure.orig 2002-10-09 03:30:34.000000000 +0200 +++ configure 2013-12-18 12:38:19.000000000 +0100 -@@ -5691,6 +5691,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -5699,7 +5700,6 @@ +@@ -5699,7 +5699,6 @@