pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/freerdp2
Module Name: pkgsrc
Committed By: jdolecek
Date: Mon May 3 18:24:38 UTC 2021
Modified Files:
pkgsrc/net/freerdp2: Makefile options.mk
Log Message:
add option for PCSC (smart cards), enable by default
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/freerdp2/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/freerdp2/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/freerdp2/Makefile
diff -u pkgsrc/net/freerdp2/Makefile:1.19 pkgsrc/net/freerdp2/Makefile:1.20
--- pkgsrc/net/freerdp2/Makefile:1.19 Mon May 3 17:41:50 2021
+++ pkgsrc/net/freerdp2/Makefile Mon May 3 18:24:38 2021
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2021/05/03 17:41:50 jdolecek Exp $
+# $NetBSD: Makefile,v 1.20 2021/05/03 18:24:38 jdolecek Exp $
DISTNAME= freerdp-2.1.2
PKGNAME= ${DISTNAME:S/freerdp-/freerdp2-/1}
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= net
MASTER_SITES= https://pub.freerdp.com/releases/
Index: pkgsrc/net/freerdp2/options.mk
diff -u pkgsrc/net/freerdp2/options.mk:1.2 pkgsrc/net/freerdp2/options.mk:1.3
--- pkgsrc/net/freerdp2/options.mk:1.2 Tue Jun 9 12:22:01 2020
+++ pkgsrc/net/freerdp2/options.mk Mon May 3 18:24:38 2021
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.2 2020/06/09 12:22:01 nia Exp $
+# $NetBSD: options.mk,v 1.3 2021/05/03 18:24:38 jdolecek Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.freerdp2
-PKG_SUPPORTED_OPTIONS= alsa pulseaudio cups x11
-PKG_SUGGESTED_OPTIONS= x11
+PKG_SUPPORTED_OPTIONS= alsa pulseaudio cups x11 pcsc
+PKG_SUGGESTED_OPTIONS= x11 pcsc
PKG_SUGGESTED_OPTIONS.Linux= alsa
.include "../../mk/bsd.options.mk"
@@ -47,3 +47,11 @@ CMAKE_ARGS+= -DWITH_X11=ON
.else
CMAKE_ARGS+= -DWITH_X11=OFF
.endif
+
+.if !empty(PKG_OPTIONS:Mpcsc)
+. include "../../security/pcsc-lite/buildlink3.mk"
+CMAKE_ARGS+= -DWITH_PCSC=ON
+PLIST.pcsc= yes
+.else
+CMAKE_ARGS+= -DWITH_PCSC=OFF
+.endif
Home |
Main Index |
Thread Index |
Old Index