From owner-freebsd-ports Sat Jul 4 14:21:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA16350 for freebsd-ports-outgoing; Sat, 4 Jul 1998 14:21:35 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA16338 for ; Sat, 4 Jul 1998 14:21:31 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA15328; Sat, 4 Jul 1998 14:20:01 -0700 (PDT) Received: from tim.xenologics.com (tim.xenologics.com [194.77.5.24]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA15212 for ; Sat, 4 Jul 1998 14:13:33 -0700 (PDT) (envelope-from seggers@semyam.dinoco.de) Received: (from uucp@localhost) by tim.xenologics.com (8.8.5/8.8.8) with UUCP id XAA00617; Sat, 4 Jul 1998 23:11:11 +0200 (MET DST) Received: (from seggers@localhost) by semyam.dinoco.de (8.8.8/8.8.8) id XAA02698; Sat, 4 Jul 1998 23:08:53 +0200 (CEST) (envelope-from seggers) Message-Id: <199807042108.XAA02698@semyam.dinoco.de> Date: Sat, 4 Jul 1998 23:08:53 +0200 (CEST) From: Stefan Eggers Reply-To: seggers@semyam.dinoco.de To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: seggers@semyam.dinoco.de, xaa@stack.nl X-Send-Pr-Version: 3.2 Subject: ports/7161: Update to xboard - now at version 4.0.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7161 >Category: ports >Synopsis: Update to xboard - now at version 4.0.0 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jul 4 14:20:00 PDT 1998 >Last-Modified: >Originator: Stefan Eggers >Organization: none >Release: FreeBSD 2.2.6-STABLE i386 >Environment: My 2.2-stable system. >Description: Crafty prefers xboard 4.0.0 now. With older xboard versions there might be some problems. Thus I changed the xboard port to the newer version. The changes are that it now uses the 4.0.0 tar ball, small corretions to the comment and description (crafty was missing) and a change that installs the info file for "make install". As the GNU chess port is rather old and it might have some problem to work with the newer xboard I send a notification email to the maintainer. >How-To-Repeat: Apply the patches. Is the cvs diff OK? Or shall I send it in a different format next time? >Fix: Index: Makefile =================================================================== RCS file: /usr2/FreeBSD/CVSROOT/ports/games/xboard/Makefile,v retrieving revision 1.14 diff -u -r1.14 Makefile --- Makefile 1998/05/25 06:18:54 1.14 +++ Makefile 1998/07/04 20:56:36 @@ -6,7 +6,7 @@ # $Id: Makefile,v 1.14 1998/05/25 06:18:54 steve Exp $ # -DISTNAME= xboard-3.6.2 +DISTNAME= xboard-4.0.0 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GNU} @@ -15,5 +15,11 @@ GNU_CONFIGURE= yes STRIP= MAN6= xboard.6 cmail.6 zic2xpm.6 + +post-install: + if [ ! -f ${PREFIX}/info/dir ]; then \ + ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ + fi + install-info ${PREFIX}/info/xboard.info ${PREFIX}/info/dir .include Index: files/md5 =================================================================== RCS file: /usr2/FreeBSD/CVSROOT/ports/games/xboard/files/md5,v retrieving revision 1.7 diff -u -r1.7 md5 --- md5 1997/08/08 09:01:06 1.7 +++ md5 1998/07/04 19:37:15 @@ -1 +1 @@ -MD5 (xboard-3.6.2.tar.gz) = 956d2789a4f1a87b0034372df1339bf5 +MD5 (xboard-4.0.0.tar.gz) = a113a09c32ec5a916b19cce789fdf07a Index: pkg/COMMENT =================================================================== RCS file: /usr2/FreeBSD/CVSROOT/ports/games/xboard/pkg/COMMENT,v retrieving revision 1.2 diff -u -r1.2 COMMENT --- COMMENT 1996/07/12 11:08:32 1.2 +++ COMMENT 1998/07/04 19:38:06 @@ -1 +1 @@ -X frontend for GNU Chess and the Internet Chess Server +X frontend for crafty, GNU Chess and the Internet Chess Server Index: pkg/DESCR =================================================================== RCS file: /usr2/FreeBSD/CVSROOT/ports/games/xboard/pkg/DESCR,v retrieving revision 1.2 diff -u -r1.2 DESCR --- DESCR 1996/03/30 17:08:45 1.2 +++ DESCR 1998/07/04 19:39:01 @@ -1,3 +1,3 @@ -Xboard is a graphical chessboard that can serve as a user interface for GNU -Chess, for the Internet Chess Server, or for electronic mail correspondence -chess. xboard can also be used by itself. +Xboard is a graphical chessboard that can serve as a user interface for +crafty, for GNU Chess, for the Internet Chess Server, or for electronic +mail correspondence chess. xboard can also be used by itself. >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message