Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv29783

Modified Files:
        texmacs.info texmacs-qt.info 
Log Message:
Update X11 and qt variants to 1.0.7.3. Aqua variant doesn't build yet.

Index: texmacs-qt.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/texmacs-qt.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- texmacs-qt.info     28 Apr 2009 10:23:25 -0000      1.3
+++ texmacs-qt.info     1 Dec 2009 00:32:07 -0000       1.4
@@ -1,5 +1,5 @@
 Package: texmacs-qt
-Version: 1.0.7.2 
+Version: 1.0.7.3 
 Revision: 1
 GCC: 4.0
 Source: mirror:custom:TeXmacs-%v-src.tar.gz
@@ -7,7 +7,7 @@
  Primary: http://www.texmacs.org/Download/ftp/targz/
  Secondary: ftp://ftp.texmacs.org/pub/TeXmacs/targz/
 <<
-Source-MD5: 4f40bededefc44e8927455efe0358780
+Source-MD5: dd7886153661c39e9dc350afec5050a8
 License: GPL
 Depends: x11-shlibs, tetex-base, guile18, ispell | aspell, wget, 
imlib2-shlibs, libiconv, freetype219-shlibs, gmp-shlibs, libtool14-shlibs, 
libgettext3-shlibs, qt4-mac-core-shlibs, qt4-mac-gui-shlibs
 BuildDepends: x11, guile18-dev, x11-dev, imlib2, libiconv-dev, freetype219, 
gmp, libtool14, gettext, qt4-mac
@@ -20,22 +20,20 @@
 PatchScript: <<
 #!/bin/sh -ev
 # change hardwired paths for ispell and aspell 
- perl -pi -e 's|/usr/lib/ispell/|%p/lib/|g' src/Plugins/Ispell/ispell.cpp
- perl -pi -e 's|/usr/lib/aspell/|%p/share/aspell/|g' 
src/Plugins/Ispell/ispell.cpp
+ perl -pi.bak -e 's|/usr/lib/ispell/|%p/lib/|g' src/Plugins/Ispell/ispell.cpp
+ perl -pi.bar -e 's|/usr/lib/aspell/|%p/share/aspell/|g' 
src/Plugins/Ispell/ispell.cpp
 # make place for Apple's resize brick in quartz-wm 
- perl -pi -e 's|(set_right_footer )\(s\)|$1 (s * "   ")|g' 
src/Edit/Interface/edit_footer.cpp
+ perl -pi.bak -e 's|(set_right_footer )\(s\)|$1 (s * "   ")|g' 
src/Edit/Interface/edit_footer.cpp
 # make the R plugin compile
- perl -pi -e 's|\-lutil||g' plugins/r/Makefile 
- perl -pi -e 's|pty.h|util.h|g' plugins/r/src/tm_r.c 
+ perl -pi.bak -e 's|\-lutil||g' plugins/r/Makefile 
+ perl -pi.bak -e 's|pty.h|util.h|g' plugins/r/src/tm_r.c 
 # temporary hack to make the graphviz plugin work: 
 # Instead of allocating successive pieces of 1kB, we allocate one chunk 
 # of 1MB which should be sufficient for most postscript figures from graphviz 
- perl -pi -e '
+ perl -pi.bak -e '
     s,malloc\(1025\),malloc\(1024\*1000\+1\),g ;
     s,(fread.*) 1024,$1 1024\*1000,g
  ' plugins/graphviz/src/tm_graphviz.c
-# allow compiling correctly on intel as well as ppc
- perl -pi -e 's,powerpc-\*-darwin\*\),i\*86-\*-darwin\* | 
powerpc-\*-darwin\*\),' configure
 <<
 CompileScript: <<
 #!/bin/sh -ev

Index: texmacs.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/texmacs.info,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- texmacs.info        18 May 2009 23:20:11 -0000      1.29
+++ texmacs.info        1 Dec 2009 00:32:07 -0000       1.30
@@ -1,13 +1,13 @@
 Package: texmacs
-Version: 1.0.7.2 
-Revision: 2
+Version: 1.0.7.3 
+Revision: 1
 GCC: 4.0
 Source: mirror:custom:TeXmacs-%v-src.tar.gz
 CustomMirror: <<
  Primary: http://www.texmacs.org/Download/ftp/targz/
  Secondary: ftp://ftp.texmacs.org/pub/TeXmacs/targz/
 <<
-Source-MD5: 4f40bededefc44e8927455efe0358780
+Source-MD5: dd7886153661c39e9dc350afec5050a8
 License: GPL
 Depends: x11-shlibs, tetex-base, guile18, ispell | aspell, wget, 
imlib2-shlibs, libiconv, freetype219-shlibs, gmp-shlibs, libtool14-shlibs, 
libgettext3-shlibs
 BuildDepends: x11, guile18-dev, x11-dev, imlib2, libiconv-dev, freetype219, 
gmp, libtool14, gettext
@@ -17,8 +17,6 @@
 Recommends: ghostscript, netpbm, xfig, macaulay2, maxima, pari-gp, scilab
 Suggests: texmacs-extra-fonts
 ConfigureParams: --libexecdir=%p/lib --mandir=%p/share/man --with-iconv=/usr 
--with-freetype=linked --with-imlib2 --x-includes=/usr/X11R6/include 
--x-libraries=/usr/X11R6/lib 
-PatchFile: %N.patch
-PatchFile-MD5: ff01a83b10ec4e71e475672068fdae67
 PatchScript: <<
 #!/bin/sh -ev
 # change hardwired paths for ispell and aspell 
@@ -36,9 +34,6 @@
     s,malloc\(1025\),malloc\(1024\*1000\+1\),g ;
     s,(fread.*) 1024,$1 1024\*1000,g
  ' plugins/graphviz/src/tm_graphviz.c
-# allow compiling correctly on intel as well as ppc
- perl -pi.bak -e 's,powerpc-\*-darwin\*\),i\*86-\*-darwin\* | 
powerpc-\*-darwin\*\),' configure
- patch -p2 < %{PatchFile}
 <<
 CompileScript: <<
 #!/bin/sh -ev


------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to