Update of /cvsroot/fink/experimental/todai/ecc-10.4/main/finkinfo/text
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv1790

Modified Files:
        texlive.info 
Log Message:
Feedbacks from Martin Costabel. Many Thanks!
* Depends: texlive-texmf (>= %v).
* Disable Carbon API only for x86_64.


Index: texlive.info
===================================================================
RCS file: 
/cvsroot/fink/experimental/todai/ecc-10.4/main/finkinfo/text/texlive.info,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- texlive.info        14 Jan 2011 09:29:52 -0000      1.25
+++ texlive.info        15 Jan 2011 07:44:48 -0000      1.26
@@ -2,7 +2,7 @@
 Package: texlive%type_pkg[-nox]
 Type: -nox (boolean)
 Version: 0.20100722
-Revision: 0test10
+Revision: 0test11
 GCC: 4.0
 Description: Bundle package for TeX Live
 Depends: %N-base (= %v-%r), texinfo, debianutils, texi2html
@@ -29,8 +29,8 @@
  texlive, texlive-nox
 <<
 Provides: bundle-tetex, bundle-texlive
-Recommends: latex2html, tex4ht
-Suggests: foiltex
+Recommends: psutils, tex4ht, t1utils, lcdf-typetools, lacheck, ps2eps
+Suggests: latex2html, foiltex
 Source: mirror:ctan:systems/texlive/Source/texlive-20100720-source.tar.xz
 Source-MD5: 2a2201b84fdbf210032e1df70bc59157
 Source2: http://tutimura.ath.cx/~nob/tex/ptexlive/ptexlive-20100711.tar.gz
@@ -44,14 +44,16 @@
 PatchFile: texlive.patch
 PatchFile-MD5: d0b32e9138f600ffd73df17c54c13d44
 PatchScript: <<
+#!/bin/bash -ev
  xz -dc texlive-20100720-source.tar.xz | tar xf -
  mv     texlive-20100720-source texlive
  sed 's|@PREFIX@|%p|g' < %{PatchFile} | patch -d texlive -p1
 
  # Change the directory to be installed
- for file in `find texlive -name Makefile.in`; \
-  do sed -i.bak -e 's|/texmf/|/share/texmf/|' \
-                -e 's|/texmf-dist/|/share/texmf-dist/|' ${file} ; done
+ for file in `find texlive -name Makefile.in`; do
+  sed -i.bak -e 's|/texmf/|/share/texmf/|' \
+             -e 's|/texmf-dist/|/share/texmf-dist/|' ${file}
+ done
  sed -i.bak -e 's|\(texconfdir = \)${prefix}|\1${datadir}|' \
    texlive/texk/tetex/Makefile.in
  # taking back...
@@ -59,8 +61,10 @@
    texlive/texk/xdvik/Makefile.in
 
  # Force configure to believe that Carbon API is unavailable. (from MacPorts)
+if [ %m = 'x86_64' ]; then
  perl -pi -e 's|(kpse_cv_have_Carbon=)yes|\1no|' texlive/texk/web2c/configure
  perl -pi -e 's|(kpse_cv_have_Carbon=)yes|\1no|' texlive/texk/xdv2pdf/configure
+fi
 
  # Fix cm-super bug on dvipdfm.map
 #patch -d texlive -p1 < ptexlive/archive/updmap-cmsuper.patch
@@ -95,7 +99,8 @@
   sed -e 's|2.3.9|2.3.11|g' >> ptex-app.sh
  chmod +x                      ptex-app.sh
  mv ptex-app.sh       ptexlive/ptex-app.sh
- cd ptexlive &&              ./ptex-app.sh
+ pushd ptexlive &&           ./ptex-app.sh
+ popd
 
  # use Hiragino for pxdvi
  perl -pi -e "s/(Ryumin-Light\t\t)ipam.ttf/\1HiraMinPro-W3.otf/"    \
@@ -218,7 +223,7 @@
  Depends: <<
   t1lib5-nox-shlibs, libpng14-shlibs,
   libncurses5-shlibs (>= 5.4-20041023-1006), ncurses (>= 5.4-20041023-1006),
-  fink (>= 0.12.0-1), libkpathsea6-shlibs (>= 6.0.0-0), texlive-texmf,
+  fink (>= 0.12.0-1), libkpathsea6-shlibs (>= 6.0.0-0), texlive-texmf (>= %v),
   ptexenc1-shlibs, zziplib13-shlibs, teckit-shlibs, nkf, libpaper1-shlibs,
   freetype219-shlibs (>= 2.2.1-4),
   (%type_raw[-nox] = .) applesystemfonts,


------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to