CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2023/11/15 10:12:06
Modified files:
x11/xfce4 : xfce4.port.mk
x11/xfce4/xfce4-wavelan: Makefile
Log message:
x11/xfce4: pass --disable-debug by default to ports built from an upstream
commit
in january, kn@ noticed that xfce4-wavelan filled .xsession-errors logs
with debugging info, so --enable-maintainer-mode --enable-debug was put
behind .defined(DEBUG), but that broke building ports that built some
.ui files so --enable-maintainer-mode was readded for ports using
XFCE_COMMIT.
turns out --enable-maintainer-mode silently toggles --enable-debug..
so explicitely pass --disable-debug if DEBUG isn't defined, and bump
xfce4-wavelan which was the only affected port.