pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/ccid



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jun  8 09:15:10 UTC 2026

Modified Files:
        pkgsrc/security/ccid: Makefile

Log Message:
ccid: operating system path is now SunOS on Solaris

https://reports.pkgci.org/SmartOS/upstream/trunk/20260528T194455Z/ccid-1.8.0/install.log


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/security/ccid/Makefile

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

Modified files:

Index: pkgsrc/security/ccid/Makefile
diff -u pkgsrc/security/ccid/Makefile:1.53 pkgsrc/security/ccid/Makefile:1.54
--- pkgsrc/security/ccid/Makefile:1.53  Thu May 28 06:43:45 2026
+++ pkgsrc/security/ccid/Makefile       Mon Jun  8 09:15:10 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2026/05/28 06:43:45 adam Exp $
+# $NetBSD: Makefile,v 1.54 2026/06/08 09:15:10 wiz Exp $
 
 DISTNAME=      ccid-1.8.0
 CATEGORIES=    security
@@ -21,8 +21,6 @@ MESON_ARGS+=          -Dudev-rules=false
 
 .if ${OPSYS} == "Darwin"
 PLIST_SUBST+=          OSNAME=MacOS
-.elif ${OPSYS} == "SunOS"
-PLIST_SUBST+=          OSNAME=Solaris
 .else
 PLIST_SUBST+=          OSNAME=${OPSYS}
 .endif



Home | Main Index | Thread Index | Old Index