Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17576

Modified Files:
        plotutils.info 
Log Message:
Fixes x86_64 build not linking libpng:
http://article.gmane.org/gmane.os.apple.fink.devel/18364
New maintainer.


Index: plotutils.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/plotutils.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- plotutils.info      2 Jun 2008 04:40:58 -0000       1.8
+++ plotutils.info      23 Sep 2009 14:02:45 -0000      1.9
@@ -1,23 +1,39 @@
 Package: plotutils
 Version: 2.4.1
-Revision: 1008
+Revision: 1009
+Description: Functions for exporting 2-D vector graphics  
+License: GPL
+Homepage: http://www.gnu.org/software/plotutils
+Maintainer: Monic Polynomial <moni...@users.sourceforge.net>
+
+Source: mirror:gnu:%n/%n-%v.tar.gz
+Source-MD5: 8da2cc2ed5a837cad0753c7843ef18ee 
+
+PatchFile: %n.patch
+PatchFile-MD5: 1a85bf53e4c1708437a92e929a4b9d65
+
 GCC: 4.0
 BuildDepends: x11-dev, libpng3, fink (>= 0.24.12-1)
 Depends: x11, libpng3-shlibs, %N-shlibs (= %v-%r)
-Description: Functions for exporting 2-D vector graphics  
-DescDetail: also contains command-line programs for plotting scientific data.
-Source: mirror:gnu:%n/%n-%v.tar.gz
+
 UpdateConfigGuess: true
 UpdateLibtool: true
-PatchFile: %n.patch
-PatchFile-MD5: 1a85bf53e4c1708437a92e929a4b9d65
 ConfigureParams: --enable-libplotter --mandir='${prefix}/share/man' 
--infodir='${prefix}/share/info'
+
 CompileScript: <<
+  #!/bin/bash -ev
+  if [ "%m" = "x86_64" ]
+  then
+    perl -pi -e 's/file_magic Mach-O dynamically linked shared 
library/file_magic Mach-O 64-bit dynamically linked shared library x86_64/' 
ltconfig
+  fi
   ac_cv_exeext='' ./configure %c
   perl -pi -e 's/hardcode_direct=yes/hardcode_direct=no/g' libtool
   make
 <<
-License: GPL
+
+DocFiles: README INSTALL.pkg COPYING KNOWN_BUGS PROBLEMS NEWS
+InfoDocs: plotutils.info
+
 SplitOff: <<
   Package: %N-shlibs
   Replaces: %N (<= 2.4.1-1)
@@ -29,6 +45,7 @@
   <<
   DocFiles: README INSTALL.pkg COPYING KNOWN_BUGS PROBLEMS NEWS
 <<
+
 SplitOff2: <<
   Package: %N-dev
   BuildDependsOnly: True
@@ -37,11 +54,9 @@
   Files: include lib
   DocFiles: README INSTALL.pkg COPYING KNOWN_BUGS PROBLEMS NEWS
 <<
-DocFiles: README INSTALL.pkg COPYING KNOWN_BUGS PROBLEMS NEWS
-InfoDocs: plotutils.info
-Homepage: http://www.gnu.org/software/plotutils
-Maintainer: None <fink-de...@lists.sourceforge.net>
-Source-MD5: 8da2cc2ed5a837cad0753c7843ef18ee 
+
+DescDetail: Also contains command-line programs for plotting scientific data.
+
 DescPort: <<
   Explicit cast of (unsigned char *) and (unsigned const char *) to
   (const char *) for ostream::write. Should really not be using


------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to