File:  [cvs.NetBSD.org] / pkgsrc / x11 / xview / Makefile
Revision 1.26: download - view: text, annotated - select for diffs
Sun Apr 17 01:44:23 2022 UTC (2 years, 7 months ago) by gutteridge
Branches: MAIN
CVS tags: HEAD
xview*: explicitly require font-sun-misc for correct operation

Without the expected fonts, fundamental graphical content like icons
goes missing, and the X server may fail to start, at that.

XXX I tested on NetBSD 9.2_STABLE amd64 and i386. On amd64, this
crashes the X server for me, while it works fine on i386. The package
was already marked not for Alpha, so that may be a clue that it's not
64-bit clean in general, though some of the original commentary about
Alpha sounded quite specific.

# $NetBSD: Makefile,v 1.26 2022/04/17 01:44:23 gutteridge Exp $
#

DISTNAME=	xview3.2p1-X11R6
PKGNAME=	xview-3.2.1
PKGREVISION=	3
CATEGORIES=	x11
MASTER_SITES=	# empty
DISTFILES=	# empty

MAINTAINER=	pkgsrc-users@NetBSD.org
COMMENT=	OpenLook Toolkit meta-package

META_PACKAGE=		# empty

DEPENDS+=	xview-config>=3.2.1:../../x11/xview-config
DEPENDS+=	xview-lib>=3.2.1nb11:../../x11/xview-lib
DEPENDS+=	xview-clients>=3.2.1:../../x11/xview-clients

NOT_FOR_PLATFORM=	*-*-alpha       # broken va_arg handling in xview-lib

.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>