Summary: | games/freedoko: Fix build on -current | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | tkato432 | ||||
Component: | Individual Port(s) | Assignee: | William Grzybowski <wg> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
tkato432
2013-11-24 18:10:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->wg I'll take it. State Changed From-To: open->closed Committed, with minor changes. Thanks! Author: wg Date: Tue Nov 26 15:43:20 2013 New Revision: 334947 URL: http://svnweb.freebsd.org/changeset/ports/334947 Log: games/freedoko: fix build on current PR: ports/184220 Submitted by: KATO Tsuguru <tkato432 yahoo.com> Added: head/games/freedoko/files/ head/games/freedoko/files/patch-src__freedoko.cpp (contents, props changed) Modified: head/games/freedoko/Makefile Modified: head/games/freedoko/Makefile ============================================================================== --- head/games/freedoko/Makefile Tue Nov 26 15:40:34 2013 (r334946) +++ head/games/freedoko/Makefile Tue Nov 26 15:43:20 2013 (r334947) @@ -12,7 +12,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Play the card game Doppelkopf LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/../COPYING LIB_DEPENDS= libgnet-2.0.so:${PORTSDIR}/net/gnet2 \ libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 Added: head/games/freedoko/files/patch-src__freedoko.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/freedoko/files/patch-src__freedoko.cpp Tue Nov 26 15:43:20 2013 (r334947) @@ -0,0 +1,10 @@ +--- freedoko.cpp.orig 2011-12-18 06:05:12.000000000 -0200 ++++ freedoko.cpp 2013-11-26 13:40:09.390150518 -0200 +@@ -43,6 +43,7 @@ + #else + // for 'mkdir' + #include <sys/stat.h> ++#include <unistd.h> + #endif + + #include "class/getopt/getopt.h" _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" |