From owner-freebsd-ports Wed Oct 2 15: 0:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE3CD37B404 for ; Wed, 2 Oct 2002 15:00:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFE1743E6A for ; Wed, 2 Oct 2002 15:00:10 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g92M0ACo088996 for ; Wed, 2 Oct 2002 15:00:10 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g92M0APe088995; Wed, 2 Oct 2002 15:00:10 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 060D837B401 for ; Wed, 2 Oct 2002 14:54:21 -0700 (PDT) Received: from TMA-1.brad-x.com (static-b2-191.highspeed.eol.ca [64.56.236.191]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74F4643E75 for ; Wed, 2 Oct 2002 14:54:20 -0700 (PDT) (envelope-from brad@brad-x.com) Received: by TMA-1.brad-x.com (Postfix, from userid 1000) id 0278422104A; Wed, 2 Oct 2002 17:54:40 -0400 (EDT) Message-Id: <20021002215440.0278422104A@TMA-1.brad-x.com> Date: Wed, 2 Oct 2002 17:54:40 -0400 (EDT) From: Brad Laue Reply-To: Brad Laue To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/43600: gaim port - optionalize esound Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message