View | Details | Raw Unified | Return to bug 104095 | Differences between
and this patch

Collapse All | Expand All

(-)aircrack-ng/Makefile (-1 / +3 lines)
Lines 20-25 Link Here
20
		bin/kstats
20
		bin/kstats
21
MAN1=		aircrack-ng.1 airdecap-ng.1 packetforge-ng.1 ivstools.1
21
MAN1=		aircrack-ng.1 airdecap-ng.1 packetforge-ng.1 ivstools.1
22
22
23
SUB_FILES+=     pkg-message
24
23
.include <bsd.port.pre.mk>
25
.include <bsd.port.pre.mk>
24
26
25
.if ${OSVERSION} < 500000
27
.if ${OSVERSION} < 500000
Lines 41-46 Link Here
41
.endfor
43
.endfor
42
44
43
post-install:
45
post-install:
44
	@${CAT} ${PKGMESSAGE}
46
	${CAT} ${PKGMESSAGE}
45
47
46
.include <bsd.port.post.mk>
48
.include <bsd.port.post.mk>
(-)aircrack-ng/aicrack-ng-Makefile.diff (+20 lines)
Line 0 Link Here
1
diff -Nur aircrack-ng.orig/Makefile aircrack-ng/Makefile
2
--- aircrack-ng.orig/Makefile	Sat Oct  7 13:12:51 2006
3
+++ aircrack-ng/Makefile	Sat Oct  7 13:28:18 2006
4
@@ -20,6 +20,8 @@
5
 		bin/kstats
6
 MAN1=		aircrack-ng.1 airdecap-ng.1 packetforge-ng.1 ivstools.1
7
 
8
+SUB_FILES+=     pkg-message
9
+
10
 .include <bsd.port.pre.mk>
11
 
12
 .if ${OSVERSION} < 500000
13
@@ -41,6 +43,6 @@
14
 .endfor
15
 
16
 post-install:
17
-	@${CAT} ${PKGMESSAGE}
18
+	${CAT} ${PKGMESSAGE}
19
 
20
 .include <bsd.port.post.mk>
(-)aircrack-ng/files/pkg-message.in (+9 lines)
Line 0 Link Here
1
======================================================================
2
Currently only airdecap-ng, packetforge-ng, aircrack-ng, ivstools and 
3
kstats can be compiled as aireplay-ng, airomon-ng and airodump-ng
4
are too Linux-specific to be built on FreeBSD.
5
However aircrack-ng can read  Kismet's dumpfile.
6
7
If you manage to patch the port so that the missing tools can be built
8
on FreeBSD, please contact the port's maintainer.
9
======================================================================
(-)aircrack-ng/pkg-descr (-1 / +1 lines)
Lines 6-9 Link Here
6
auditing wireless networks.
6
auditing wireless networks.
7
7
8
Author:	Thomas d'Otreppe
8
Author:	Thomas d'Otreppe
9
WWW:	http://www.aircrack-ng.org/
9
WWW:	http://www.aircrack-ng.org/doku.php
(-)aircrack-ng/pkg-message (-9 lines)
Lines 1-9 Link Here
1
======================================================================
2
Currently only airdecap-ng, packetforge-ng, aircrack-ng, ivstools and 
3
kstats can be compiled as aireplay-ng, airomon-ng and airodump-ng
4
are too Linux-specific to be built on FreeBSD.
5
However aircrack-ng can read  Kismet's dumpfile.
6
7
If you manage to patch the port so that the missing tools can be built
8
on FreeBSD, please contact the port maintainer.
9
======================================================================

Return to bug 104095