pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/i3lock-color



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Dec 18 14:19:23 UTC 2025

Modified Files:
        pkgsrc/x11/i3lock-color: Makefile

Log Message:
i3lock-color: Add support for SunOS.

Also, if zsh is installed on the host system, an extra file appears in
the PLIST. Hide zsh in order to avoid PLIST problems.

(I use neither SunOS or zsh - the magic of CI...)


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/i3lock-color/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/i3lock-color/Makefile
diff -u pkgsrc/x11/i3lock-color/Makefile:1.8 pkgsrc/x11/i3lock-color/Makefile:1.9
--- pkgsrc/x11/i3lock-color/Makefile:1.8        Thu Oct 23 20:39:58 2025
+++ pkgsrc/x11/i3lock-color/Makefile    Thu Dec 18 14:19:23 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2025/10/23 20:39:58 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2025/12/18 14:19:23 nia Exp $
 
 DISTNAME=      i3lock-color-2.13.c.5
 PKGREVISION=   4
@@ -14,8 +14,13 @@ USE_TOOLS+=  gmake pkg-config autoconf au
 USE_LANGUAGES= c99
 GNU_CONFIGURE= yes
 
+CFLAGS.SunOS+= -Du_int32_t=uint32_t
+LDFLAGS.SunOS+=        -lsocket
+
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFBASEDIR}
 
+CONFIGURE_ENV+=                ac_cv_prog_ZSH_AVAILABLE=no
+
 INSTALL_MAKE_FLAGS+=   sysconfdir=${PREFIX}/share/examples/i3lock
 
 EGDIR= ${PREFIX}/share/examples/i3lock



Home | Main Index | Thread Index | Old Index