Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/crypto
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv19693

Modified Files:
        xpwn.info 
Added Files:
        xpwn.patch 
Log Message:
fix -I ordering (don't accidentally pick up unexpected external stuff)


--- NEW FILE: xpwn.patch ---
diff -Nurd -x'*~' posixninja-xpwn-7609d82.orig/ipsw-patch/CMakeLists.txt 
posixninja-xpwn-7609d82/ipsw-patch/CMakeLists.txt
--- posixninja-xpwn-7609d82.orig/ipsw-patch/CMakeLists.txt      2010-05-07 
12:09:49.000000000 -0400
+++ posixninja-xpwn-7609d82/ipsw-patch/CMakeLists.txt   2013-08-05 
16:58:54.000000000 -0400
@@ -1,3 +1,8 @@
+include_directories(${PROJECT_SOURCE_DIR}/minizip)
+link_directories(${PROJECT_BINARY_DIR}/minizip)
+
+link_directories(${PROJECT_BINARY_DIR}/common ${PROJECT_BINARY_DIR}/hfs 
${PROJECT_BINARY_DIR}/dmg)
+
 INCLUDE(FindZLIB)
 INCLUDE(FindBZip2)
 INCLUDE(FindPNG)
@@ -37,11 +42,6 @@
 include_directories(${PNG_INCLUDE_DIR})
 link_directories(${PNG_LIBRARIES})
 
-include_directories(${PROJECT_SOURCE_DIR}/minizip)
-link_directories(${PROJECT_BINARY_DIR}/minizip)
-
-link_directories(${PROJECT_BINARY_DIR}/common ${PROJECT_BINARY_DIR}/hfs 
${PROJECT_BINARY_DIR}/dmg)
-
 IF(HAVE_HW_CRYPTO)
        add_definitions(-DHAVE_HW_CRYPTO)
 ENDIF(HAVE_HW_CRYPTO)

Index: xpwn.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/crypto/xpwn.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xpwn.info   10 Aug 2011 13:13:31 -0000      1.1
+++ xpwn.info   5 Aug 2013 21:05:28 -0000       1.2
@@ -1,26 +1,31 @@
 Info2: <<
 Package: xpwn
 Version: 0.1-20110507
-Revision: 1
+Revision: 2
 Source: 
https://github.com/posixninja/xpwn/tarball/7609d82c0f3dc15496bb01ec3c87275ed0ab7457
 Source-MD5: 925e07903b297b8fd52a24c662e71552
 SourceRename: xpwn-%v-%r.tar.gz
 SourceDirectory: posixninja-xpwn-7609d82
 Depends: libpng14-shlibs, libusb-shlibs, bzip2-shlibs
 BuildDepends: cmake (>= 2.6), libpng14, libusb, bzip2-dev
+#, libzip2 (>= 0.11.1-1)
+
+# dmacks: make sure local paths come before global/externals
+PatchFile: %n.patch
+PatchFile-MD5: ca6e1bc3beb658b9dfda145139e5b510
 
 CompileScript: <<
     #!/bin/sh -ev
     mkdir build
     cd build
-    cmake -DCMAKE_INSTALL_PREFIX=%i ../
+    cmake -DCMAKE_INSTALL_PREFIX=%p ../
     make
 <<
 
 InstallScript: <<
     #!/bin/sh -ev
     cd build
-    make install
+    make install DESTDIR=%d
     # sort stuff
     mkdir -p %i/bin %i/share/doc/%n %i/share/%n
     mv %i/dfu-util %i/dmg %i/fwstitcher %i/hdutil %i/hfsplus %i/ipsw %i/xpwn 
%i/xpwntool %i/bin


------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to