# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= sdl1_net VERSION= 1.2.8 REVISION= 1 KEYWORDS= net VARIANTS= standard SDESC[standard]= SDL cross-platform networking library HOMEPAGE= https://github.com/libsdl-org/SDL_net CONTACT= Michael_Reim[kraileth@elderlinux.org] DOWNLOAD_GROUPS= main SITES[main]= https://leaf.dragonflybsd.org/~marino/orphaned-distfiles/ DISTFILE[1]= SDL_net-1.2.8.tar.gz:main DF_INDEX= 1 SPKGS[standard]= complete primary dev OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none USES= gmake libtool pkgconfig fbsd10fix mbsdfix SDL_COMPONENTS= sdl1 DISTNAME= SDL_net-1.2.8 LICENSE= ZLIB:primary LICENSE_FILE= ZLIB:{{WRKSRC}}/COPYING LICENSE_SCHEME= solo FPC_EQUIVALENT= net/sdl_net MUST_CONFIGURE= gnu CONFIGURE_ARGS= --disable-gui INSTALL_TARGET= install-strip SOVERSION= 0.8.0 PLIST_SUB= LIBVERSION=1.2 [FILE:168:descriptions/desc.primary] SDL_net is a small sample cross-platform networking library, with a sample chat client and server application. The chat client uses the GUIlib GUI framework library. [FILE:99:distinfo] 5f4a7a8bb884f793c278ac3f3713be41980c5eedccecff0260411347714facb4 360958 SDL_net-1.2.8.tar.gz [FILE:69:manifests/plist.primary] lib/ libSDL_net-1.2.so.%%SOMAJOR%% libSDL_net-1.2.so.%%SOVERSION%% [FILE:81:manifests/plist.dev] include/SDL/SDL_net.h lib/ libSDL_net.a libSDL_net.so lib/pkgconfig/SDL_net.pc [FILE:373:patches/patch-SDLnetsys.h] --- SDLnetsys.h.orig 2012-01-15 16:20:10 UTC +++ SDLnetsys.h @@ -54,6 +54,11 @@ typedef int socklen_t; #include #include #ifndef __BEOS__ +#ifdef __FreeBSD__ +#include +#include +#include +#endif /* FreeBSD */ #include #endif #ifdef linux /* FIXME: what other platforms have this? */