From owner-freebsd-ports Mon Jul 19 1:50:33 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D82414E57 for ; Mon, 19 Jul 1999 01:50:30 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA28971; Mon, 19 Jul 1999 01:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from leap.innerx.net (leap.innerx.net [38.179.176.25]) by hub.freebsd.org (Postfix) with ESMTP id CC81614C7F for ; Mon, 19 Jul 1999 01:44:37 -0700 (PDT) (envelope-from chris@holly.dyndns.org) Received: from holly.dyndns.org (ip194.houston3.tx.pub-ip.psi.net [38.12.169.194]) by leap.innerx.net (Postfix) with ESMTP id 28299370A6 for ; Mon, 19 Jul 1999 04:44:17 -0400 (EDT) Received: (from chris@localhost) by holly.dyndns.org (8.9.3/8.9.3) id DAA12400; Mon, 19 Jul 1999 03:45:08 -0500 (CDT) (envelope-from chris) Message-Id: <199907190845.DAA12400@holly.dyndns.org> Date: Mon, 19 Jul 1999 03:45:08 -0500 (CDT) From: chris@calldei.com Reply-To: chris@calldei.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12706: [Patch] xchat port should have USE_GNOME/USE_PANEL hooks Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12706 >Category: ports >Synopsis: [Patch] xchat port should have USE_GNOME/USE_PANEL hooks >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 19 01:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Costello >Release: FreeBSD 4.0-CURRENT i386 >Organization: none >Environment: Makefile: $Id: Makefile,v 1.18 1999/07/19 03:59:57 cpiazza Exp $ >Description: Users cannot enable the GNOME and GNOME-panel features in X-Chat via the FreeBSD port. >How-To-Repeat: >Fix: --- /usr/home/chris/FreeBSD/ports/irc/xchat/Makefile Mon Jul 19 03:20:15 1999 +++ Makefile Mon Jul 19 03:37:47 1999 @@ -22,7 +22,19 @@ USE_GMAKE= yes USE_PERL5= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-gnome --disable-panel --disable-nls +CONFIGURE_ARGS= --disable-nls + +.if defined(USE_GNOME) +CONFIGURE_ARGS+= --enable-gnome +.if defined(USE_PANEL) +CONFIGURE_ARGS+= --enable-panel +.else +CONFIGURE_ARGS+= --disable-panel +.endif +.else +CONFIGURE_ARGS+= --disable-gnome +.endif + CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" post-install: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message