Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Sep 2002 00:36:54 +0200 (CEST)
From:      Tilman Linneweh <tilman@arved.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        lioux@FreeBSD.org, yinjieh@csie.nctu.edu.tw
Subject:   ports/42565: Unbreak games/xpuyopuyo after GNOMENG mass commit 
Message-ID:  <200209082236.g88MasZp080586@sauna.arved.de>

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

>Number:         42565
>Category:       ports
>Synopsis:       Unbreak games/xpuyopuyo after GNOMENG mass commit
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 08 15:40:06 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Tilman Linneweh
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
BSD Usergroup Austria
>Environment:
System: FreeBSD sauna.arved.de 4.6-STABLE FreeBSD 4.6-STABLE #0: Sun Jul 7 20:02:41 CEST 2002 tilman@sauna.arved.de:/usr/obj/usr/src/sys/SAUNA i386


	
>Description:
	This port needs GTK even if build WITHOUT_GNOME,
	If build with GNOME, it looks for gnome-config -> it needs gnomelibs
	DATADIR PLIST_SUB isn't defined in bsd.gnomeng.mk anymore. 
	
>How-To-Repeat:
	
>Fix:

	

--- xpuyopuyo.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/games/xpuyopuyo/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- Makefile	2 Sep 2002 00:59:12 -0000	1.19
+++ Makefile	8 Sep 2002 22:30:03 -0000
@@ -18,7 +18,9 @@
 USE_XPM=	yes
 USE_AUTOCONF=	yes
 USE_GNOMENG=	yes
+USE_GNOME=	gtk12
 WANT_GNOME=	yes
+PLIST_SUB+=	DATADIR="share"
 
 MAN6=		xpuyopuyo.6
 
@@ -30,9 +32,9 @@
 CONFIGURE_ARGS+=--with-libmikmod-prefix=${LOCALBASE}
 .endif
 
-.if ${HAVE_GNOME:Mgtk12}!=""
-USE_GNOME+=	gtk12
-PKGNAMESUFFIX=	-gtk
+.if ${HAVE_GNOME:Mgnomelibs}!=""
+USE_GNOME+=	gnomelibs gnomehack
+PKGNAMESUFFIX=	-gnome
 .else
 CONFIGURE_ARGS+=--without-gnome
 .endif
--- xpuyopuyo.diff ends here ---


>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?200209082236.g88MasZp080586>