diff options
| author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2026-05-07 23:07:49 +0000 |
|---|---|---|
| committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2026-05-10 10:31:06 +0000 |
| commit | 4b2dd1b8f508ed41e3a2343c6977250ca94072f5 (patch) | |
| tree | ce6f7fc30233bdc744660ea07005422398c8f271 | |
| parent | 96dc8293fdb5a1b2e0cd9a96c94396095caf1b65 (diff) | |
net/pvm: remove ia64 and sparc64 support
| -rw-r--r-- | net/pvm/files/patch-pvmgetarch | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/pvm/files/patch-pvmgetarch b/net/pvm/files/patch-pvmgetarch index aa3b62aa91eb..962e1e436436 100644 --- a/net/pvm/files/patch-pvmgetarch +++ b/net/pvm/files/patch-pvmgetarch @@ -1,14 +1,12 @@ --- lib/pvmgetarch.orig 2007-11-29 21:17:02 UTC +++ lib/pvmgetarch -@@ -79,6 +79,11 @@ if [ -f /bin/uname -o -f /usr/bin/uname +@@ -79,6 +79,9 @@ if [ -f /bin/uname -o -f /usr/bin/uname BSD/OS,i[3456]86 ) ARCH=BSD386 ;; FreeBSD,i[3456]86 ) ARCH=FREEBSD ;; FreeBSD,alpha ) ARCH=FREEBSD ;; + FreeBSD,arm* ) ARCH=FREEBSD ;; + FreeBSD,amd64 ) ARCH=FREEBSD ;; -+ FreeBSD,ia64 ) ARCH=FREEBSD ;; + FreeBSD,powerpc ) ARCH=FREEBSD ;; -+ FreeBSD,sparc64 ) ARCH=FREEBSD ;; SUPER-UX,SX-3 ) ARCH=SX3 ;; uts,* ) ARCH=UTS2 ;; realix,M88* ) ARCH=M88K ;; |
