Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jul 1998 23:08:53 +0200 (CEST)
From:      Stefan Eggers <seggers@semyam.dinoco.de>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Cc:        seggers@semyam.dinoco.de, xaa@stack.nl
Subject:   ports/7161: Update to xboard - now at version 4.0.0
Message-ID:  <199807042108.XAA02698@semyam.dinoco.de>

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

>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 <bsd.port.mk>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807042108.XAA02698>