Path to this page:
Subject: CVS commit: pkgsrc/x11/rgb
From: Thomas Klausner
Date: 2022-10-30 02:11:03
Message id: 20221030011103.1EE8FFA90@cvs.NetBSD.org
Log Message:
rgb: update to 1.1.0.
This release adds a new configure option --with-rgb-db-library to allow
builders more control over which dbm or ndbm compatible library is used
if --with-rgb-db-type is set to one of the non-default database options
instead of the default of "text". The --with-rgb-db-library option can
allow use of libraries that are not normally searched for (gdbm_compat)
or to bypass libraries we do normally search for (like Berkeley db).
Alan Coopersmith (12):
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
gitlab CI: add a basic build test
Build xz tarballs instead of bzip2
Remove unnecessary casts from malloc() & memcpy() calls
rgb.c: fix -Wdiscarded-qualifiers warning
rgb.c: if filename is too long, report error instead of truncating
README: provide more information on --with-rgb-db-type
configure: Add --with-rgb-db-library option
gitlab CI: build all 3 --with-rgb-db-type=(text|dbm|ndbm) options
gitlab CI: stop requiring Signed-off-by in commits
rgb 1.1.0
Emil Velikov (1):
autogen.sh: use quoted string variables
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
Files: