svn commit: r434925 - in head/net/sdl_net: . files
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Feb 27 12:38:49 UTC 2017
Author: amdmi3
Date: Mon Feb 27 12:38:47 2017
New Revision: 434925
URL: https://svnweb.freebsd.org/changeset/ports/434925
Log:
- Add LICENSE_FILE
- Regenerate patches
Modified:
head/net/sdl_net/Makefile
head/net/sdl_net/files/patch-SDLnetsys.h
Modified: head/net/sdl_net/Makefile
==============================================================================
--- head/net/sdl_net/Makefile Mon Feb 27 12:18:35 2017 (r434924)
+++ head/net/sdl_net/Makefile Mon Feb 27 12:38:47 2017 (r434925)
@@ -12,6 +12,7 @@ MAINTAINER= ports at FreeBSD.org
COMMENT= Small sample cross-platform networking library
LICENSE= ZLIB
+LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
Modified: head/net/sdl_net/files/patch-SDLnetsys.h
==============================================================================
--- head/net/sdl_net/files/patch-SDLnetsys.h Mon Feb 27 12:18:35 2017 (r434924)
+++ head/net/sdl_net/files/patch-SDLnetsys.h Mon Feb 27 12:38:47 2017 (r434925)
@@ -1,8 +1,8 @@
---- SDLnetsys.h.orig Sun Jul 2 02:28:47 2000
-+++ SDLnetsys.h Wed Sep 20 18:42:27 2000
-@@ -41,6 +41,11 @@
- #include <unistd.h>
+--- SDLnetsys.h.orig 2012-01-15 16:20:10 UTC
++++ SDLnetsys.h
+@@ -54,6 +54,11 @@ typedef int socklen_t;
#include <fcntl.h>
+ #include <netinet/in.h>
#ifndef __BEOS__
+#ifdef __FreeBSD__
+#include <sys/types.h>
@@ -11,4 +11,4 @@
+#endif /* FreeBSD */
#include <arpa/inet.h>
#endif
- #include <netinet/in.h>
+ #ifdef linux /* FIXME: what other platforms have this? */
More information about the svn-ports-head
mailing list