public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
From: Ken Brown <kbrown@cornell.edu>
To: cygwin-apps <cygwin-apps@cygwin.com>
Subject: [PATCH cygport] texlive.cygclass: remove references to i386-cygwin
Date: Fri, 24 Feb 2023 16:10:34 -0500	[thread overview]
Message-ID: <9903b1b8-768e-3582-9a65-8387f7f2ebe1@cornell.edu> (raw)

[-- 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


             reply	other threads:[~2023-02-24 21:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-24 21:10 Ken Brown [this message]
2023-02-26 11:53 ` Jon Turney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9903b1b8-768e-3582-9a65-8387f7f2ebe1@cornell.edu \
    --to=kbrown@cornell.edu \
    --cc=cygwin-apps@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).