From edwin@mavetju.org  Fri Aug 30 03:27:45 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 0BDA637B400
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 30 Aug 2002 03:27:45 -0700 (PDT)
Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 49E6243E65
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 30 Aug 2002 03:27:44 -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 4A9AC2B912
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 30 Aug 2002 12:27:41 +0200 (CEST)
Received: by k7.mavetju (Postfix, from userid 1001)
	id 0B1CA6A7124; Fri, 30 Aug 2002 20:27:37 +1000 (EST)
Message-Id: <20020830102737.0B1CA6A7124@k7.mavetju>
Date: Fri, 30 Aug 2002 20:27:37 +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/deskutils GNOMENG aware
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         42194
>Category:       ports
>Synopsis:       [patch] make ports/deskutils GNOMENG aware
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 30 03:30:01 PDT 2002
>Closed-Date:    Fri Aug 30 06:21:23 PDT 2002
>Last-Modified:  Fri Aug 30 06:21:23 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/deskutils GNOMENG aware

>How-To-Repeat:

    n/a

>Fix:

    deskutils/gaddr
    deskutils/gmcal
    deskutils/gtimer
    deskutils/ithought
    deskutils/logjam
    deskutils/loserjabber

--- deskutils/gaddr/Makefile.old	Fri Aug 30 19:47:10 2002
+++ deskutils/gaddr/Makefile	Fri Aug 30 20:23:20 2002
@@ -13,14 +13,14 @@
 MAINTAINER=	jim@FreeBSD.org
 
 USE_X_PREFIX=	yes
-USE_GTK=	yes
-WANT_GNOME=	yes
 GNU_CONFIGURE=	yes
+USE_GNOMENG=	yes
+WANT_GNOME=	yes
 
 .include <bsd.port.pre.mk>
 
-.if defined(HAVE_GNOME)
-USE_GNOME=	yes
+.if ${HAVE_GNOME:Mgnomelibs}!=""
+USE_GNOME=	gtk12
 CONFIGURE_ARGS+= --enable-gnome
 .endif
 
--- deskutils/gtimer/Makefile.old	Fri Aug 30 20:23:35 2002
+++ deskutils/gtimer/Makefile	Fri Aug 30 20:23:49 2002
@@ -14,7 +14,8 @@
 
 USE_BZIP2=	yes
 USE_GMAKE=	yes
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
 GNU_CONFIGURE=	yes
 
 MAN1=		gtimer.1
--- deskutils/ithought/Makefile.old	Fri Aug 30 20:23:53 2002
+++ deskutils/ithought/Makefile	Fri Aug 30 20:24:23 2002
@@ -18,7 +18,8 @@
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--datadir=${PREFIX}/libexec
 
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
 
 post-patch:
 	@${PERL} -i.orig -p \
--- deskutils/logjam/Makefile.old	Fri Aug 30 20:24:47 2002
+++ deskutils/logjam/Makefile	Fri Aug 30 20:24:57 2002
@@ -18,6 +18,7 @@
 
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
 
 .include <bsd.port.mk>
--- deskutils/loserjabber/Makefile.old	Fri Aug 30 20:25:09 2002
+++ deskutils/loserjabber/Makefile	Fri Aug 30 20:25:22 2002
@@ -14,7 +14,9 @@
 MAINTAINER=	ryan@manunkind.org
 
 GNU_CONFIGURE=	yes
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
+
 MAN1=		loserjabber.1
 MANCOMPRESSED=	no
 
--- deskutils/gmcal/Makefile.old	Fri Aug 30 20:25:34 2002
+++ deskutils/gmcal/Makefile	Fri Aug 30 20:25:45 2002
@@ -18,7 +18,8 @@
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
 
 post-extract:
 	${CHMOD} a-x ${WRKSRC}/*
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: lioux 
State-Changed-When: Fri Aug 30 06:21:20 PDT 2002 
State-Changed-Why:  
Committed, thanks! 

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