Index: openjade.info =================================================================== RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/openjade.info,v retrieving revision 1.11 diff -u -r1.11 openjade.info --- openjade.info 23 Jun 2008 03:52:33 -0000 1.11 +++ openjade.info 10 Dec 2008 07:03:57 -0000 @@ -4,25 +4,26 @@ Maintainer: None Source: mirror:sourceforge:%n/%n-%v.tar.gz PatchFile: %n.patch -PatchFile-MD5: f0ea674e201283f1820c4e58755e09aa +PatchFile-MD5: 553f20ac988fa0bb43eb56f6e20d13f3 PatchScript: << %{default_script} -for i in `grep -rl '^#pragma implementation' .` ; do perl -pi -e 's/^#pragma implementation//' $i; done -for i in `grep -rl '^#pragma interface' .` ; do perl -pi -e 's/^#pragma interface//' $i ; done -perl -pi -e 's/hardcode_direct=yes/hardcode_direct=no/' configure + find . \( -name '*.h' -o -name '*.cxx' -o -name '*.pl' \) -exec perl -pi -e 's/^#pragma implementation//;s/^#pragma interface//;' '{}' \; + perl -pi -e 's/^smr_SWITCH.*//' config/configure.in << Source-MD5: 7df692e3186109cc00db6825b777201e Depends: opensp4-shlibs (>= 1.5.1-1002), libgettext3-shlibs, libiconv BuildConflicts: openmcl-64bit (<= 1.0-1), gmp-64bit (<= 4.2.1-1005), gmp-64bit-shlibs (<= 4.2.1-1005), libgmpxx4-64bit-shlibs (<= 4.2.1-1005) -BuildDepends: opensp4-dev (>= 1.5.1-1002), opensp4 (>= 1.5.1-1002), libgettext3-dev, gettext-bin, gettext-tools, libiconv-dev, fink (>= 0.24.12-1) +BuildDepends: opensp4-dev (>= 1.5.1-1002), opensp4 (>= 1.5.1-1002), libgettext3-dev, gettext-bin, gettext-tools, libiconv-dev, fink (>= 0.24.12-1), autoconf, libtool14 ConfigureParams: --enable-http --enable-html --enable-mif --enable-default-catalog=%p/share/sgml/catalog --disable-dependency-tracking --disable-shared GCC: 4.0 CompileScript: << #!/bin/sh -ev - : ${CXX='g++-4.0'} - : ${CC='gcc'} + (cd config + aclocal + cp %p/share/libtool/ltmain.sh . + autoconf + mv configure ..) ./configure %c - perl -pi -e "s/^CXX=.*/CXX=\"$CXX\"/g" libtool make << InstallScript: << Index: openjade.patch =================================================================== RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/openjade.patch,v retrieving revision 1.2 diff -u -r1.2 openjade.patch --- openjade.patch 23 Apr 2007 08:43:07 -0000 1.2 +++ openjade.patch 10 Dec 2008 07:03:57 -0000 @@ -137,3 +137,14 @@ OBJS=LangObj.o \ Collector.o \ DssslApp.o \ +--- openjade-1.3.2/spgrove/GroveApp.h~ 2008-12-09 23:47:31.000000000 -0600 ++++ openjade-1.3.2/spgrove/GroveApp.h 2008-12-09 23:50:34.000000000 -0600 +@@ -49,7 +49,7 @@ + #endif + GroveString &str) + { +- return os.write(str.data(), str.size()); ++ return os.write((const Char *)str.data(), str.size()); + } + + #ifdef SP_NAMESPACE