aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/aircrack-ng
diff options
context:
space:
mode:
authorLars Engels <lme@FreeBSD.org>2018-01-12 08:53:01 +0000
committerLars Engels <lme@FreeBSD.org>2018-01-12 08:53:01 +0000
commitc2532374f1b1de5706fe892e56afa4995ea7f995 (patch)
tree141bd201919641031851d4825b6f2d1ff2e47d67 /net-mgmt/aircrack-ng
parent6e7aeedc03045e5a49a2deffb636a92baa29f743 (diff)
downloadports-c2532374f1b1de5706fe892e56afa4995ea7f995.tar.gz
ports-c2532374f1b1de5706fe892e56afa4995ea7f995.zip
net-mgmt/aircrack-ng:
- Include pcap.h using a relative path. Some environments failed to find it. - Bump PORTREVISION This most probably also fixes 190725 PR: 225050 Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> MFH: 2018Q1
Notes
Notes: svn path=/head/; revision=458808
Diffstat (limited to 'net-mgmt/aircrack-ng')
-rw-r--r--net-mgmt/aircrack-ng/Makefile1
-rw-r--r--net-mgmt/aircrack-ng/files/patch-src_osdep_file.c11
2 files changed, 12 insertions, 0 deletions
diff --git a/net-mgmt/aircrack-ng/Makefile b/net-mgmt/aircrack-ng/Makefile
index 0f2a8ffcdad4..2fedfd48a58a 100644
--- a/net-mgmt/aircrack-ng/Makefile
+++ b/net-mgmt/aircrack-ng/Makefile
@@ -3,6 +3,7 @@
PORTNAME= aircrack-ng
DISTVERSION= 1.2-rc4
+PORTREVISION= 1
CATEGORIES= net-mgmt security
MASTER_SITES= http://download.aircrack-ng.org/
diff --git a/net-mgmt/aircrack-ng/files/patch-src_osdep_file.c b/net-mgmt/aircrack-ng/files/patch-src_osdep_file.c
new file mode 100644
index 000000000000..b29242d35265
--- /dev/null
+++ b/net-mgmt/aircrack-ng/files/patch-src_osdep_file.c
@@ -0,0 +1,11 @@
+--- src/osdep/file.c.orig 2018-01-11 15:45:35 UTC
++++ src/osdep/file.c
+@@ -33,7 +33,7 @@
+ #include <err.h>
+
+ #include "osdep.h"
+-#include "pcap.h"
++#include "../pcap.h"
+ #include "radiotap/radiotap_iter.h"
+
+ struct priv_file {