public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* [PATCH cygport] texlive.cygclass: remove references to i386-cygwin
@ 2023-02-24 21:10 Ken Brown
  2023-02-26 11:53 ` Jon Turney
  0 siblings, 1 reply; 2+ messages in thread
From: Ken Brown @ 2023-02-24 21:10 UTC (permalink / raw)
  To: cygwin-apps

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

Patch attached.

[-- Attachment #2: 0001-texlive.cygclass-remove-references-to-i386-cygwin.patch --]
[-- Type: text/plain, Size: 1590 bytes --]

From 6d0508ddb08785dd3c8dbcfa64dce4fe21861c62 Mon Sep 17 00:00:00 2001
From: Ken Brown <kbrown@cornell.edu>
Date: Mon, 20 Feb 2023 13:39:34 -0500
Subject: [PATCH cygport] texlive.cygclass: remove references to i386-cygwin

These are no longer relevant now that we're not supporting 32-bit
Cygwin.  Moreover, upstream TeX Live is removing all i386-cygwin
packages starting with TeX Live 2023.
---
 cygclass/texlive.cygclass | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/cygclass/texlive.cygclass b/cygclass/texlive.cygclass
index 75eae7df44bb..06b4849c3221 100644
--- a/cygclass/texlive.cygclass
+++ b/cygclass/texlive.cygclass
@@ -116,7 +116,6 @@ done
 for pkg in ${TEXLIVE_ARCH_PKGS//,/ }
 do
 	SRC_URI+=" ${tlnet}/archive/$pkg.tar.xz"
-	SRC_URI+=" ${tlnet}/archive/$pkg.i386-cygwin.tar.xz"
 	SRC_URI+=" ${tlnet}/archive/$pkg.x86_64-cygwin.tar.xz"
 done
 for pkg in ${TEXLIVE_DOC_PKGS//,/ }
@@ -149,7 +148,7 @@ texlive_install() {
 	done
 	for pkg in ${TEXLIVE_ARCH_PKGS//,/ }
 	do
-		pkgs+="$pkg $pkg.i386-cygwin $pkg.x86_64-cygwin "
+		pkgs+="$pkg $pkg.x86_64-cygwin "
 	done
 	for pkg in ${TEXLIVE_DOC_PKGS//,/ }
 	do
@@ -170,7 +169,7 @@ texlive_install() {
 			*.bat)
 				# only needed for native Win32
 				continue ;;
-			bin/i386-cygwin/*)
+			bin/x86_64-cygwin/*)
 				if [ ! -L ${f} ]
 				then
 					dobin $f
@@ -183,9 +182,6 @@ texlive_install() {
 					esac
 				fi
 				continue ;;
-			bin/x86_64-cygwin/*)
-				# duplicate to i386-cygwin handled above
-				continue ;;
 			*doc/info/dir)
 				# system-managed file
 				continue ;;
-- 
2.39.0


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

* Re: [PATCH cygport] texlive.cygclass: remove references to i386-cygwin
  2023-02-24 21:10 [PATCH cygport] texlive.cygclass: remove references to i386-cygwin Ken Brown
@ 2023-02-26 11:53 ` Jon Turney
  0 siblings, 0 replies; 2+ messages in thread
From: Jon Turney @ 2023-02-26 11:53 UTC (permalink / raw)
  To: Ken Brown, cygwin-apps

On 24/02/2023 21:10, Ken Brown via Cygwin-apps wrote:
> Patch attached.

Thanks. Applied.

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

end of thread, other threads:[~2023-02-26 11:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-24 21:10 [PATCH cygport] texlive.cygclass: remove references to i386-cygwin Ken Brown
2023-02-26 11:53 ` Jon Turney

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).