svn commit: r329001 - head/databases/libhsclient/files
John Marino
marino at FreeBSD.org
Tue Oct 1 21:44:54 UTC 2013
Author: marino
Date: Tue Oct 1 21:44:53 2013
New Revision: 329001
URL: http://svnweb.freebsd.org/changeset/ports/329001
Log:
databases/libhsclient: add <unistd.h> for modern compilers
Approved by: portmgr (bapt, implicit)
Added:
head/databases/libhsclient/files/
head/databases/libhsclient/files/patch-libhsclient_fatal.cpp (contents, props changed)
Added: head/databases/libhsclient/files/patch-libhsclient_fatal.cpp
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/libhsclient/files/patch-libhsclient_fatal.cpp Tue Oct 1 21:44:53 2013 (r329001)
@@ -0,0 +1,10 @@
+--- libhsclient/fatal.cpp.orig 2011-06-14 03:03:49.000000000 +0000
++++ libhsclient/fatal.cpp
+@@ -7,6 +7,7 @@
+ */
+
+ #include <stdlib.h>
++#include <unistd.h>
+ #include <stdio.h>
+ #include <syslog.h>
+
More information about the svn-ports-all
mailing list