From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 11 00:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E7E1C877 for ; Tue, 11 Jun 2013 00:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id CCD3C1CDB for ; Tue, 11 Jun 2013 00:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r5B0e0YF066036 for ; Tue, 11 Jun 2013 00:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5B0e00k066035; Tue, 11 Jun 2013 00:40:00 GMT (envelope-from gnats) Resent-Date: Tue, 11 Jun 2013 00:40:00 GMT Resent-Message-Id: <201306110040.r5B0e00k066035@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kalten Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 77EE477E for ; Tue, 11 Jun 2013 00:37:09 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 69C1E1CCA for ; Tue, 11 Jun 2013 00:37:09 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r5B0b83A013030 for ; Tue, 11 Jun 2013 00:37:08 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r5B0b8tw013025; Tue, 11 Jun 2013 00:37:08 GMT (envelope-from nobody) Message-Id: <201306110037.r5B0b8tw013025@oldred.freebsd.org> Date: Tue, 11 Jun 2013 00:37:08 GMT From: Kalten To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179474: games/fairymax: update to latest version (2013-05-20) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jun 2013 00:40:01 -0000 >Number: 179474 >Category: ports >Synopsis: games/fairymax: update to latest version (2013-05-20) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Jun 11 00:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kalten >Release: 9.1-RELEASE >Organization: >Environment: FreeBSD freeHugin.Walhalla.Leben 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Update of port to latest version available. Found at http://hgm.nubati.net/cgi-bin/gitweb.cgi?p=fairymax.git from 2013-05-20 b6a7fa8ae7c54db7bb5a9415ccae3fd55e9b360e See attachment for diff to new version. No patch-* files needed any more, as the author has added my suggestions ;-) so be aware, that games/fairymax/files/ is to be deleted. Checked at RedPorts: see, if you wish, https://redports.org/browser/kalten/games/fairymax?rev=13220 >How-To-Repeat: change into ports directory games/ and execute patch -E < fairymax_to4_8S_5.txt and delete all *.orig >Fix: Patch attached with submission follows: diff --git fairymax/Makefile fairymax/Makefile index 6bb5ce8..f250021 100644 --- fairymax/Makefile +++ fairymax/Makefile @@ -2,17 +2,16 @@ # $FreeBSD$ PORTNAME= fairymax -PORTVERSION= 4.8Q -PORTREVISION= 1 +PORTVERSION= 4.8S.5 CATEGORIES= games MASTER_SITES= http://freeheimdall.homeunix.org/files/ -DISTNAME= ${PORTNAME}-c7a129e -# http://hgm.nubati.net/cgi-bin/gitweb.cgi?p=fairymax.git;a=snapshot;h=c7a129ead81286990efb8409f238c48c7109c83b;sf=tgz +DISTNAME= ${PORTNAME}-b6a7fa8 +# http://hgm.nubati.net/cgi-bin/gitweb.cgi?p=fairymax.git;a=snapshot;h=b6a7fa8ae7c54db7bb5a9415ccae3fd55e9b360e;sf=tgz MAINTAINER= kalten@gmx.at COMMENT= Chess engine for shatranj, courier chess, and others -CONFLICTS= fairymax-4.8Q.[0-9]* fairymax-4.8Q.[0-9]*_[0-9]* +CONFLICTS= fairymax-4.8Q.* OPTIONS_DEFINE= OPTIMIZED_CFLAGS OPTIONS_DEFAULT= OPTIMIZED_CFLAGS @@ -32,12 +31,12 @@ MLINKS= ${PORTNAME}.6 shamax.6 \ USE_GMAKE= yes USE_PERL5_BUILD=yes -MAKE_ARGS+= INI_FILE_fmax=${DATADIR}/fmax.ini \ - INI_FILE_qmax=${DATADIR}/qmax.ini +MAKE_ARGS+= INI_F=${DATADIR}/fmax.ini \ + INI_Q=${DATADIR}/qmax.ini .include -.if ${PORT_OPTIONS:MOPTIMIZED_CLAGS} +.if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS} CFLAGS+= -O2 .else CFLAGS+= diff --git fairymax/distinfo fairymax/distinfo index ef3c0b3..2fc97e0 100644 --- fairymax/distinfo +++ fairymax/distinfo @@ -1,2 +1,2 @@ -SHA256 (fairymax/fairymax-c7a129e.tar.gz) = ec8e75c92e345e0f0db56095ac576156f54fb9320af05e86f8e589a8300c5a9a -SIZE (fairymax/fairymax-c7a129e.tar.gz) = 34229 +SHA256 (fairymax/fairymax-b6a7fa8.tar.gz) = c61887aad9b5495c78a6bc20703d1fa8665b2a3881fb68e4ef5cad400d11d0b8 +SIZE (fairymax/fairymax-b6a7fa8.tar.gz) = 44424 diff --git fairymax/files/patch-Makefile fairymax/files/patch-Makefile deleted file mode 100644 index 0907c0f..0000000 --- fairymax/files/patch-Makefile +++ /dev/null @@ -1,31 +0,0 @@ ---- Makefile.orig 2010-12-08 10:03:32.000000000 +0100 -+++ Makefile 2011-04-23 17:09:50.000000000 +0200 -@@ -1,21 +1,22 @@ - srcdir = . - --CC=gcc --CFLAGS += -O2 -- -+CC?=gcc -+CFLAGS += -+INI_FILE_fmax?="/usr/share/games/fairymax/fmax.ini" -+INI_FILE_qmax?="/usr/share/games/fairymax/qmax.ini" - - ALL= fairymax shamax maxqi fairymax.6.gz - - all: ${ALL} - - fairymax: fairymax.c -- $(CC) $(CFLAGS) -DINI_FILE=\"/usr/share/games/fairymax/fmax.ini\" fairymax.c -o fairymax -+ $(CC) $(CFLAGS) -DINI_FILE=\"${INI_FILE_fmax}\" fairymax.c -o fairymax - - shamax: fairymax.c -- $(CC) $(CFLAGS) -DINI_FILE=\"/usr/share/games/fairymax/fmax.ini\" -DSHATRANJ fairymax.c -o shamax -+ $(CC) $(CFLAGS) -DINI_FILE=\"${INI_FILE_fmax}\" -DSHATRANJ fairymax.c -o shamax - - maxqi: maxqi.c -- $(CC) $(CFLAGS) -DINI_FILE=\"/usr/share/games/fairymax/qmax.ini\" maxqi.c -o maxqi -+ $(CC) $(CFLAGS) -DINI_FILE=\"${INI_FILE_qmax}\" maxqi.c -o maxqi - - install: ${ALL} ${srcdir}/data/* - cp -u ${srcdir}/fairymax $(DESTDIR)/usr/games diff --git fairymax/files/patch-fairymax.pod fairymax/files/patch-fairymax.pod deleted file mode 100644 index be818ed..0000000 --- fairymax/files/patch-fairymax.pod +++ /dev/null @@ -1,23 +0,0 @@ ---- fairymax.pod.orig 2010-12-08 10:03:32.000000000 +0100 -+++ fairymax.pod 2011-04-23 01:11:01.000000000 +0200 -@@ -117,11 +117,20 @@ - - =back - -+=head1 FILES -+ -+%%DATADIR%%/fmax.ini -+ -+%%DATADIR%%/qmax.ini - - =head1 SEE ALSO - - xboard(6) - -+http://hgm.nubati.net/cgi-bin/gitweb.cgi?p=fairymax.git -+ -+http://home.hccnet.nl/h.g.muller/fairy.html -+ - http://www.chessvariants.org/index/msdisplay.php?itemid=MSfairy-max - - http://home.hccnet.nl/h.g.muller/max-src2.html diff --git fairymax/pkg-descr fairymax/pkg-descr index e584826..6a65df4 100644 --- fairymax/pkg-descr +++ fairymax/pkg-descr @@ -7,4 +7,4 @@ You can use it e.g. with games/xboard/: e.g.: xboard -boardSize Middling -variant courier -fcp fairymax GIT: http://hgm.nubati.net/cgi-bin/gitweb.cgi?p=fairymax.git -WWW: http://home.hccnet.nl/h.g.muller/fairy.html +WWW: http://www.chessvariants.org/index/msdisplay.php?itemid=MSfairy-max >Release-Note: >Audit-Trail: >Unformatted: