pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/comms/kermit comms/kermit: add IRIX target selection



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b74d190fa451
branches:  trunk
changeset: 379756:b74d190fa451
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Mon May 23 03:18:45 2022 +0000

description:
comms/kermit: add IRIX target selection

Similar to what was suggested in PR 26800 by Georg Schwarz.

Untested. Testing requires IRIX :-)

diffstat:

 comms/kermit/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 803f20ab525d -r b74d190fa451 comms/kermit/Makefile
--- a/comms/kermit/Makefile     Mon May 23 02:23:00 2022 +0000
+++ b/comms/kermit/Makefile     Mon May 23 03:18:45 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.96 2021/10/21 07:46:33 wiz Exp $
+# $NetBSD: Makefile,v 1.97 2022/05/23 03:18:45 dholland Exp $
 
 DISTNAME=      cku302
 PKGNAME=       kermit-9.0.302
@@ -63,6 +63,8 @@
 .  endif
 .elif ${OPSYS} == "SunOS"
 BUILD_TARGET_OPSYS=    solaris11g
+.elif ${OPSYS} == "IRIX"
+BUILD_TARGET_OPSYS=    irix${OS_VERSION:C/\.//g}
 .else
 BUILD_TARGET_OPSYS=    netbsd
 .endif



Home | Main Index | Thread Index | Old Index