Date: Tue, 19 Jul 2005 17:28:46 -0300 From: "Alejandro Pulver" <alejandro@varnet.biz> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/83746: [UPDATE] audio/sdl_mixer: add permanent mikmod support Message-ID: <1121804926.0@phobos.mars.bsd> Resent-Message-ID: <200507192030.j6JKUGFF070233@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 83746 >Category: ports >Synopsis: [UPDATE] audio/sdl_mixer: add permanent mikmod support >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Jul 19 20:30:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Alejandro Pulver >Release: FreeBSD 5.4-RELEASE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: --- sdl_mixer.diff begins here --- diff -urN sdl_mixer.old/Makefile sdl_mixer/Makefile --- sdl_mixer.old/Makefile Tue Jul 19 14:51:04 2005 +++ sdl_mixer/Makefile Tue Jul 19 17:24:38 2005 @@ -15,7 +15,8 @@ COMMENT= A sample multi-channel audio mixer library LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis \ - smpeg.1:${PORTSDIR}/multimedia/smpeg + smpeg.1:${PORTSDIR}/multimedia/smpeg \ + mikmod.2:${PORTSDIR}/audio/libmikmod USE_SDL= sdl USE_REINPLACE= yes @@ -27,10 +28,6 @@ INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> - -.if defined(WITH_MIKMOD) -LIB_DEPENDS+= mikmod.2:${PORTSDIR}/audio/libmikmod -.endif post-configure: @${REINPLACE_CMD} -e \ --- sdl_mixer.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1121804926.0>