Index: head/security/pixiewps/Makefile =================================================================== --- head/security/pixiewps/Makefile (revision 498519) +++ head/security/pixiewps/Makefile (revision 498520) @@ -1,27 +1,25 @@ # Created by: Franz Bettag # $FreeBSD$ PORTNAME= pixiewps DISTVERSIONPREFIX= v DISTVERSION= 1.4.1 CATEGORIES= security MAINTAINER= franz@bett.ag COMMENT= Offline WPS bruteforce utility LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/../LICENSE.md -BROKEN_powerpc64= fails to compile: /usr/include/sys/sysctl.h:1033:25: unknown type name 'u_int' - USES= gmake WRKSRC_SUBDIR= src USE_GITHUB= yes GH_ACCOUNT= wiire PLIST_FILES= bin/pixiewps do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include Index: head/security/pixiewps/files/patch-Makefile =================================================================== --- head/security/pixiewps/files/patch-Makefile (nonexistent) +++ head/security/pixiewps/files/patch-Makefile (revision 498520) @@ -0,0 +1,8 @@ +--- Makefile.orig 2019-04-08 08:32:00 UTC ++++ Makefile +@@ -1,4 +1,4 @@ +-CFLAGS = -std=c99 -O3 ++CFLAGS += -std=c99 -D__BSD_VISIBLE + + LIBS = -lpthread + ifeq ($(OPENSSL),1) Property changes on: head/security/pixiewps/files/patch-Makefile ___________________________________________________________________ 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: head/security/pixiewps/files/patch-pixiewps.c =================================================================== --- head/security/pixiewps/files/patch-pixiewps.c (nonexistent) +++ head/security/pixiewps/files/patch-pixiewps.c (revision 498520) @@ -0,0 +1,13 @@ +--- pixiewps.c.orig 2019-04-08 08:26:23 UTC ++++ pixiewps.c +@@ -32,6 +32,10 @@ + # include + #endif + ++#ifdef __FreeBSD__ ++# include ++#endif ++ + #ifdef __APPLE__ + # define _DARWIN_C_SOURCE + #endif Property changes on: head/security/pixiewps/files/patch-pixiewps.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