svn commit: r328982 - head/misc/pantry/files
John Marino
marino at FreeBSD.org
Tue Oct 1 18:45:52 UTC 2013
Author: marino
Date: Tue Oct 1 18:45:51 2013
New Revision: 328982
URL: http://svnweb.freebsd.org/changeset/ports/328982
Log:
misc/pantry: add <unistd.h> for modern compilers
Approved by: portmgr (bapt, implicit)
Added:
head/misc/pantry/files/
head/misc/pantry/files/patch-src_client.cc (contents, props changed)
Added: head/misc/pantry/files/patch-src_client.cc
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/misc/pantry/files/patch-src_client.cc Tue Oct 1 18:45:51 2013 (r328982)
@@ -0,0 +1,10 @@
+--- src/client.cc.orig 2009-03-15 04:13:28.000000000 +0000
++++ src/client.cc
+@@ -8,6 +8,7 @@
+ #include <errno.h>
+ #include <stdlib.h>
+ #include <string.h>
++#include <unistd.h>
+
+ namespace
+ {
More information about the svn-ports-head
mailing list