Index: Makefile =================================================================== --- Makefile (revision 477847) +++ Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= gtk-gnutella PORTVERSION= 1.1.13 +PORTREVISION= 1 CATEGORIES= net-p2p ipv6 MASTER_SITES= SF Index: files/patch-src_lib_arc4random.c =================================================================== --- files/patch-src_lib_arc4random.c (nonexistent) +++ files/patch-src_lib_arc4random.c (working copy) @@ -0,0 +1,14 @@ +--- src/lib/arc4random.c.orig 2017-10-22 16:12:09 UTC ++++ src/lib/arc4random.c +@@ -298,9 +298,11 @@ arc4random64(void) + void G_COLD + arc4random_stir_once(void) + { ++#ifdef arc4random_stir + static once_flag_t done; + + once_flag_run(&done, arc4random_stir); ++#endif + } + + /*** Property changes on: files/patch-src_lib_arc4random.c ___________________________________________________________________ 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 Index: files/patch-src_lib_random.c =================================================================== --- files/patch-src_lib_random.c (nonexistent) +++ files/patch-src_lib_random.c (working copy) @@ -0,0 +1,12 @@ +--- src/lib/random.c.orig 2017-10-22 16:12:12 UTC ++++ src/lib/random.c +@@ -1058,7 +1058,9 @@ random_entropy(void *unused) + break; + case RANDOM_ARC4: + RANDOM_STATS_INC(arc4_distributed); ++#ifdef arc4random_addrandom + arc4random_addrandom(entropy, (int) ELEN); ++#endif + break; + case RANDOM_CMWC: + RANDOM_STATS_INC(cmwc_distributed); Property changes on: files/patch-src_lib_random.c ___________________________________________________________________ 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