Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Nov 1999 11:52:56 +0800 (CST)
From:      Yin-Jieh Chen <yinjieh@Crazyman.Dorm13.NCTU.edu.tw>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/14754: patch port: games/znibbles
Message-ID:  <199911070352.LAA06731@Crazyman.Dorm13.NCTU.edu.tw>

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

>Number:         14754
>Category:       ports
>Synopsis:       patch port: games/znibbles
>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:   Sat Nov  6 20:00:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Yin-Jieh Chen
>Release:        FreeBSD 3.3-STABLE i386
>Organization:
NCTU CSIE FreeBSD Users' Group
>Environment:
FreeBSD Crazyman.Dorm13.NCTU.edu.tw 3.3-STABLE FreeBSD 3.3-STABLE #29: Mon Oct 11 13:19:18 CST 1999     root@Crazyman.Dorm13.NCTU.edu.tw:/home2/src/sys/compile/YINJIEH  i386

	ports update to ports-cur.3044

>Description:

	patch my port games/znibbles.
	Remove motif support.
	Hope it can be compiled and installed successfully. :)

>How-To-Repeat:

	chdir to ${PORTSDIR}/games/znibbles
	and type "make".

>Fix:

diff -ruN /usr/ports/games/znibbles/Makefile ./Makefile
--- /usr/ports/games/znibbles/Makefile	Tue Nov  2 12:54:30 1999
+++ ./Makefile	Sun Nov  7 11:41:16 1999
@@ -20,12 +20,13 @@
 HAS_CONFIGURE=	yes
 CONFIGURE_ENV=	GTK_CONFIG="${GTK_CONFIG}" \
 		GLIB_CONFIG="${GLIB_CONFIG}"
+CONFIGURE_ARGS=	--without-motif \
+		--disable-motif
 
 MAN6=	nibbles.6 znibbles.6 gznibbles.6 znibblesX.6
 
 post-install:
 	@strip ${PREFIX}/bin/nibbles
-	@strip ${PREFIX}/bin/znibbles
 	@strip ${PREFIX}/bin/znibblesX
 	@strip ${PREFIX}/bin/gznibbles
 
diff -ruN /usr/ports/games/znibbles/pkg/DESCR ./pkg/DESCR
--- /usr/ports/games/znibbles/pkg/DESCR	Tue Nov  2 12:54:30 1999
+++ ./pkg/DESCR	Sun Nov  7 11:25:56 1999
@@ -10,13 +10,13 @@
 the GTK+ toolkit (get it on the GTK+ site) or use the Motif toolkit (get a good
 Motif free implementation called LessTif) 
 
-From the README file:
+Once compiled, you get the files:
 
- - Once compiled, you get the files
-     src/nibbles   : the ZNibbles server
-     src/znibbles  : the ZNibbles Motif client
-     src/gznibbles : the ZNibbles GTK+ client
-     src/znibblesX : the ZNibbless X11-only client (poor)
+   nibbles   : the ZNibbles server
+   gznibbles : the ZNibbles GTK+ client
+   znibblesX : the ZNibbless X11-only client (poor)
+
+Run "nibbles" first as the ZNibbles server, and then run its clients to play.
 
 WWW: http://www.stud.enst.fr/~vmallet/archives/
 
diff -ruN /usr/ports/games/znibbles/pkg/PLIST ./pkg/PLIST
--- /usr/ports/games/znibbles/pkg/PLIST	Tue Nov  2 12:54:30 1999
+++ ./pkg/PLIST	Sun Nov  7 11:22:09 1999
@@ -1,4 +1,3 @@
-bin/gznibbles
 bin/nibbles
-bin/znibbles
 bin/znibblesX
+bin/gznibbles

>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?199911070352.LAA06731>