Date: Wed, 2 Oct 2002 17:54:40 -0400 (EDT) From: Brad Laue <brad@brad-x.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/43600: gaim port - optionalize esound Message-ID: <20021002215440.0278422104A@TMA-1.brad-x.com>
next in thread | raw e-mail | index | archive | help
>Number: 43600 >Category: ports >Synopsis: gaim 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: Wed Oct 02 15:00:10 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: Small addition to the gaim port to once again optionalize esound as it was before the changeover to GNOMENG. >How-To-Repeat: Apply patch and install. >Fix: diff -ruN ../net/gaim/Makefile gaim/Makefile --- ../net/gaim/Makefile Mon Sep 16 01:57:59 2002 +++ gaim/Makefile Wed Oct 2 17:50:07 2002 @@ -18,7 +18,7 @@ USE_GMAKE= yes USE_REINPLACE= yes USE_GNOMENG= yes -USE_GNOME= gnomeprefix gnomehack gtk12 esound +USE_GNOME= gnomeprefix gnomehack gtk12 WANT_GNOME= yes USE_PERL5= yes USE_LIBTOOL= yes @@ -33,6 +33,10 @@ .if !defined(WITHOUT_GDK_PIXBUF) # Note, gdk-pixbuf is needed for buddy icon support. USE_GNOME+= gdkpixbuf +.endif + +.if !defined(WITHOUT_ESOUND) +USE_GNOME+= esound .endif .include <bsd.port.pre.mk> >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?20021002215440.0278422104A>