[Bug 292406] x11-wm/dwm 6.7 build failure XINERAMA
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 12 Jan 2026 14:29:07 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292406
Bug ID: 292406
Summary: x11-wm/dwm 6.7 build failure XINERAMA
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: pkubaj@FreeBSD.org
Reporter: jakub_lach@mailplus.pl
Assignee: pkubaj@FreeBSD.org
Flags: maintainer-feedback?(pkubaj@FreeBSD.org)
===> Patching for dwm-6.7
===> dwm-6.7 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found
===> dwm-6.7 depends on file: /usr/local/libdata/pkgconfig/xft.pc - found
===> dwm-6.7 depends on file: /usr/local/libdata/pkgconfig/xinerama.pc -
found
===> dwm-6.7 depends on shared library: libfontconfig.so - found
(/usr/local/lib/libfontconfig.so)
===> Configuring for dwm-6.7
===> Building for dwm-6.7
--- drw.o ---
--- dwm.o ---
--- drw.o ---
cc -c -O2 -pipe -march=penryn -fstack-protector-strong -fno-strict-aliasing
-std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os -I/usr/local/include
-I/usr/local/include/freetype2 -D_DEFAULT_SOURCE -D_BSD_SOURCE
-D_XOPEN_SOURCE=700L -DVERSION=\"6.7\" -DXINERAMA drw.c
--- dwm.o ---
cc -c -O2 -pipe -march=penryn -fstack-protector-strong -fno-strict-aliasing
-std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os -I/usr/local/include
-I/usr/local/include/freetype2 -D_DEFAULT_SOURCE -D_BSD_SOURCE
-D_XOPEN_SOURCE=700L -DVERSION=\"6.7\" -DXINERAMA dwm.c
dwm.c:1175:48: error: use of undeclared identifier 'refreshrate'
1175 | if ((ev.xmotion.time - lasttime) <= (1000 /
refreshrate))
| ^
dwm.c:1329:48: error: use of undeclared identifier 'refreshrate'
1329 | if ((ev.xmotion.time - lasttime) <= (1000 /
refreshrate))
| ^
2 errors generated.
*** [dwm.o] Error code 1
make: stopped making "all" in /usr/obj/usr/ports/x11-wm/dwm/work/dwm-6.7
make: 1 error
make: stopped making "all" in /usr/obj/usr/ports/x11-wm/dwm/work/dwm-6.7
===> Compilation failed unexpectedly.
--
You are receiving this mail because:
You are the assignee for the bug.