Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv12481

Modified Files:
        gnuplot-pdfdocs.info xcircuit-testing.info 
Log Message:
Fix for build.  Thanks to Remko S.


Index: xcircuit-testing.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/xcircuit-testing.info,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- xcircuit-testing.info       17 Mar 2008 03:07:16 -0000      1.31
+++ xcircuit-testing.info       18 Apr 2008 14:48:41 -0000      1.32
@@ -1,15 +1,19 @@
 Package: xcircuit-testing
 Version: 3.6.130
-Revision: 1
+Revision: 2
 Depends: x11, x11-shlibs, ghostscript, tcltk, tcltk-shlibs, app-defaults
-BuildDepends: m4, tcltk-dev, x11-dev, automake1.9
+BuildDepends: m4, tcltk-dev, x11-dev, automake1.9, fink (>=0.28.0-1)
 Conflicts: xcircuit
 Replaces: xcircuit
 Source: http://opencircuitdesign.com/xcircuit/archive/xcircuit-%v.tgz
 Source-MD5: 375df7581cff577d11bc027711d644ad
-Patch: %n.patch
+PatchFile: %n.patch
 ConfigureParams: --with-gnu-ld --mandir=%p/share/man
 SetCFLAGS: -I/usr/X11R6/include -fno-common
+PatchScript: <<
+/usr/bin/autoreconf -f -i
+patch -p1 <%PatchFile
+<<
 #CompileScript: <<
 InstallScript: <<
 #!/bin/sh -ev
@@ -25,6 +29,7 @@
 do install -c -m 644 lib/python/$i.py %i/lib/xcircuit-3.6/python ; 
 done
 <<
+Shlibs: !%p/lib/xcircuit-3.6/xcircuit.dylib
 DocFiles: COPYRIGHT README* TODO CHANGES examples
 Description: Circuit drawing app with schematic capture
 DescDetail: <<
@@ -56,8 +61,6 @@
 CPPFLAGS.  This is needed because the linker apparently can't find
 the X11 headers by default on XFree86 or Xorg.
 Patch Makefile.in to make sure that xcircuit.dylib has a proper install_name.
-%p/lib/xcircuit-3.6/xcircuit.dylib is a private library, not to be linked
-by any other package.
 
 Prior versions of this package patched Makefile.in to make the manpage work 
 under Fink, but that doesn't seem to work anymore.  They seem to want to 

Index: gnuplot-pdfdocs.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/gnuplot-pdfdocs.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- gnuplot-pdfdocs.info        18 Apr 2008 03:01:34 -0000      1.2
+++ gnuplot-pdfdocs.info        18 Apr 2008 14:48:41 -0000      1.3
@@ -13,15 +13,9 @@
 CompileScript: <<
  ./configure %c
 make pdf
-<<
 InstallScript: <<
-cd tutorial
-make pdf
-cd ../docs
-make pdf
-cd ..
-mkdir -p %i/share/doc/%n
-cp -R tutorial %i/share/doc/%n
+mkdir -p %i/share/doc/%n/tutorial
+cp tutorial/*.pdf tutorial/*.plt %i/share/doc/%n/tutorial
 cp docs/gnuplot.pdf %i/share/doc/%n
 <<
 DocFiles: BUGS INSTALL FAQ README NEWS ChangeLog Copyright


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to