Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Oct 2013 21:37:47 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329000 - head/devel/gwenhywfar/files
Message-ID:  <201310012137.r91LblPC074424@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Tue Oct  1 21:37:46 2013
New Revision: 329000
URL: http://svnweb.freebsd.org/changeset/ports/329000

Log:
  devel/gwenhywfar-fox16: add <unistd.h> for modern compilers
  
  Since this is a slave port, patch had to be added to devel/gwenhywfar.
  
  Approved by:	portmgr (bapt, implicit)

Added:
  head/devel/gwenhywfar/files/patch-gui_fox16_libtest.cpp   (contents, props changed)

Added: head/devel/gwenhywfar/files/patch-gui_fox16_libtest.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/gwenhywfar/files/patch-gui_fox16_libtest.cpp	Tue Oct  1 21:37:46 2013	(r329000)
@@ -0,0 +1,8 @@
+--- gui/fox16/libtest.cpp.orig	2010-08-28 13:40:12.000000000 +0000
++++ gui/fox16/libtest.cpp
+@@ -1,4 +1,5 @@
+ 
++#include <unistd.h>
+ #ifdef HAVE_CONFIG_H
+ # include <config.h>
+ #endif



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