pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

go120: remove move platform-specific PLISTs



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By:	bsiegert
Date:		Thu Feb 2 09:15:48 2023 +0100
Changeset:	f97fd011231b00657c1369d8fdec003880e57556

Removed Files:
	go120/PLIST.Darwin
	go120/PLIST.Linux
	go120/PLIST.SunOS

Log Message:
go120: remove move platform-specific PLISTs

Contrary to older Go versions, 1.20 does not install a built standard
library, just the sources. So there are no platform-specific .a files
any more.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f97fd011231b00657c1369d8fdec003880e57556

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 go120/PLIST.Darwin | 2 --
 go120/PLIST.Linux  | 2 --
 go120/PLIST.SunOS  | 2 --
 3 files changed, 6 deletions(-)

diffs:
diff --git a/go120/PLIST.Darwin b/go120/PLIST.Darwin
deleted file mode 100644
index 6bfedc175f..0000000000
--- a/go120/PLIST.Darwin
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST.Darwin,v 1.2 2022/08/22 09:44:48 tnn Exp $
-go120/pkg/${GO_PLATFORM}/crypto/x509/internal/macos.a
diff --git a/go120/PLIST.Linux b/go120/PLIST.Linux
deleted file mode 100644
index 4a45d47b17..0000000000
--- a/go120/PLIST.Linux
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST.Linux,v 1.2 2022/08/22 09:44:48 tnn Exp $
-go120/pkg/${GO_PLATFORM}/runtime/internal/syscall.a
diff --git a/go120/PLIST.SunOS b/go120/PLIST.SunOS
deleted file mode 100644
index 8717e877f0..0000000000
--- a/go120/PLIST.SunOS
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST.SunOS,v 1.2 2022/08/22 09:44:48 tnn Exp $
-go120/pkg/${GO_PLATFORM}/vendor/golang.org/x/net/lif.a


Home | Main Index | Thread Index | Old Index