svn commit: r329000 - head/devel/gwenhywfar/files

John Marino marino at FreeBSD.org
Tue Oct 1 21:37:47 UTC 2013


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


More information about the svn-ports-all mailing list