From owner-svn-ports-head@FreeBSD.ORG Thu Sep 11 20:10:41 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 51A56CB8; Thu, 11 Sep 2014 20:10:41 +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 3DC0FE4C; Thu, 11 Sep 2014 20:10:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8BKAfiS030318; Thu, 11 Sep 2014 20:10:41 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8BKAfx6030317; Thu, 11 Sep 2014 20:10:41 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201409112010.s8BKAfx6030317@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Thu, 11 Sep 2014 20:10:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367974 - head/audio/openspc 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, 11 Sep 2014 20:10:41 -0000 Author: tijl Date: Thu Sep 11 20:10:40 2014 New Revision: 367974 URL: http://svnweb.freebsd.org/changeset/ports/367974 QAT: https://qat.redports.org/buildarchive/r367974/ Log: - Convert to USES=libtool and add INSTALL_TARGET=install-strip - Add USE_AUTOTOOLS=libtoolize (and others) because the bundled libtool is too old to support FreeBSD 4 and higher Modified: head/audio/openspc/Makefile Modified: head/audio/openspc/Makefile ============================================================================== --- head/audio/openspc/Makefile Thu Sep 11 20:10:18 2014 (r367973) +++ head/audio/openspc/Makefile Thu Sep 11 20:10:40 2014 (r367974) @@ -3,7 +3,7 @@ PORTNAME= openspc PORTVERSION= 0.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://membres.lycos.fr/pixels/ \ CRITICAL @@ -13,16 +13,25 @@ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Command-line player for .spc and .zst files ONLY_FOR_ARCHS= i386 # contains x86 asm code -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +USES= libtool +USE_AUTOTOOLS= libtoolize aclocal autoconf autoheader automake +AUTOMAKE_ARGS= -a -c -f USE_GCC= any +USE_LDCONFIG= yes PORTDOCS= README -PLIST_FILES= bin/OpenSPClite include/OpenSPC.h lib/libOpenSPC.so \ - lib/libOpenSPC.so.3 lib/libOpenSPC.la lib/libOpenSPC.a +PLIST_FILES= bin/OpenSPClite include/OpenSPC.h lib/libOpenSPC.a \ + lib/libOpenSPC.so lib/libOpenSPC.so.0 lib/libOpenSPC.so.0.3.1 OPTIONS_DEFINE= DOCS +post-patch: + @${REINPLACE_CMD} '1,/AUDIOFILE/d' ${WRKSRC}/acinclude.m4 + @${REINPLACE_CMD} '/AC_PROG_CC/{p;s/.*/AM_PROG_AS/;}' \ + ${WRKSRC}/configure.in + post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}