Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Aug 2002 20:27:37 +1000 (EST)
From:      Edwin Groothuis <edwin@mavetju.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/42194: [patch] make ports/deskutils GNOMENG aware
Message-ID:  <20020830102737.0B1CA6A7124@k7.mavetju>

next in thread | raw e-mail | index | archive | help

>Number:         42194
>Category:       ports
>Synopsis:       [patch] make ports/deskutils GNOMENG aware
>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:   Fri Aug 30 03:30:01 PDT 2002
>Closed-Date:
>Last-Modified:
>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:
>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?20020830102737.0B1CA6A7124>