[106223] users/dports/ports/tex

dports at macports.org dports at macports.org
Sun May 19 11:09:26 PDT 2013


Revision: 106223
          https://trac.macports.org/changeset/106223
Author:   dports at macports.org
Date:     2013-05-19 11:09:26 -0700 (Sun, 19 May 2013)
Log Message:
-----------
move updmap-sys portfile from texlive-bin to texlive-basic, as the
script has been moved

Modified Paths:
--------------
    users/dports/ports/tex/texlive-basic/Portfile
    users/dports/ports/tex/texlive-bin/Portfile

Added Paths:
-----------
    users/dports/ports/tex/texlive-basic/files/patch-runfiles_texmf-dist_scripts_texlive_updmap-sys.sh.diff

Removed Paths:
-------------
    users/dports/ports/tex/texlive-bin/files/patch-texk_texlive_tl_scripts_updmap-sys.sh.diff

Modified: users/dports/ports/tex/texlive-basic/Portfile
===================================================================
--- users/dports/ports/tex/texlive-basic/Portfile	2013-05-19 16:35:46 UTC (rev 106222)
+++ users/dports/ports/tex/texlive-basic/Portfile	2013-05-19 18:09:26 UTC (rev 106223)
@@ -60,7 +60,8 @@
                     texmf-dist/fonts/map/dvips/updmap \
                     texmf-dist/fonts/map/pdftex/updmap
 
-patchfiles          patch-runfiles_texmf-dist_dvipdfmx_dvipdfmx.cfg.diff
+patchfiles          patch-runfiles_texmf-dist_dvipdfmx_dvipdfmx.cfg.diff \
+                    patch-runfiles_texmf-dist_scripts_texlive_updmap-sys.sh.diff
 
 pre-activate {
     # If texlive 2007 metaport is installed, deactivate it to avoid

Copied: users/dports/ports/tex/texlive-basic/files/patch-runfiles_texmf-dist_scripts_texlive_updmap-sys.sh.diff (from rev 106174, users/dports/ports/tex/texlive-bin/files/patch-texk_texlive_tl_scripts_updmap-sys.sh.diff)
===================================================================
--- users/dports/ports/tex/texlive-basic/files/patch-runfiles_texmf-dist_scripts_texlive_updmap-sys.sh.diff	                        (rev 0)
+++ users/dports/ports/tex/texlive-basic/files/patch-runfiles_texmf-dist_scripts_texlive_updmap-sys.sh.diff	2013-05-19 18:09:26 UTC (rev 106223)
@@ -0,0 +1,15 @@
+--- runfiles/texmf-dist/scripts/texlive/updmap-sys.sh.orig	2011-08-02 20:00:10.000000000 -0400
++++ runfiles/texmf-dist/scripts/texlive/updmap-sys.sh	2011-08-02 20:05:12.000000000 -0400
+@@ -23,8 +23,11 @@
+ v=`kpsewhich -var-value TEXMFSYSVAR`
+ c=`kpsewhich -var-value TEXMFSYSCONFIG`
+ 
++# MacPorts: our updmap.cfg is a generated file that lives in TEXMFSYSVAR,
++# so we don't want to create a new one in TEXMFSYSCONFIG. As a hack to
++# deal with this, set TEXMFCONFIG to TEXMFSYSVAR.
+ TEXMFVAR="$v"
+-TEXMFCONFIG="$c"
++TEXMFCONFIG="$v"
+ export TEXMFVAR TEXMFCONFIG
+ 
+ exec updmap ${1+"$@"}

Modified: users/dports/ports/tex/texlive-bin/Portfile
===================================================================
--- users/dports/ports/tex/texlive-bin/Portfile	2013-05-19 16:35:46 UTC (rev 106222)
+++ users/dports/ports/tex/texlive-bin/Portfile	2013-05-19 18:09:26 UTC (rev 106223)
@@ -67,7 +67,6 @@
 
 # patches related to changes in install paths
 patchfiles-append   patch-texk_kpathsea_Makefile.in.diff \
-                    patch-texk_texlive_tl_scripts_updmap-sys.sh.diff \
                     patch-texk_tex4htk_Makefile.in.diff \
                     patch-texk_texlive_linked_scripts_context_stubs_unix_mtxrun.diff \
                     patch-texk_texlive_linked_scripts_Makefile.in.diff \

Deleted: users/dports/ports/tex/texlive-bin/files/patch-texk_texlive_tl_scripts_updmap-sys.sh.diff
===================================================================
--- users/dports/ports/tex/texlive-bin/files/patch-texk_texlive_tl_scripts_updmap-sys.sh.diff	2013-05-19 16:35:46 UTC (rev 106222)
+++ users/dports/ports/tex/texlive-bin/files/patch-texk_texlive_tl_scripts_updmap-sys.sh.diff	2013-05-19 18:09:26 UTC (rev 106223)
@@ -1,15 +0,0 @@
---- texk/texlive/tl_scripts/updmap-sys.sh.orig	2011-08-02 20:00:10.000000000 -0400
-+++ texk/texlive/tl_scripts/updmap-sys.sh	2011-08-02 20:05:12.000000000 -0400
-@@ -23,8 +23,11 @@
- v=`kpsewhich -var-value TEXMFSYSVAR`
- c=`kpsewhich -var-value TEXMFSYSCONFIG`
- 
-+# MacPorts: our updmap.cfg is a generated file that lives in TEXMFSYSVAR,
-+# so we don't want to create a new one in TEXMFSYSCONFIG. As a hack to
-+# deal with this, set TEXMFCONFIG to TEXMFSYSVAR.
- TEXMFVAR="$v"
--TEXMFCONFIG="$c"
-+TEXMFCONFIG="$v"
- export TEXMFVAR TEXMFCONFIG
- 
- exec updmap ${1+"$@"}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130519/12119069/attachment.html>


More information about the macports-changes mailing list