summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-07-27 17:18:39 +0000
committerKarl Berry <karl@freefriends.org>2008-07-27 17:18:39 +0000
commit98a782605838db86c194540296d52b12eccac374 (patch)
treea440d8e11977b744aad09f2713c7a2ca8609322b
parent04e067f56665ad2e358e385f969ec8e2e7544a94 (diff)
more negative per-arch binpatterns
git-svn-id: svn://tug.org/texlive/trunk@9818 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc2
-rw-r--r--Master/tlpkg/tlpsrc/bin-latex.tlpsrc4
-rw-r--r--Master/tlpkg/tlpsrc/bin-pdftools.tlpsrc4
-rw-r--r--Master/tlpkg/tlpsrc/luatex.tlpsrc8
-rw-r--r--Master/tlpkg/tlpsrc/texlive.infra.tlpsrc2
5 files changed, 10 insertions, 10 deletions
diff --git a/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc b/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc
index a6451d1abdb..ff1110ca5c1 100644
--- a/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc
+++ b/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc
@@ -38,7 +38,7 @@ binpattern f/win32 install-tl.bat
# binpattern f/win32 tl-portable.bat
binpattern f/win32 install-tl.bat.manifest
binpattern f/!win32 tlpkg/installer/lzma/lzmadec.${ARCH}
-binpattern f/!win32 tlpkg/installer/wget/wget.${ARCH}
+binpattern f/!win32,i386-solaris,i386-linux,mips-irix,sparc-linux,alpha-linux,powerpc-linux,i386-freebsd,x86_64-linux tlpkg/installer/wget/wget.${ARCH}
binpattern f/win32 tlpkg/installer/wget/wget.exe
# why the above does not catch that one I don't know ... so add it
binpattern f/win32 tlpkg/installer/lzma/lzmadec.win32.exe
diff --git a/Master/tlpkg/tlpsrc/bin-latex.tlpsrc b/Master/tlpkg/tlpsrc/bin-latex.tlpsrc
index f1616a77223..b08c3bdc44a 100644
--- a/Master/tlpkg/tlpsrc/bin-latex.tlpsrc
+++ b/Master/tlpkg/tlpsrc/bin-latex.tlpsrc
@@ -4,9 +4,9 @@ depend luatex
depend pdftex
execute BuildFormat latex
binpattern f bin/${ARCH}/latex
-binpattern f bin/${ARCH}/lualatex
+binpattern f/!hppa-hpux bin/${ARCH}/lualatex
binpattern f bin/${ARCH}/pdflatex
-binpattern f bin/${ARCH}/pdflualatex
+binpattern f/!hppa-hpux bin/${ARCH}/pdflualatex
docpattern f texmf/doc/man/man1/latex.*
docpattern f texmf/doc/man/man1/pdflatex.*
runpattern f texmf/fmtutil/format.latex.cnf
diff --git a/Master/tlpkg/tlpsrc/bin-pdftools.tlpsrc b/Master/tlpkg/tlpsrc/bin-pdftools.tlpsrc
index 42fc3b2aafa..21c53f63534 100644
--- a/Master/tlpkg/tlpsrc/bin-pdftools.tlpsrc
+++ b/Master/tlpkg/tlpsrc/bin-pdftools.tlpsrc
@@ -8,7 +8,7 @@ docpattern f texmf/doc/man/man1/pdftosrc.*
binpattern f bin/${ARCH}/pdfatfi
binpattern f bin/${ARCH}/e2pall
binpattern f bin/${ARCH}/epstopdf
-binpattern f bin/${ARCH}/pdfclose
-binpattern f bin/${ARCH}/pdfopen
+binpattern f/!universal-darwin bin/${ARCH}/pdfclose
+binpattern f/!universal-darwin bin/${ARCH}/pdfopen
binpattern f bin/${ARCH}/pdftosrc
binpattern f bin/win32/pdfdde.exe
diff --git a/Master/tlpkg/tlpsrc/luatex.tlpsrc b/Master/tlpkg/tlpsrc/luatex.tlpsrc
index 15a426e006b..7fa7ee5d64a 100644
--- a/Master/tlpkg/tlpsrc/luatex.tlpsrc
+++ b/Master/tlpkg/tlpsrc/luatex.tlpsrc
@@ -3,7 +3,7 @@ category TLCore
execute BuildFormat luatex
docpattern d texmf-dist/doc/luatex
runpattern f texmf/fmtutil/format.luatex.cnf
-binpattern f bin/${ARCH}/luatex
-binpattern f bin/${ARCH}/pdfluatex
-binpattern f bin/${ARCH}/texlua
-binpattern f bin/${ARCH}/texluac
+binpattern f/!hppa-hpux bin/${ARCH}/luatex
+binpattern f/!hppa-hpux bin/${ARCH}/pdfluatex
+binpattern f/!hppa-hpux bin/${ARCH}/texlua
+binpattern f/!hppa-hpux bin/${ARCH}/texluac
diff --git a/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc b/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc
index 219c77b24f1..ff757743164 100644
--- a/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc
+++ b/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc
@@ -25,4 +25,4 @@ binpattern f/win32 tlpkg/installer/lzma/lzma.exe
binpattern f/win32 tlpkg/installer/wget/wget.exe
binpattern f tlpkg/installer/lzma/lzmadec.${ARCH}
binpattern f tlpkg/installer/lzma/lzma.${ARCH}
-binpattern f tlpkg/installer/wget/wget.${ARCH}
+binpattern f/!i386-solaris,i386-linux,mips-irix,sparc-linux,alpha-linux,powerpc-linux,i386-freebsd,x86_64-linux tlpkg/installer/wget/wget.${ARCH}