./x11/xview, OpenLook Toolkit meta-package

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.2.1nb3, Package name: xview-3.2.1nb3, Maintainer: pkgsrc-users

What Is XView
-------------
XView (X Window-System-based Visual/Integrated Environment for
Workstations) is a user-interface toolkit to support interactive,
graphics-based applications running under the X Window System. XView
provides a set of pre-built, user-interface objects such as canvases,
scrollbars, menus, and control panels. The appearance and functionality
of these objects follow the OPEN LOOK Graphical User Interface (GUI)
specification. XView features an object-oriented style Application
Programmer's Interface (API) that is straightforward and easy to learn.

This package does not contain anything by itself -- it is a "meta-package"
that depends on other XView packages. Its sole purpose is to require
dependencies so users can install this package only and have all the XView
stuff pulled in by the package dependency mechanism.

Note that fonts from fonts/font-sun-misc must be in your X server's font
path in order for any XView clients to be usable.


Required to run:
[x11/xview-clients] [x11/xview-lib] [x11/xview-config]

Required to build:
[pkgtools/cwrappers]

Version history: (Expand)


CVS history: (Expand)


   2022-04-23 02:15:46 by David H. Gutteridge | Files touched by this commit (3)
Log message:
xview*: mark generally BROKEN_ON_PLATFORM for 64-bit archs

These packages compile on various 64-bit architectures, but then
segfault at runtime. This is a known issue with this being legacy code.
   2022-04-17 03:44:23 by David H. Gutteridge | Files touched by this commit (5)
Log message:
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.
   2015-07-04 18:18:44 by Joerg Sonnenberger | Files touched by this commit (222)
Log message:
Remove USE_X11BASE and X11PREFIX.
   2009-04-09 01:16:55 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Use META_PACKAGE
   2008-08-30 22:07:30 by David A. Holland | Files touched by this commit (1)
Log message:
Bump PKGREVISION because of xview-lib issues.
   2007-10-26 00:01:10 by Johnny C. Lam | Files touched by this commit (158)
Log message:
* If PLIST_SRC is explicitly set to an empty value in a package Makefile,
  then automatically generate a PLIST that says "${PKGNAME} has no files".

* If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile,
  and no PLIST files exist, then fail during the package build with
  PKG_FAIL_REASON.

* Remove "intentionally empty" PLISTs again.

Now, the easy way to say that a package installs no files is to just
add the following to the package Makefile:

	PLIST_SRC=	# empty
   2007-10-25 19:50:03 by Johnny C. Lam | Files touched by this commit (85)
Log message:
Re-add "intentionally empty" PLISTs for meta-packages and other packages
that directly manipulate empty PLISTs.

Modify plist/plist.mk so that if the PLIST files are missing and no
GENERATE_PLIST is defined, then the package fails to build.
   2007-10-25 18:59:59 by Johnny C. Lam | Files touched by this commit (980)
Log message:
Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.