Index: Makefile =================================================================== --- Makefile (revision 395448) +++ Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= namecoin PORTVERSION= 0.3.80 +PORTREVISION= 1 DISTVERSIONPREFIX= nc PORTEPOCH= 1 CATEGORIES= net-p2p dns Index: files/patch-src__strlcpy.h =================================================================== --- files/patch-src__strlcpy.h (revision 0) +++ files/patch-src__strlcpy.h (working copy) @@ -0,0 +1,23 @@ +--- net-p2p/namecoin/files/patch-src__strlcpy.h (revision 0) ++++ net-p2p/namecoin/files/patch-src__strlcpy.h (working copy) +@@ -0,0 +1,20 @@ ++--- src/strlcpy.h.orig 2015-08-24 00:28:33 UTC +++++ src/strlcpy.h ++@@ -15,6 +15,10 @@ ++ */ ++ #ifndef BITCOIN_STRLCPY_H ++ #define BITCOIN_STRLCPY_H +++ +++#if defined(__FreeBSD__) && (__FreeBSD_version >= 330000) +++#include +++#else ++ /* ++ * Copy src to string dst of size siz. At most siz-1 characters ++ * will be copied. Always NUL terminates (unless siz == 0). ++@@ -83,4 +87,6 @@ inline size_t strlcat(char *dst, const c ++ ++ return(dlen + (s - src)); /* count does not include NUL */ ++ } +++#endif /* FreeBSD */ +++ ++ #endif Property changes on: files/patch-src__strlcpy.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property