Bug 76359 - Maintainer update: games/gnuchess
Summary: Maintainer update: games/gnuchess
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-17 17:10 UTC by Conrad J. Sabatier
Modified: 2005-01-17 23:24 UTC (History)
1 user (show)

See Also:


Attachments
gnuchess.diff (860 bytes, patch)
2005-01-17 17:10 UTC, Conrad J. Sabatier
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Conrad J. Sabatier 2005-01-17 17:10:19 UTC
	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.

Fix: Apply the following patch:
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2005-01-17 23:18:27 UTC
State Changed
From-To: open->closed

Comitted, thanks! 

It isn't a bug in the ports system: If DISTFILES or DISTNAME is not 
specified, it will build the name from the name, version and extract 
suffix. But this is done in the bsd.port.post.mk part, not in the 
pre.mk-part. So your DISTFILES+= actually fills it in, instead of 
adding it (since there wasn't anything yet)