Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Feb 2001 10:08:07 +0900 (JST)
From:      th@cis.ibaraki.ac.jp
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/24767: usage of WANT_GNOME is mistaken in ports/games/xpuyopuyo
Message-ID:  <200102010108.f11187x93176@nadja.cis.ibaraki.ac.jp>

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

>Number:         24767
>Category:       ports
>Synopsis:       usage of WANT_GNOME is mistaken in ports/games/xpuyopuyo
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 31 17:10:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     HIYAMA Takeshi
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
Dept. of Comp. & Info. Sci.s, Ibaraki University
>Environment:

	ports-current

>Description:

	1. WANT_GNOME is never defined.
	2. DATADIR is not defined when USE_GNOME is not defined,
	   and DATADIR is used in pkg-plist

>How-To-Repeat:
>Fix:

--- Makefile.orig	Thu Feb  1 09:46:48 2001
+++ Makefile	Thu Feb  1 09:56:21 2001
@@ -18,6 +18,7 @@
 USE_XPM=	yes
 USE_GTK=	yes
 USE_AUTOCONF=	yes
+WANT_GNOME=	yes
 MAN6=		xpuyopuyo.6
 
 .include <bsd.port.pre.mk>
@@ -30,9 +31,9 @@
 
 .if defined(HAVE_GNOME)
 USE_GNOME=	yes
-WANT_GNOME=	yes
 .else
 CONFIGURE_ARGS+=--without-gnome
+DATADIR=share
 .endif
 
 .if defined(WITH_ROTATE_FIXED)

>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?200102010108.f11187x93176>