From edwin@mavetju.org  Fri Aug 30 04:53:07 2002
Return-Path: <edwin@mavetju.org>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2A71C37B400
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 30 Aug 2002 04:53:07 -0700 (PDT)
Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7FC9E43E84
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 30 Aug 2002 04:53:06 -0700 (PDT)
	(envelope-from edwin@mavetju.org)
Received: from k7.mavetju (topaz.mdcc.cx [212.204.230.141])
	by topaz.mdcc.cx (Postfix) with ESMTP id CFE4F2B739
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 30 Aug 2002 13:53:03 +0200 (CEST)
Received: by k7.mavetju (Postfix, from userid 1001)
	id C62896A7124; Fri, 30 Aug 2002 21:52:59 +1000 (EST)
Message-Id: <20020830115259.C62896A7124@k7.mavetju>
Date: Fri, 30 Aug 2002 21:52:59 +1000 (EST)
From: Edwin Groothuis <edwin@mavetju.org>
Reply-To: Edwin Groothuis <edwin@mavetju.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] make ports/irc GNOMENG aware
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         42204
>Category:       ports
>Synopsis:       [patch] make ports/irc GNOMENG aware
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jim
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 30 05:00:05 PDT 2002
>Closed-Date:    Fri Aug 30 17:44:11 PDT 2002
>Last-Modified:  Fri Aug 30 17:44:11 PDT 2002
>Originator:     Edwin Groothuis
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 4.5-RELEASE FreeBSD 4.5-RELEASE #3: Mon Mar 11 13:32:05 EST 2002 edwin@k7.mavetju.org:/usr/src/sys/compile/k7 i386

>Description:

    make ports/irc GNOMENG aware

>How-To-Repeat:

    n/a

>Fix:

    irc/lostirc
    irc/olirc
    irc/xchat

--- irc/olirc/Makefile.old	Fri Aug 30 21:48:04 2002
+++ irc/olirc/Makefile	Fri Aug 30 21:48:13 2002
@@ -15,7 +15,8 @@
 
 USE_BZIP2=	yes
 USE_X_PREFIX=	yes
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
 GNU_CONFIGURE=	yes
 
 do-install:
--- irc/xchat/Makefile.old	Fri Aug 30 21:48:20 2002
+++ irc/xchat/Makefile	Fri Aug 30 21:50:58 2002
@@ -23,7 +23,7 @@
 USE_BZIP2=		yes
 USE_GMAKE=		yes
 USE_PERL5=		yes
-USE_IMLIB=		yes
+USE_GNOMENG=		yes
 WANT_GNOME=		yes
 GNU_CONFIGURE=		yes
 # Assign with `+=' for slave ports
@@ -53,8 +53,8 @@
 CONFIGURE_ARGS+=	--enable-gdk-pixbuf
 .endif
 
-.if defined(HAVE_GNOME)
-USE_GNOME=		yes
+.if ${HAVE_GNOME:Mgnomelibs}!=""
+USE_GNOME=		imlib
 CONFIGURE_ARGS+=	--enable-gnome --enable-panel --enable-gdk-pixbuf \
 			--enable-zvt
 MAKE_ARGS=		icondir="${PREFIX}/share/gnome/pixmaps" \
--- irc/lostirc/Makefile.old	Fri Aug 30 21:51:29 2002
+++ irc/lostirc/Makefile	Fri Aug 30 21:51:42 2002
@@ -17,7 +17,8 @@
 		sigc:${PORTSDIR}/devel/libsigc++
 
 USE_X_PREFIX=	yes
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
 GNU_CONFIGURE=	yes
 
 MAN1=	lostirc.1
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->jim 
Responsible-Changed-By: lioux 
Responsible-Changed-When: Fri Aug 30 07:00:06 PDT 2002 
Responsible-Changed-Why:  
Patches committed but the xchat one. Over to maintainer of xchat 
for review 

http://www.freebsd.org/cgi/query-pr.cgi?pr=42204 
State-Changed-From-To: open->closed 
State-Changed-By: lioux 
State-Changed-When: Fri Aug 30 17:42:49 PDT 2002 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=42204 
>Unformatted:
