Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 May 2006 02:14:15 +0200 (CEST)
From:      Lars Engels <lars.engels@0x20.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/98114: [Maintainer Update] net-mgmt/aircrack-ng: Mark broken on 4.x
Message-ID:  <200605300014.k4U0EFsk085086@krusty.bsd-geek.de>
Resent-Message-ID: <200605300020.k4U0KKUg091020@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         98114
>Category:       ports
>Synopsis:       [Maintainer Update] net-mgmt/aircrack-ng: Mark broken on 4.x
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 30 00:20:20 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Lars Engels
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD krusty.bsd-geek.de 6.1-STABLE FreeBSD 6.1-STABLE #1: Fri May 12 09:17:16 CEST 2006
>Description:
Mark net-mgmt/aircrack-ng broken on 4.x: does not compile.
And who needs it on 4.x anyway?

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- aircrack-ng-0.5.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net-mgmt/aircrack-ng.orig/Makefile /usr/ports/net-mgmt/aircrack-ng/Makefile
--- /usr/ports/net-mgmt/aircrack-ng.orig/Makefile	Tue May 30 02:06:05 2006
+++ /usr/ports/net-mgmt/aircrack-ng/Makefile	Tue May 30 02:07:21 2006
@@ -22,6 +22,10 @@
 
 .include <bsd.port.pre.mk>
 
+.if ${OSVERSION} < 500000
+BROKEN=		does not compile
+.endif
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/Makefile
 	@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/Makefile
--- aircrack-ng-0.5.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605300014.k4U0EFsk085086>