./x11/libXaw3d, X 3D Athena Widget Set

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


Branch: CURRENT, Version: 1.6.6, Package name: libXaw3d-1.6.6, Maintainer: pkgsrc-users

Xaw3d is the X 3D Athena Widget Set. Xaw3d is a widget set based on the X
Toolkit Intrinsics (Xt) Library.


Required to build:
[pkgtools/x11-links] [devel/xorg-util-macros] [pkgtools/cwrappers]

Master sites:

Filesize: 470.742 KB

Version history: (Expand)


CVS history: (Expand)


   2024-03-03 11:04:01 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
libXaw3d: update to 1.6.6.

This release fixes a failure to build with the upcoming gcc 14 compiler,
and drops code checks for a number of OS'es from the previous millenium
(none of which have actually been supported since the conversion from
imake to autoconf builds).

Alan Coopersmith (11):
      gitlab CI: add xz-utils to container for "make distcheck"
      Multisink.c: Clear -Werror=incompatible-pointer-types error
      unifdef NCR
      unifdef sony
      unifdef AIXV3
      unifdef __osf__
      unifdef __UNIXOS2__
      Remove unused sharedlib.c
      unifdef macII
      unifdef ISC
      libXaw3d 1.6.6
   2023-05-16 18:57:42 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
libXaw3d: update to 1.6.5.

Alan Coopersmith (4):
      Issue #5: incompatible function pointer passed in _XawImRealize()
      configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
      configure: pass noyywrap to AC_PROG_LEX if using autoconf 2.70 or later
      Set close-on-exec when opening files

Matt Turner (1):
      libXaw3d 1.6.5
   2022-08-29 11:45:50 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
libXaw3d: update to 1.6.4.

Alan Coopersmith (9):
      Fix fd leak when write() fails in WriteToFile()
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Pass correct number of atoms from SelectSave to _XawTextSaltAwaySelection
      Build xz tarballs instead of bzip2
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      convert ISO8859-1 encoded source files to UTF-8
      libXaw3d 1.6.4

Eric Sesterhenn (1):
      Bug 24635: File Descriptor leaks in libxaw-1.0.7

Thomas E. Dickey (2):
      build-fixes when _CONST_X_STRING is defined
      issue #4: configure doesn't fail if flex is not installed
   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
   2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046)
Log message:
all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
   2018-06-19 09:14:07 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
libXaw3d: update to 1.6.3.

Alan Coopersmith (9):
     Remove CRAY/WORD64 support (unifdef -UCRAY -UWORD64)
     Replace TXT16 with XChar2b inline
     Remove support for pre-C89 headers (unifdef -UX_NOT_STDC_ENV)
     configure: Drop AM_MAINTAINER_MODE
     autogen.sh: Honor NOCONFIGURE=1
     Just use C89 size_t instead of rolling our own Size_t & Off_t
     Use SEEK_* names instead of raw numbers for fseek whence argument
     Get rid of some extraneous ; at the end of C source lines
     Avoid using dead pointer in _XawTextSetSelection

Emil Velikov (1):
     autogen.sh: use quoted string variables

Javier Pello (1):
     Fix --disable-feature options in configure

Jeremy Huddleston Sequoia (1):
     darwin: Remove incorrect export of vendorShellClassRec and \ 
vendorShellWidgetClass

Matt Turner (1):
     libXaw3d 1.6.3

Mihail Konev (1):
     autogen: add default patch prefix

Peter Hutterer (1):
     autogen.sh: use exec instead of waiting for configure to finish

Thomas Klausner (1):
     Fix abs() usage.
   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.