pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Update glazier to 1.1
Module Name: pkgsrc-wip
Committed By: pin <voidpin%protonmail.com@localhost>
Pushed By: pin
Date: Wed Feb 16 15:24:19 2022 +0100
Changeset: e620d035a30d4b444e1565ea399b878b8a4e4a55
Modified Files:
glazier/Makefile
glazier/TODO
glazier/distinfo
Log Message:
Update glazier to 1.1
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e620d035a30d4b444e1565ea399b878b8a4e4a55
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
glazier/Makefile | 2 +-
glazier/TODO | 64 +++++++++++++++++++++++---------------------------------
glazier/distinfo | 6 +++---
3 files changed, 30 insertions(+), 42 deletions(-)
diffs:
diff --git a/glazier/Makefile b/glazier/Makefile
index a45a306d9f..9bb0f5780b 100644
--- a/glazier/Makefile
+++ b/glazier/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-DISTNAME= glazier-1.0
+DISTNAME= glazier-1.1
CATEGORIES= wm
MASTER_SITES= https://dl.z3bra.org/releases/
EXTRACT_SUFX= .tar.bz2
diff --git a/glazier/TODO b/glazier/TODO
index f5f3466969..4412498ffb 100644
--- a/glazier/TODO
+++ b/glazier/TODO
@@ -1,56 +1,44 @@
-=> Checksum BLAKE2s OK for glazier-1.0.tar.bz2
-=> Checksum SHA512 OK for glazier-1.0.tar.bz2
-===> Installing dependencies for glazier-1.0
+=> Bootstrap dependency digest>=20211023: found digest-20211023
+=> Checksum BLAKE2s OK for glazier-1.1.tar.bz2
+=> Checksum SHA512 OK for glazier-1.1.tar.bz2
+===> Installing dependencies for glazier-1.1
=> Build dependency x11-links>=1.34: found x11-links-1.34
=> Build dependency cwrappers>=20150314: found cwrappers-20180325
=> Full dependency xcb-util-cursor>=0.1.1nb1: found xcb-util-cursor-0.1.3
=> Full dependency xcb-util-image>=0.3.9: found xcb-util-image-0.4.0
-=> Full dependency wmutils-libwm>=1.2: found wmutils-libwm-1.2
+=> Full dependency wmutils-libwm>=1.2: found wmutils-libwm-1.3
===> Skipping vulnerability checks.
WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/pkg/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'.
-===> Overriding tools for glazier-1.0
-===> Extracting for glazier-1.0
-===> Patching for glazier-1.0
-===> Creating toolchain wrappers for glazier-1.0
-===> Configuring for glazier-1.0
+===> Overriding tools for glazier-1.1
+===> Extracting for glazier-1.1
+===> Patching for glazier-1.1
+===> Creating toolchain wrappers for glazier-1.1
+===> Configuring for glazier-1.1
=> Adjust comfig.mk
-===> Building for glazier-1.0
+===> Building for glazier-1.1
cp config.def.h config.h
cc -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -Wall -Wextra -pedantic -g -I/usr/pkg/include -I/usr/X11R7/include -I./libwm -c glazier.c
glazier.c: In function 'paint':
-glazier.c:206:28: error: 'ATTR_D' undeclared (first use in this function); did you mean 'ATTR_I'?
- 206 | d = wm_get_attribute(wid, ATTR_D);
- | ^~~~~~
- | ATTR_I
-glazier.c:206:28: note: each undeclared identifier is reported only once for each function it appears in
-glazier.c: In function 'cb_create':
-glazier.c:394:12: warning: implicit declaration of function 'wm_get_monitor' [-Wimplicit-function-declaration]
- 394 | if ((m = wm_get_monitor(wm_find_monitor(x, y)))) {
- | ^~~~~~~~~~~~~~
-glazier.c:394:27: warning: implicit declaration of function 'wm_find_monitor' [-Wimplicit-function-declaration]
- 394 | if ((m = wm_get_monitor(wm_find_monitor(x, y)))) {
- | ^~~~~~~~~~~~~~~
-glazier.c:394:10: warning: assignment to 'xcb_randr_monitor_info_t *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
- 394 | if ((m = wm_get_monitor(wm_find_monitor(x, y)))) {
- | ^
-glazier.c: In function 'crossedge':
-glazier.c:808:4: warning: assignment to 'xcb_randr_monitor_info_t *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
- 808 | m = wm_get_monitor(wm_find_monitor(x, y));
- | ^
-glazier.c: In function 'snaptoedge':
-glazier.c:835:4: warning: assignment to 'xcb_randr_monitor_info_t *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
- 835 | m = wm_get_monitor(wm_find_monitor(x, y));
- | ^
-*** Error code 1
+glazier.c:164:5: warning: 'color' may be used uninitialized in this function [-Wmaybe-uninitialized]
+ 164 | if (!color) {
+ | ^
+glazier.c:155:11: note: 'color' was declared here
+ 155 | uint32_t color;
+ | ^~~~~
+bmake: don't know how to make libwm/libwm.a. Stop
-Stop.
-bmake: stopped in /usr/pkgsrc/wip/glazier/work/glazier-1.0
-*** Error code 1
+bmake: stopped in /usr/pkgsrc/wip/glazier/work/glazier-1.1
+*** Error code 2
Stop.
bmake[1]: stopped in /usr/pkgsrc/wip/glazier
*** Error code 1
Stop.
-
+bmake: stopped in /usr/pkgsrc/wip/glazier
+error: External command failed
+ ┌─ shell:26:1
+ │
+26 │ bmake
+ │ ^^^^^ command failed
diff --git a/glazier/distinfo b/glazier/distinfo
index a94be60b78..7ddf2b267b 100644
--- a/glazier/distinfo
+++ b/glazier/distinfo
@@ -1,5 +1,5 @@
$NetBSD$
-BLAKE2s (glazier-1.0.tar.bz2) = 39923dada688db86d9bd21c799d679c6c2bc1e1894eac8d52ba5825596b5f332
-SHA512 (glazier-1.0.tar.bz2) = 12b45a025c59682bee70aabd60d3513d103e3aa499f790fa10c379b1a92945c867562d931ac118fc92cb4d2ed36d7f4bc2dd62873a075aa489869132ca1a4b2c
-Size (glazier-1.0.tar.bz2) = 12799 bytes
+BLAKE2s (glazier-1.1.tar.bz2) = b8ca0334fdca4ec97f21e43a17486eb39ae8172e3744eca1266381e8124bc4e0
+SHA512 (glazier-1.1.tar.bz2) = 80b8ab8a3167908b0ed9c2232d229d07107ada6cc81d7a32c9b9811752739765abaf7cf385d929d6fa69e20c74abbc7ce0a721a881925ee01b7d6b087a47bc6f
+Size (glazier-1.1.tar.bz2) = 12793 bytes
Home |
Main Index |
Thread Index |
Old Index