Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv9988/libs

Modified Files:
        ztex.info ztex.patch 
Log Message:
Upload swi-prolog from 10.4+ with some changes (OK'd by maintainer, Adrian 
Prantl)


Index: ztex.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/ztex.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ztex.info   27 Sep 2011 17:57:25 -0000      1.2
+++ ztex.info   24 Oct 2011 21:17:24 -0000      1.3
@@ -1,6 +1,6 @@
 Package: ztex
 Version: 110926
-Revision: 1
+Revision: 2
 Maintainer: Sjors Gielen <f...@sjorsgielen.nl>
 Depends: system-java
 BuildDepends: fink (>= 0.24.12), fpc, system-java-dev, sdcc
@@ -10,11 +10,11 @@
 SourceDirectory: ztex
 
 PatchFile: %n.patch
-PatchFile-MD5: ea442e4ec249bda1ca4b1bf72e3cc021
+PatchFile-MD5: 79c0d46e13b3af15a5b4db1c7faaab82
 
 CompileScript: <<
        make -C libusbJava-src -f Makefile.macosx install2
-       rm bmp/Makefile.conf
+       rm -f bmp/Makefile.conf
        make -C bmp install2
        make distclean all
 <<

Index: ztex.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/ztex.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ztex.patch  27 Sep 2011 17:57:25 -0000      1.2
+++ ztex.patch  24 Oct 2011 21:17:24 -0000      1.3
@@ -1,6 +1,21 @@
+diff -Nurd ztex/libusbJava-src/LibusbJava.c 
ztex-patched/libusbJava-src/LibusbJava.c
+--- ztex/libusbJava-src/LibusbJava.c   2011-01-26 01:32:54.000000000 +0100
++++ ztex-patched/libusbJava-src/LibusbJava.c   2011-10-19 14:43:18.000000000 
+0200
+@@ -375,6 +375,11 @@
+                       (*env)->SetObjectField(env, usb_devObj, 
usb_devFID_descriptor, usb_devDescObj);
+                       // configuration descriptor
+                       // Loop through all of the configurations
++                      if(dev->config == NULL) {
++                              // nevermind about the numConfigurations
++                              // TODO: fix this bug in libusb
++                              dev->descriptor.bNumConfigurations = 0;
++                      }
+                       usb_confDescObjArray = (jobjectArray) 
(*env)->NewObjectArray(env, dev->descriptor.bNumConfigurations, 
usb_confDescClazz, NULL);
+                       if (!usb_confDescObjArray) {
+                               setLibusbJavaError("shared library error: Error 
NewObject 6");
 diff -Nurd ztex/libusbJava-src/Makefile.macosx 
ztex-patched/libusbJava-src/Makefile.macosx
 --- ztex/libusbJava-src/Makefile.macosx        2011-09-26 12:15:21.000000000 
+0200
-+++ ztex-patched/libusbJava-src/Makefile.macosx        2011-09-27 
19:35:02.000000000 +0200
++++ ztex-patched/libusbJava-src/Makefile.macosx        2011-10-19 
10:30:25.000000000 +0200
 @@ -60,7 +60,7 @@
        $(CHMOD) $(LIBTARGET_SH)
  


------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to