Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Nov 2013 02:51:28 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/184220: games/freedoko: Fix build on -current
Message-ID:  <20131125025128.842d1347d76b9e09f3f1686d@yahoo.com>
Resent-Message-ID: <201311241810.rAOIA0j1046736@freefall.freebsd.org>

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

>Number:         184220
>Category:       ports
>Synopsis:       games/freedoko: Fix build on -current
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 24 18:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 8.4-RELEASE-p4 i386
>Organization:
>Environment:
>Description:
- Fix build on -current

New file:
files/patch-src__freedoko.cpp

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/games/freedoko/files/patch-src__freedoko.cpp games/freedoko/files/patch-src__freedoko.cpp
--- /usr/ports/games/freedoko/files/patch-src__freedoko.cpp	1970-01-01 09:00:00.000000000 +0900
+++ games/freedoko/files/patch-src__freedoko.cpp	2013-11-25 00:00:00.000000000 +0900
@@ -0,0 +1,10 @@
+--- src/freedoko.cpp.orig
++++ src/freedoko.cpp
+@@ -43,6 +43,7 @@
+ #else
+ // for 'mkdir'
+ #include <sys/stat.h>
++#include <unistd.h>
+ #endif
+ 
+ #include "class/getopt/getopt.h"
>Release-Note:
>Audit-Trail:
>Unformatted:



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