Date: Mon, 12 Aug 2002 18:16:06 -0400 (EDT) From: Brad Laue <brad@brad-x.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/41594: libmikmod port - optionalize esound Message-ID: <20020812221606.957F522104F@TMA-1.brad-x.com>
next in thread | raw e-mail | index | archive | help
>Number: 41594 >Category: ports >Synopsis: libmikmod port - optionalize esound >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Aug 12 15:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Brad Laue >Release: FreeBSD 4.6-STABLE i386 >Organization: brad-x.com >Environment: System: FreeBSD TMA-1.brad-x.com 4.6-STABLE FreeBSD 4.6-STABLE #0: Mon Aug 5 16:15:45 EDT 2002 root@TMA-1.brad-x.com:/usr/src/sys/compile/DISCOVERY-IPF i386 >Description: Simple if statement conditionalizing the installation of esound Esound is not strictly required in this case, especially when all one wishes to install is XMMS >How-To-Repeat: patch and install >Fix: diff -ur /usr/ports/audio/libmikmod/Makefile libmikmod/Makefile --- /usr/ports/audio/libmikmod/Makefile Mon Jul 8 06:22:07 2002 +++ libmikmod/Makefile Mon Aug 12 18:13:41 2002 @@ -15,7 +15,9 @@ MAINTAINER= ports@FreeBSD.org USE_REINPLACE= yes +.if !defined(WITHOUT_ESOUND) USE_ESOUND= yes +.endif USE_GMAKE= yes USE_LIBTOOL= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020812221606.957F522104F>