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

Modified Files:
        texmacs.info texmacs-qt.info 
Log Message:
New upstream version 1.0.7.16.
Add missing -I/usr/X11/include flags.



Index: texmacs-qt.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/editors/texmacs-qt.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- texmacs-qt.info     23 Mar 2012 12:31:36 -0000      1.4
+++ texmacs-qt.info     6 Aug 2012 09:22:56 -0000       1.5
@@ -1,12 +1,12 @@
 Package: texmacs-qt
-Version: 1.0.7.15 
-Revision: 2
+Version: 1.0.7.16 
+Revision: 1
 Source: mirror:custom:TeXmacs-%v-src.tar.gz
 CustomMirror: <<
  Primary: http://www.texmacs.org/Download/ftp/tmftp/source/
  Secondary: ftp://ftp.texmacs.org/pub/TeXmacs/tmftp/source/
 <<
-Source-MD5: ddb57424a925a9cbd19125ff1eeb4bd5
+Source-MD5: f31c39b8991cb1c147113435615bc68a
 License: GPL
 Depends: x11-shlibs, tetex-base, guile18, ispell | aspell, wget, 
imlib2-shlibs, libiconv, freetype219-shlibs, gmp5-shlibs, libtool2-shlibs, 
qt4-base-mac-qtcore-shlibs, qt4-base-mac-qtgui-shlibs
 BuildDepends: x11, guile18-dev, x11-dev, imlib2, libiconv-dev, freetype219, 
gmp5, libtool2, qt4-base-mac

Index: texmacs.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/editors/texmacs.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- texmacs.info        23 Mar 2012 12:31:36 -0000      1.3
+++ texmacs.info        6 Aug 2012 09:22:56 -0000       1.4
@@ -1,12 +1,12 @@
 Package: texmacs
-Version: 1.0.7.15 
-Revision: 2
+Version: 1.0.7.16 
+Revision: 1
 Source: mirror:custom:TeXmacs-%v-src.tar.gz
 CustomMirror: <<
  Primary: http://www.texmacs.org/Download/ftp/tmftp/source/
  Secondary: ftp://ftp.texmacs.org/pub/TeXmacs/tmftp/source/
 <<
-Source-MD5: ddb57424a925a9cbd19125ff1eeb4bd5
+Source-MD5: f31c39b8991cb1c147113435615bc68a
 License: GPL
 Depends: x11-shlibs, tetex-base, guile18, ispell | aspell, wget, 
imlib2-shlibs, libiconv, freetype219-shlibs, gmp5-shlibs, libtool2-shlibs
 BuildDepends: x11, guile18-dev, x11-dev, imlib2, libiconv-dev, freetype219, 
gmp5, libtool2
@@ -39,6 +39,12 @@
  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
+# fix bugs revealed by the disappearance of the /usr/include/X11 symlink
+# add X11 include directory for imlib2 header, should rather be fixed in 
imlib2-config
+  perl -pi -e 's|`imlib2-config --cflags`|\"$& -I/usr/X11/include\"|' configure
+# add X11 include directory for Plugins/Ghostscript/ghostscript.hpp and 
System/Files/image_files.cpp
+  perl -pi -e 's|\(gs_incl\)|$& \$(CXXX11)|' src/makefile.in
+  perl -pi -e 's|(\(system_incl\)) \-|$1 \$(CXXX11) -|' src/makefile.in
 <<
 CompileScript: <<
 #!/bin/sh -ev
@@ -47,7 +53,12 @@
  export GUILE_LOAD_PATH=%p/share/guile/1.8
  make
 <<
-InstallScript: make install DESTDIR=%d
+InstallScript: <<
+ #!/bin/sh -ev
+ make install DESTDIR=%d
+ # remove mime stuff that conflicts with other packages. Keep only %n related 
stuff.
+ find %i/share/mime -type f \! \( -name "*texmacs.*" \) -delete
+<<
 DocFiles: COPYING LICENSE TeXmacs/README TeXmacs/TEX_FONTS
 Description: TeX-based WYSIWYG editor
 DescDetail: <<


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to