From owner-freebsd-ports Sat Nov 6 20: 0: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A15FB14DBF for ; Sat, 6 Nov 1999 20:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA99833; Sat, 6 Nov 1999 20:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from Crazyman.Dorm13.NCTU.edu.tw (Crazyman.Dorm13.NCTU.edu.tw [140.113.141.212]) by hub.freebsd.org (Postfix) with ESMTP id 2DF1F14BD6 for ; Sat, 6 Nov 1999 19:52:56 -0800 (PST) (envelope-from yinjieh@Crazyman.Dorm13.NCTU.edu.tw) Received: (from yinjieh@localhost) by Crazyman.Dorm13.NCTU.edu.tw (8.9.3/8.9.3) id LAA06731; Sun, 7 Nov 1999 11:52:56 +0800 (CST) (envelope-from yinjieh) Message-Id: <199911070352.LAA06731@Crazyman.Dorm13.NCTU.edu.tw> Date: Sun, 7 Nov 1999 11:52:56 +0800 (CST) From: Yin-Jieh Chen Reply-To: yinjieh@Crazyman.Dorm13.NCTU.edu.tw To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14754: patch port: games/znibbles Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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