./x11/xview-lib, OpenLook Toolkit libs, includes, and man pages

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


Branch: CURRENT, Version: 3.2.1nb11, Package name: xview-lib-3.2.1nb11, 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 contains the libraries, headers and support files
necessary to build XView applications.

Source Notes
------------
This version of the XView source corresponds to that provided with
OpenWindows Version 3.2 from SunSoft Inc. Libraries generated with this
source should be interchangeable with those from the OpenWindows Version 3.2
release.


Required to run:
[x11/xview-config]

Required to build:
[pkgtools/x11-links] [pkgtools/cwrappers]

Master sites: (Expand)

Filesize: 3356.264 KB

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.
   2021-11-06 14:55:04 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
(x11/xview-lib) revert recent adhoc change, PKGREVISION++, tks Nia
   2021-11-03 11:37:12 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
(x11/xview-lib) Purely temporarily, adhoc fix for RELRO for USE_IMAKE version
   2021-10-26 13:35:01 by Nia Alarie | Files touched by this commit (674)
Log message:
x11: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./x11/py-qt4/distinfo PyQt4_gpl_mac-4.12.3.tar.gz
   2021-10-07 17:14:47 by Nia Alarie | Files touched by this commit (675)
Log message:
x11: Remove SHA1 hashes for distfiles
   2018-01-07 14:04:44 by Roland Illig | Files touched by this commit (583)
Log message:
Fix indentation in buildlink3.mk files.

The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.

There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
   2017-12-12 21:42:41 by Hauke Fath | Files touched by this commit (10)
Log message:
Unbreak package by culling extern declarations doubling as function
prototypes. Since NetBSD headers have moved to #including what they
reference, <string.h> is everywhere, which turns the externs from
annoying into harmful.