From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 17 17:10:20 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3492516A4CE for ; Mon, 17 Jan 2005 17:10:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09A4343D49 for ; Mon, 17 Jan 2005 17:10:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0HHAJYB025430 for ; Mon, 17 Jan 2005 17:10:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0HHAJef025429; Mon, 17 Jan 2005 17:10:19 GMT (envelope-from gnats) Resent-Date: Mon, 17 Jan 2005 17:10:19 GMT Resent-Message-Id: <200501171710.j0HHAJef025429@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, "Conrad J. Sabatier" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F4DB16A4CE for ; Mon, 17 Jan 2005 17:02:16 +0000 (GMT) Received: from lakermmtao06.cox.net (lakermmtao06.cox.net [68.230.240.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id E600643D49 for ; Mon, 17 Jan 2005 17:02:15 +0000 (GMT) (envelope-from conrads@cox.net) Received: from dolphin.local.net ([68.14.122.164]) by lakermmtao06.cox.net (InterMail vM.6.01.04.00 201-2131-117-20041022) with ESMTP id <20050117170215.BZYS7687.lakermmtao06.cox.net@dolphin.local.net>; Mon, 17 Jan 2005 12:02:15 -0500 Received: from dolphin.local.net (localhost.local.net [127.0.0.1]) by dolphin.local.net (8.13.1/8.13.1) with ESMTP id j0HH2Cca023207; Mon, 17 Jan 2005 11:02:12 -0600 (CST) (envelope-from conrads@dolphin.local.net) Received: (from root@localhost) by dolphin.local.net (8.13.1/8.13.1/Submit) id j0HH25Y4023206; Mon, 17 Jan 2005 11:02:05 -0600 (CST) (envelope-from conrads) Message-Id: <200501171702.j0HH25Y4023206@dolphin.local.net> Date: Mon, 17 Jan 2005 11:02:05 -0600 (CST) From: "Conrad J. Sabatier" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76359: Maintainer update: games/gnuchess X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Conrad J. Sabatier" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jan 2005 17:10:20 -0000 >Number: 76359 >Category: ports >Synopsis: Maintainer update: games/gnuchess >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Jan 17 17:10:19 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Conrad J. Sabatier >Release: FreeBSD 6.0-CURRENT amd64 >Organization: none >Environment: System: FreeBSD dolphin.local.net 6.0-CURRENT FreeBSD 6.0-CURRENT #1: Tue Jan 11 01:03:24 CST 2005 root@dolphin.local.net:/usr/obj/usr/src/sys/CUSTOM amd64 >Description: Correct a problem with the fetching of the port's distfiles. See the comment in the attached diff for description of a possible bug in the ports' make system. >How-To-Repeat: Attempting to build with the existing Makefile fails to fetch the source distfile, regardless of whether WITH_OPENING_BOOK is on or off. >Fix: Apply the following patch: --- gnuchess.diff begins here --- diff -u -r --exclude=CVS --exclude=README.html /usr/ports/games/gnuchess/Makefile /root/gnuchess/Makefile --- /usr/ports/games/gnuchess/Makefile Mon Jan 17 10:53:38 2005 +++ /root/gnuchess/Makefile Mon Jan 17 10:52:20 2005 @@ -11,6 +11,13 @@ MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= chess +# Note: there seems to be a bug in the ports' make system's handling of +# the DISTFILES+= line later in the Makefile. Unless we explicitly +# declare the base DISTFILES list first (i.e., the source package), +# it won't be fetched + +DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} + MAINTAINER= conrads@cox.net COMMENT= "Classic" Gnu Chess @@ -23,7 +30,7 @@ README .endif -OPTIONS= OPENING_BOOK "Install opening book (24 MB download)" on +OPTIONS= OPENING_BOOK "Install opening book (24 MB download)" on .include --- gnuchess.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: