pkgsrc-Bugs archive

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

pkg/26800: pkgsrc/comms/kermit does not compile on IRIX 5.3 (and maybe others?)



>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:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Aug 29 19:45:00 UTC 2004
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Home | Main Index | Thread Index | Old Index