public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* cygport patches for texlive.cygclass
@ 2014-05-30 19:18 Ken Brown
  2014-05-30 21:04 ` Yaakov (Cygwin/X)
  0 siblings, 1 reply; 2+ messages in thread
From: Ken Brown @ 2014-05-30 19:18 UTC (permalink / raw)
  To: cygwin-apps

[-- Attachment #1: Type: text/plain, Size: 242 bytes --]

I'm attaching texlive_arch.patch and texlive_install.patch.  The first 
takes account of the fact that upstream TeX Live now supports 64-bit 
Cygwin.  The second avoids installing files that are intended for TeX 
Live on native Windows.

Ken

[-- Attachment #2: texlive_arch.patch --]
[-- Type: text/plain, Size: 382 bytes --]

--- texlive.cygclass.orig	2014-03-09 09:20:11.000000000 -0400
+++ texlive.cygclass	2014-03-25 15:50:23.401986500 -0400
@@ -95,7 +95,12 @@
 HOMEPAGE="http://www.tug.org/texlive/"
 #****
 
-TEXLIVE_ARCH="i386-cygwin"
+case ${ARCH} in
+i686)
+	TEXLIVE_ARCH="i386-cygwin" ;;
+x86_64)
+	TEXLIVE_ARCH="x86_64-cygwin" ;;
+esac
 
 #****o* texlive.cygclass/SRC_URI (texlive)
 #  DESCRIPTION

[-- Attachment #3: texlive_install.patch --]
[-- Type: text/plain, Size: 337 bytes --]

--- texlive.cygclass.orig	2014-03-09 09:20:11.000000000 -0400
+++ texlive.cygclass	2014-05-30 14:51:53.794649600 -0400
@@ -161,6 +161,9 @@
 			*.exe|*.mem)
 				# compiled from source in the 'texlive' package
 				continue ;;
+			*.dll|*.bat)
+				# not needed
+				continue ;;
 			bin/${TEXLIVE_ARCH}/*)
 				if [ ! -L ${f} ]
 				then

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: cygport patches for texlive.cygclass
  2014-05-30 19:18 cygport patches for texlive.cygclass Ken Brown
@ 2014-05-30 21:04 ` Yaakov (Cygwin/X)
  0 siblings, 0 replies; 2+ messages in thread
From: Yaakov (Cygwin/X) @ 2014-05-30 21:04 UTC (permalink / raw)
  To: cygwin-apps

On 2014-05-30 14:18, Ken Brown wrote:
> I'm attaching texlive_arch.patch and texlive_install.patch.  The first
> takes account of the fact that upstream TeX Live now supports 64-bit
> Cygwin.  The second avoids installing files that are intended for TeX
> Live on native Windows.

Committed to master with some minor formatting changes.

Thanks,


Yaakov

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-05-30 21:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-30 19:18 cygport patches for texlive.cygclass Ken Brown
2014-05-30 21:04 ` Yaakov (Cygwin/X)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).