Subject: pkg/24079: xpm on pkgsrc/irix broke after bl3ify
To: None <gnats-bugs@gnats.NetBSD.org>
From: None <v.oostveen@hccnet.nl>
List: netbsd-bugs
Date: 01/13/2004 16:17:21
>Number:         24079
>Category:       pkg
>Synopsis:       xpm on pkgsrc/irix broke after bl3ify
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Jan 13 16:18:00 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator:     Bas van Oostveen
>Release:        pkgsrc on irix
>Organization:
na
>Environment:
IRIX washu 6.5 6.5.19m 01100304 IP32
>Description:
the xpm port is not needed on irix for it has a builtin xpm (old X)
after bl3ification the irix exclusion got lost (IRIX 6.5.19m doesnt match at NormalLibXpm in xpm.h)

also the PKG_SKIP_REASON was (typo ?) commented out

fix is to uncomment PKG_SKIP_REASON and add the needed .elif in buildlink3.mk
see patches below

>How-To-Repeat:

>Fix:
diff -r1.31 Makefile
21c21
< #PKG_SKIP_REASON= "${PKGNAME} is part of your X11 distribution"
---
> PKG_SKIP_REASON= "${PKGNAME} is part of your X11 distribution"

diff -r1.10 buildlink3.mk
28a29,30
> .    if !empty(OPSYS:MIRIX)
> BUILDLINK_IS_BUILTIN.xpm=     YES

>Release-Note:
>Audit-Trail:
>Unformatted: