pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/evas



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Fri Jan 23 01:31:50 UTC 2026

Modified Files:
        pkgsrc/graphics/evas: Makefile

Log Message:
evas: tweak PLIST.cserve on NetBSD

shm_open(3) was added over ten years ago, so we can reasonably expect
this is present in any supported NetBSD release. (On the other hand,
pkgtools/mksandbox does not create a /var/shm, so untweaked pbulk
environments can choke on this. Might as well drop the cruft here.)


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/graphics/evas/Makefile

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

Modified files:

Index: pkgsrc/graphics/evas/Makefile
diff -u pkgsrc/graphics/evas/Makefile:1.31 pkgsrc/graphics/evas/Makefile:1.32
--- pkgsrc/graphics/evas/Makefile:1.31  Thu Apr 24 14:14:16 2025
+++ pkgsrc/graphics/evas/Makefile       Fri Jan 23 01:31:50 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2025/04/24 14:14:16 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2026/01/23 01:31:50 gutteridge Exp $
 
 COMMENT=       Enlightened Canvas Library
 PKGREVISION=   5
@@ -17,10 +17,7 @@ INSTALLATION_DIRS=   lib/evas/modules/load
 
 PLIST_SRC+=    PLIST
 .if ${OPSYS} == "NetBSD"
-.  if exists(/var/shm)
-# /var/shm was added together with shm_open, so use this as test.
 PLIST_SRC+=    PLIST.cserve
-.  endif
 .elif ${OPSYS} == "OpenBSD" || ${OPSYS} == "Linux"
 # No shm_open on OpenBSD
 .else



Home | Main Index | Thread Index | Old Index