Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/editors
In directory vz-cvs-3.sog:/tmp/cvs-serv19790/10.7/stable/main/finkinfo/editors

Modified Files:
        texmacs.info texmacs-qt.info 
Log Message:
Same info file for 10.7/clang and 10.4/stable

Index: texmacs-qt.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.7/stable/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     18 Mar 2012 18:18:56 -0000      1.3
+++ texmacs-qt.info     23 Mar 2012 12:31:36 -0000      1.4
@@ -1,6 +1,6 @@
 Package: texmacs-qt
 Version: 1.0.7.15 
-Revision: 1
+Revision: 2
 Source: mirror:custom:TeXmacs-%v-src.tar.gz
 CustomMirror: <<
  Primary: http://www.texmacs.org/Download/ftp/tmftp/source/
@@ -13,11 +13,6 @@
 BuildConflicts: freetype
 Recommends: ghostscript, netpbm, xfig, macaulay2, maxima, pari-gp, scilab
 ConfigureParams: --libexecdir=%p/lib --mandir=%p/share/man --with-iconv=/usr 
--with-freetype=linked --enable-maxosx-extensions 
--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib --enable-qt 
--with-qt=%p/lib/qt4-mac/bin
-### Doesn't build with clang due to C++ issues.
-SetCC: llvm-gcc
-SetCXX: llvm-g++
-SetCFLAGS: -Os
-###
 PatchScript: <<
 #!/bin/sh -ev
 # change hardwired paths for ispell and aspell 
@@ -41,6 +36,8 @@
  perl -pi.bak -e 's|TEMPDIR=.*|TEMP_DIR=/private/var/tmp/|' 
plugins/asymptote/bin/tm_asy plugins/gnuplot/bin/tm_gnuplot
 # don't bundle shared libs
  sed -i".bak" -e '2s|^| exit 0|' packages/macos/*.sh
+# make it compile with clang
+  perl -pi.bak -e 's|defined OS_WIN32|defined __clang__|g' 
src/Kernel/Abstractions/basic.hpp
 <<
 CompileScript: <<
 #!/bin/sh -ev

Index: texmacs.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/editors/texmacs.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- texmacs.info        18 Mar 2012 18:18:56 -0000      1.2
+++ texmacs.info        23 Mar 2012 12:31:36 -0000      1.3
@@ -1,6 +1,6 @@
 Package: texmacs
 Version: 1.0.7.15 
-Revision: 1
+Revision: 2
 Source: mirror:custom:TeXmacs-%v-src.tar.gz
 CustomMirror: <<
  Primary: http://www.texmacs.org/Download/ftp/tmftp/source/
@@ -16,11 +16,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 --disable-qt 
-### Doesn't build with clang due to C++ issues.
-SetCC: llvm-gcc
-SetCXX: llvm-g++
-SetCFLAGS: -Os
-###
 PatchScript: <<
 #!/bin/sh -ev
 # change hardwired paths for ispell and aspell 
@@ -42,6 +37,8 @@
  perl -pi -e 's|\#\!/bin/sh|#!/bin/bash|' `/usr/bin/grep '\#\!/bin/' -r 
plugins -l` 
 # fix tempfile mess in asy and gnuplot plugins
  perl -pi.bak -e 's|TEMPDIR=.*|TEMP_DIR=/private/var/tmp/|' 
plugins/asymptote/bin/tm_asy plugins/gnuplot/bin/tm_gnuplot
+# make it compile with clang
+  perl -pi.bak -e 's|defined OS_WIN32|defined __clang__|g' 
src/Kernel/Abstractions/basic.hpp
 <<
 CompileScript: <<
 #!/bin/sh -ev


------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to