Bug 217999

Summary: Activation of the filter for devel/pcsc-lite
Product: Ports & Packages Reporter: Roberto Fernandez Cueto <roberfern>
Component: Individual Port(s)Assignee: Mahdi Mokhtari <mmokhi>
Status: Closed FIXED    
Severity: Affects Only Me Flags: mmokhi: maintainer-feedback+
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://reviews.freebsd.org/D10090
Attachments:
Description Flags
Patch adds filter option, and bumps PORTREVISION mmokhi: maintainer-approval+

Description Roberto Fernandez Cueto 2017-03-22 10:43:04 UTC
A patch to activate the filter of pcscd can be found under https://reviews.freebsd.org/D10090

This will allow to use some programs that uses the first recognized card reader by filtering the other ones out.
Comment 1 Mahdi Mokhtari freebsd_committer freebsd_triage 2017-03-22 11:37:14 UTC
Created attachment 181049 [details]
Patch adds filter option, and bumps PORTREVISION
Comment 2 Mahdi Mokhtari freebsd_committer freebsd_triage 2017-03-22 11:38:13 UTC
(In reply to Mahdi Mokhtari from comment #1)
I did QA (portlint, poudriere) on it too :-)
It's Okay IMO.
Comment 3 commit-hook freebsd_committer freebsd_triage 2017-03-26 16:03:29 UTC
A commit references this bug:

Author: mmokhi
Date: Sun Mar 26 16:03:11 UTC 2017
New revision: 436972
URL: https://svnweb.freebsd.org/changeset/ports/436972

Log:
  devel/pcsc-lite: Add option for activating filters.
  This enables users to ignore/extend reader names returned by PC/SC.

  PR:		217999
  Reported by:	Roberto Fernandez Cueto <roberfern@gmail.com>
  Reviewed by:	mat, mmokhi
  Approved by:	mat (mentor)
  Differential Revision:	https://reviews.freebsd.org/D10090

Changes:
  head/devel/pcsc-lite/Makefile
Comment 4 Mahdi Mokhtari freebsd_committer freebsd_triage 2017-03-26 16:04:47 UTC
Thanks :)