From owner-svn-ports-all@FreeBSD.ORG Thu May 1 16:22:35 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2F096636; Thu, 1 May 2014 16:22:35 +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 1C2901E71; Thu, 1 May 2014 16:22:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s41GMYFT033220; Thu, 1 May 2014 16:22:34 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s41GMYah033219; Thu, 1 May 2014 16:22:34 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201405011622.s41GMYah033219@svn.freebsd.org> From: Tijl Coosemans Date: Thu, 1 May 2014 16:22:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352757 - head/audio/sdl_mixer 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.17 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: Thu, 01 May 2014 16:22:35 -0000 Author: tijl Date: Thu May 1 16:22:34 2014 New Revision: 352757 URL: http://svnweb.freebsd.org/changeset/ports/352757 QAT: https://qat.redports.org/buildarchive/r352757/ Log: Convert to USES=libtool. Modified: head/audio/sdl_mixer/Makefile Modified: head/audio/sdl_mixer/Makefile ============================================================================== --- head/audio/sdl_mixer/Makefile Thu May 1 15:34:02 2014 (r352756) +++ head/audio/sdl_mixer/Makefile Thu May 1 16:22:34 2014 (r352757) @@ -3,7 +3,7 @@ PORTNAME= sdl_mixer PORTVERSION= 1.2.12 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio MASTER_SITES= http://www.libsdl.org/projects/SDL_mixer/release/ DISTNAME= SDL_mixer-${PORTVERSION} @@ -13,9 +13,8 @@ COMMENT= A sample multi-channel audio mi LICENSE= ZLIB -USE_AUTOTOOLS= libtool +USES= gmake libtool:oldver pathfix pkgconfig USE_SDL= sdl -USES= gmake pathfix pkgconfig GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include @@ -48,7 +47,7 @@ SMPEG_CONFIGURE_ENABLE= music-mp3 VORBIS_LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis VORBIS_CONFIGURE_ENABLE= music-ogg -.include +.include .if ${PORT_OPTIONS:MTIMIDITYPLUS} RUN_DEPENDS+= ${LOCALBASE}/share/timidity/timidity.cfg-eawpats:${PORTSDIR}/audio/eawpats @@ -64,4 +63,4 @@ post-patch: @${REINPLACE_CMD} -e 's|%%CONFIG_FILE%%|${CONFIG_FILE}|g' \ ${WRKSRC}/timidity/config.h -.include +.include