[122687] trunk/dports/security/reaver

ryandesign at macports.org ryandesign at macports.org
Sat Jul 26 12:45:04 PDT 2014


Revision: 122687
          https://trac.macports.org/changeset/122687
Author:   ryandesign at macports.org
Date:     2014-07-26 12:45:03 -0700 (Sat, 26 Jul 2014)
Log Message:
-----------
reaver: fix upgrading

Modified Paths:
--------------
    trunk/dports/security/reaver/Portfile
    trunk/dports/security/reaver/files/patch-Makefile.in.diff

Modified: trunk/dports/security/reaver/Portfile
===================================================================
--- trunk/dports/security/reaver/Portfile	2014-07-26 18:45:36 UTC (rev 122686)
+++ trunk/dports/security/reaver/Portfile	2014-07-26 19:45:03 UTC (rev 122687)
@@ -38,7 +38,7 @@
 # Disable silent rules.
 build.args          V=1
 
-build.args-append   CC="${configure.cc} [get_canonical_archflags]"
+build.args-append   CC="${configure.cc} [get_canonical_archflags cc]"
 
 post-destroot {
     xinstall -d ${destroot}${prefix}/share/doc
@@ -57,7 +57,7 @@
 universal_variant   no
 
 notes "
-Reaver is only supported on Linux. This expiremental OS X port uses patches\
+Reaver is only supported on Linux. This experimental OS X port uses patches\
 submitted to the developers of Reaver but not yet incorporated into their\
 code. On OS X, the reaver and wash tools must be run as root, and you will be\
 disassociated from your normal wireless network while using them.

Modified: trunk/dports/security/reaver/files/patch-Makefile.in.diff
===================================================================
--- trunk/dports/security/reaver/files/patch-Makefile.in.diff	2014-07-26 18:45:36 UTC (rev 122686)
+++ trunk/dports/security/reaver/files/patch-Makefile.in.diff	2014-07-26 19:45:03 UTC (rev 122687)
@@ -1,7 +1,7 @@
 Add DESTDIR support
 http://code.google.com/p/reaver-wps/issues/detail?id=509
 --- Makefile.in.orig	2012-01-18 03:02:40.000000000 -0600
-+++ Makefile.in	2013-05-17 17:13:24.000000000 -0500
++++ Makefile.in	2014-07-26 14:34:22.000000000 -0500
 @@ -1,4 +1,5 @@
  CC=@CC@
 +DESTDIR=
@@ -23,3 +23,12 @@
  
  clean:
  	rm -f *~ *.o reaver wash
+@@ -102,7 +103,7 @@
+ 	rm -f Makefile config.h
+ 
+ cleanbin: 
+-	rm -f @bindir@/reaver @bindir@/wash @bindir@/walsh
++	rm -f $(DESTDIR)@bindir@/reaver $(DESTDIR)@bindir@/wash $(DESTDIR)@bindir@/walsh
+ 
+ distclean: cleanbin clean
+ 	rm -rf $(CONFDIR)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140726/38a3d453/attachment.html>


More information about the macports-changes mailing list