Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv32381

Modified Files:
        classicladder.info classicladder.patch 
Log Message:
sync. w/ 10.!4/stable, validated on powerpc-darwin8


Index: classicladder.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/sci/classicladder.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- classicladder.info  29 Jan 2012 22:15:02 -0000      1.5
+++ classicladder.info  7 Jun 2012 18:07:42 -0000       1.6
@@ -1,10 +1,10 @@
 Package: classicladder
-Version: 0.9.003
+Version: 0.9.004
 Revision: 1
 Maintainer: Alexander Hansen <alexkhan...@users.sourceforge.net>
 Description: Free ladder logic simulator in C
 Source: mirror:sourceforge:%n/%n-%v.zip
-Source-MD5: 206d05767df5aee11afcd345e5e614fd
+Source-MD5: cd1e641920848f902f575541b327d5cd
 SourceDirectory:%n
 Depends: <<
 atk1-shlibs (>= 1.20.0-1), cairo-shlibs (>= 1.8.10-3), gtk+2-shlibs 
(>=2.18.9-5), 
@@ -13,14 +13,15 @@
 x11
 <<
 BuildDepends: <<
+fink (>= 0.24.12),
 glitz, cairo (>= 1.8.10-3), fontconfig2-dev (>= 2.8.0-4), freetype219 (>= 
2.3.7-7), 
 gtk+2-dev (>=2.18.9-5), x11-dev, atk1 (>= 1.20.0-1), pango1-xft2-ft219-dev (>= 
1.22.0-3), 
 pixman (>= 0.10.0-1), glib2-dev (>= 2.14.0-1), 
-pkgconfig (>= 0.21-1),  fink (>= 0.24.12),
+pkgconfig (>= 0.21-1),
 x11-dev
 <<
 PatchFile: %n.patch
-PatchFile-MD5: a015776931525d99cf6ed7e5abc6e7fd
+PatchFile-MD5: 99a71b386f42f9504c7952134b3d93e2
 CompileScript: <<
        #!/bin/sh -ev
        export 
PKG_CONFIG_PATH="%p/lib/fontconfig2/lib/pkgconfig:%p/lib/glib-2.0/pkgconfig-strict:$PKG_CONFIG_PATH"
@@ -66,5 +67,6 @@
 << 
 DescPort: <<
 I/O support disabled even on Intels, as it's apparently Linux-centric.
+Add in missing #include <time.h>
 <<
-Homepage: http://sites.google.com/site/classicladder/
\ No newline at end of file
+Homepage: http://sites.google.com/site/classicladder/

Index: classicladder.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/sci/classicladder.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- classicladder.patch 15 Nov 2011 19:30:02 -0000      1.2
+++ classicladder.patch 7 Jun 2012 18:07:42 -0000       1.3
@@ -1,16 +1,16 @@
-diff -Naur classicladder/Makefile classicladder.patched//Makefile
---- classicladder/Makefile     2011-01-02 11:29:02.000000000 -0500
-+++ classicladder.patched//Makefile    2011-02-12 15:13:53.000000000 -0500
-@@ -29,7 +29,7 @@
- ifndef WINDOWS
+diff -Nurd classicladder/Makefile classicladder.patched/Makefile
+--- classicladder/Makefile     2012-03-10 06:40:42.000000000 -0700
++++ classicladder.patched/Makefile     2012-03-21 11:49:42.000000000 -0700
+@@ -35,7 +35,7 @@
+ ###ifndef WINDOWS
  # Comment if you do not want the I/O access (not x86 platform)
  # Used in the hardware.c file.
 -MAKE_IO_ACCESS = 1
 +#MAKE_IO_ACCESS = 1
- endif
+ ###endif
  
- # Uncomment if you want to debug a 'segmentation fault' with gdb or KDbg for 
example... ;-)
-@@ -60,8 +60,8 @@
+ # Comment if you do not want to support this language
+@@ -65,8 +65,8 @@
  INCLUDEDIR=${PREFIX}/include
  
  ifdef GTK_INTERFACE
@@ -21,3 +21,12 @@
  ###ifdef GNOME_PRINT
  ###OWN_CFLAGS += `pkg-config --cflags libgnomeprintui-2.2` -DGNOME_PRINT_USE
  ###OWN_LIBS += `pkg-config --libs libgnomeprintui-2.2`
+diff -Nurd classicladder/tasks.h classicladder.patched/tasks.h
+--- classicladder/tasks.h      2012-02-20 12:46:09.000000000 -0700
++++ classicladder.patched/tasks.h      2012-03-21 11:55:43.000000000 -0700
+@@ -1,4 +1,4 @@
+-
++#include <time.h>
+ #define NBR_TASKS 10
+ 
+ #define ID_TASK_LOGIC 0


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to