diff options
author | Karl Berry <karl@freefriends.org> | 2014-04-19 13:29:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-04-19 13:29:22 +0000 |
commit | 0106c554d12ed5f88d8423f59f64f9b95507135a (patch) | |
tree | ab006912cc83fe33d911b25fe2edbe9d5e66175c | |
parent | 17af47556acd4c6140dd2e58033bd98a311539fa (diff) |
more Windows files
git-svn-id: svn://tug.org/texlive/trunk@33537 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Build/source/README | 22 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/kpathsea.tlpsrc | 3 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/wintools.win32.tlpsrc | 2 |
3 files changed, 25 insertions, 2 deletions
diff --git a/Build/source/README b/Build/source/README index 5a37793e44f..40f2a90e8b6 100644 --- a/Build/source/README +++ b/Build/source/README @@ -66,6 +66,28 @@ i386-linux: gcc 4.8.2, Linux 2.6.18-* (CentOS 5.10, tug.org) x86_64-linux: gcc 4.8.2, libc 2.3.6, Linux 2.6.28.6 +amd64-netbsd: + gcc version 4.5.3 (NetBSD nb2 20110806) + NetBSD/amd64 6.1.3 + TL_MAKE=gmake LDFLAGS='-L/usr/X11R7/lib -Wl,-rpath,/usr/X11R7/lib' ./Build + +*-kfreebsd: the builder says ... + I do not have any native kfreebsd systems. The best way to build is + to run a clean kfreebsd "userland" within a jail. I am running Debian + "stable" kfreebsd userland under a freebsd 10.0 real system. Thus, I + produced 32bit i386-kfreebsd binaries above ("./Build"). + + I also tried, but am planning on dropping, running Debian "stable" + kfreebsd installed on a virtual machine via VirtualBox. Thus, I + produced 64bit amd64-kfreebsd binaries above. + + I tested that the freebsd binaries will *not* run on a kfreebsd + "userland" and the kfreebsd binaries will *not* run on a freebsd + "userland". Whereas I would have thought them to be somewhat + interchangeable, they are linked to libraries (ELF interpreter ld.so.1) + and maybe others) that are to be found in different locations on the + different systems. + i386-solaris, x86_64-solaris: Solaris 10. i386-cygwin: gcc-4.5.3. diff --git a/Master/tlpkg/tlpsrc/kpathsea.tlpsrc b/Master/tlpkg/tlpsrc/kpathsea.tlpsrc index 5c3ba1dbdf5..ced8b740356 100644 --- a/Master/tlpkg/tlpsrc/kpathsea.tlpsrc +++ b/Master/tlpkg/tlpsrc/kpathsea.tlpsrc @@ -41,5 +41,4 @@ binpattern f bin/${ARCH}/texhash # binpattern f bin/win32/kpathsea*.dll binpattern f bin/win32/mktexupd.exe -binpattern f bin/win32/msvcp71.dll -binpattern f bin/win32/msvcr71.dll +binpattern f bin/win32/msvc*.dll diff --git a/Master/tlpkg/tlpsrc/wintools.win32.tlpsrc b/Master/tlpkg/tlpsrc/wintools.win32.tlpsrc index c6d9d1a71c7..447ca8a207b 100644 --- a/Master/tlpkg/tlpsrc/wintools.win32.tlpsrc +++ b/Master/tlpkg/tlpsrc/wintools.win32.tlpsrc @@ -11,9 +11,11 @@ binpattern f bin/win32/djpeg.exe binpattern f bin/win32/gunzip.exe binpattern f bin/win32/gzip.exe binpattern f bin/win32/jbig2.exe +binpattern f bin/win32/pdfdetach.exe binpattern f bin/win32/pdffonts.exe binpattern f bin/win32/pdfimages.exe binpattern f bin/win32/pdfinfo.exe +binpattern f bin/win32/pdftoppm.exe binpattern f bin/win32/pdftops.exe binpattern f bin/win32/pdftotext.exe binpattern f bin/win32/png22pnm.exe |