pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/rgb rgb: update to 1.1.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/00cd7009b3f3
branches: trunk
changeset: 387429:00cd7009b3f3
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Oct 30 01:11:02 2022 +0000
description:
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
diffstat:
x11/rgb/Makefile | 7 +++----
x11/rgb/distinfo | 8 ++++----
2 files changed, 7 insertions(+), 8 deletions(-)
diffs (30 lines):
diff -r 37f317656afd -r 00cd7009b3f3 x11/rgb/Makefile
--- a/x11/rgb/Makefile Sun Oct 30 01:10:01 2022 +0000
+++ b/x11/rgb/Makefile Sun Oct 30 01:11:02 2022 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2020/01/18 23:35:55 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2022/10/30 01:11:02 wiz Exp $
-DISTNAME= rgb-1.0.6
-PKGREVISION= 1
+DISTNAME= rgb-1.1.0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
-EXTRACT_SUFX= .tar.bz2
+EXTRACT_SUFX= .tar.xz
MAINTAINER= joerg%NetBSD.org@localhost
HOMEPAGE= https://xorg.freedesktop.org/
diff -r 37f317656afd -r 00cd7009b3f3 x11/rgb/distinfo
--- a/x11/rgb/distinfo Sun Oct 30 01:10:01 2022 +0000
+++ b/x11/rgb/distinfo Sun Oct 30 01:11:02 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 11:34:26 nia Exp $
+$NetBSD: distinfo,v 1.9 2022/10/30 01:11:02 wiz Exp $
-BLAKE2s (rgb-1.0.6.tar.bz2) = f869ac09a5b854f98e12c56729b69d8dba69f6524674ded8d528995a35fc806b
-SHA512 (rgb-1.0.6.tar.bz2) = 92c8885a0e1482065a8b86f7be890859a5eab6b9d57ff219e916cbbd10cd185deec1c5db25dae8c405a343ab0e2ddaba3ddfe0b567d06534405f102e1845654e
-Size (rgb-1.0.6.tar.bz2) = 139225 bytes
+BLAKE2s (rgb-1.1.0.tar.xz) = 9ff1b543166f527325220907de1db2074eb0072b2d52a6de37cbd6badef4a804
+SHA512 (rgb-1.1.0.tar.xz) = 640888d64b2d328fff4a1652ba1299436e348bc3cbc90710d79c635acfa7f2fce0018adb818123b41ca008197ff1cbf87aab60501de36c163bed2d80d8556008
+Size (rgb-1.1.0.tar.xz) = 132824 bytes
Home |
Main Index |
Thread Index |
Old Index