Date: Mon, 27 Feb 2017 12:38:47 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434925 - in head/net/sdl_net: . files Message-ID: <201702271238.v1RCclAg064749@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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? */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702271238.v1RCclAg064749>