svn commit: r474396 - head/net/stund/files

Kurt Jaeger pi at FreeBSD.org
Tue Jul 10 18:06:17 UTC 2018


Author: pi
Date: Tue Jul 10 18:06:16 2018
New Revision: 474396
URL: https://svnweb.freebsd.org/changeset/ports/474396

Log:
  net/stund: fix build on current
  
  PR:		225455
  Submitted by:	Walter Schwarzenfeld <w.schwarzenfeld at utanet.at>
  Approved by:	sobomax (maintainer timeout)

Added:
  head/net/stund/files/patch-udp.cxx   (contents, props changed)

Added: head/net/stund/files/patch-udp.cxx
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/stund/files/patch-udp.cxx	Tue Jul 10 18:06:16 2018	(r474396)
@@ -0,0 +1,11 @@
+--- udp.cxx.orig	2018-07-10 16:05:16 UTC
++++ udp.cxx
+@@ -64,7 +64,7 @@ openPort( unsigned short port, unsigned 
+       }
+    }
+ 	
+-   if ( bind( fd,(struct sockaddr*)&addr, sizeof(addr)) != 0 )
++   if ( ::bind( fd,(struct sockaddr*)&addr, sizeof(addr)) != 0 )
+    {
+       int e = getErrno();
+         


More information about the svn-ports-all mailing list