NetBSD Problem Report #26800

Received: (qmail 12666 invoked by uid 605); 29 Aug 2004 19:44:02 -0000
Message-Id: <20040829194400.5E7C411152@narn.netbsd.org>
Date: Sun, 29 Aug 2004 19:44:00 +0000 (UTC)
From: geos@epost.de
Sender: gnats-bugs-owner@NetBSD.org
Reply-To: georg.schwarz@freenet.de
To: gnats-bugs@gnats.NetBSD.org
Subject: pkgsrc/comms/kermit does not compile on IRIX 5.3 (and maybe others?)
X-Send-Pr-Version: www-1.0

>Number:         26800
>Category:       pkg
>Synopsis:       pkgsrc/comms/kermit does not compile on IRIX 5.3 (and maybe others?)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    irix-pkg-people
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Aug 29 19:45:00 +0000 2004
>Closed-Date:    Mon May 23 03:33:14 +0000 2022
>Last-Modified:  Mon May 23 03:33:14 +0000 2022
>Originator:     Georg Schwarz
>Release:        current pkgsrc
>Organization:
>Environment:
IRIX lorenz 5.3 08031225 IP20 mips
>Description:
pkgsrc/comms/kermit is compiled with ALL_TARGET=     netbsd+openssl on all platforms (except for MacOS X).
This target defines BSD44, which makes compiling fail on IRIX 5.3 at least (which is some SysV flavor).

>How-To-Repeat:

>Fix:
The target should probably be chosen specificly for each platform. For IRIX up to 5 (or for IRIX in general?) this could be done as follows:

.elif !empty(LOWER_OPSYS:Mirix[345]*)
ALL_TARGET=     ${LOWER_OPSYS:C|\.||}
.else
ALL_TARGET=     netbsd+openssl

This however does not enable ssl on that platform, which thanks to pkgsrc should be available on all platforms (also for MacOS X, BTW). That might be added by patching the respective entries in makefile.

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: pkg-manager->irix-pkg-people 
Responsible-Changed-By: recht 
Responsible-Changed-When: Mon Aug 30 21:51:19 UTC 2004 
Responsible-Changed-Why:  
over to irix-pkg-people 
From: "David A. Holland" <dholland@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/26800 CVS commit: pkgsrc/comms/kermit
Date: Mon, 23 May 2022 03:18:45 +0000

 Module Name:	pkgsrc
 Committed By:	dholland
 Date:		Mon May 23 03:18:45 UTC 2022

 Modified Files:
 	pkgsrc/comms/kermit: Makefile

 Log Message:
 comms/kermit: add IRIX target selection

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

 Untested. Testing requires IRIX :-)


 To generate a diff of this commit:
 cvs rdiff -u -r1.96 -r1.97 pkgsrc/comms/kermit/Makefile

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

State-Changed-From-To: open->closed
State-Changed-By: dholland@NetBSD.org
State-Changed-When: Mon, 23 May 2022 03:33:14 +0000
State-Changed-Why:
I added the target selection (it's much easier now). I'm closing the PR
on the assumption that you're probably no longer there, or if you are
you aren't still using Irix. On the off chance that you are and it turns
out not to work, let me know.


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: gnats-precook-prs,v 1.4 2018/12/21 14:20:20 maya Exp $
$NetBSD: gnats_config.sh,v 1.9 2014/08/02 14:16:04 spz Exp $
Copyright © 1994-2017 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.