Index: head/security/opensc/Makefile =================================================================== --- head/security/opensc/Makefile (revision 515186) +++ head/security/opensc/Makefile (revision 515187) @@ -1,77 +1,78 @@ # Created by: Bruce M Simpson # $FreeBSD$ PORTNAME= opensc PORTVERSION= 0.19.0 +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= https://github.com/OpenSC/OpenSC/releases/download/${PORTVERSION}/ MAINTAINER= ale@FreeBSD.org COMMENT= Libraries and utilities to access smart cards LICENSE= LGPL21 USES= autoreconf compiler gmake libtool pkgconfig ssl OPTIONS_SINGLE= BACKEND OPTIONS_SINGLE_BACKEND=PCSC OPENCT CTAPI OPTIONS_DEFINE= SM NOTIFY DOCS MANPAGES OPTIONS_DEFAULT=PCSC SM NOTIFY MANPAGES OPTIONS_SUB= yes PCSC_DESC= Use PC/SC backend OPENCT_DESC= Use OpenCT backend CTAPI_DESC= Use CT-API backend SM_DESC= Enable secure messaging support NOTIFY_DESC= Enable notification support GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip CONFIGURE_ENV= \ OPENSSL_CFLAGS="-I${OPENSSLINC}" \ OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto" CONFIGURE_ARGS= --with-completiondir=${PREFIX}/etc/bash_completion.d PORTDOCS= * MANPAGES_CONFIGURE_ENABLE= man OPENCT_LIB_DEPENDS= libopenct.so:security/openct OPENCT_CONFIGURE_ENABLE= openct PCSC_LIB_DEPENDS= libpcsclite.so:devel/pcsc-lite PCSC_CONFIGURE_ENABLE= pcsc CTAPI_CONFIGURE_ENABLE= ctapi SM_CONFIGURE_ENABLE= sm NOTIFY_USES= gnome NOTIFY_USE= GNOME=glib20 NOTIFY_CONFIGURE_ENABLE= notify DOCS_CONFIGURE_ENABLE= doc .include .if ${PORT_OPTIONS:MDOCS} || ${PORT_OPTIONS:MMANPAGES} BUILD_DEPENDS+= xsltproc:textproc/libxslt \ ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl CONFIGURE_ENV+= XSLTPROC="${LOCALBASE}/bin/xsltproc" CONFIGURE_ARGS+=--with-xsl-stylesheetsdir=${LOCALBASE}/share/xsl/docbook .else CONFIGURE_ENV+= XSLTPROC="${FALSE}" CONFIGURE_ARGS+=--without-xsl-stylesheetsdir .endif .include .if ${CHOSEN_COMPILER_TYPE} == gcc post-patch: ${REINPLACE_CMD} -e '/-Wno-unused-but-set-variable/d' \ ${WRKSRC}/src/tools/Makefile.am .endif .include Index: head/security/opensc/files/patch-etc_Makefile.in =================================================================== --- head/security/opensc/files/patch-etc_Makefile.in (revision 515186) +++ head/security/opensc/files/patch-etc_Makefile.in (nonexistent) @@ -1,17 +0,0 @@ ---- etc/Makefile.in.orig 2018-09-13 11:56:07 UTC -+++ etc/Makefile.in -@@ -558,13 +558,7 @@ opensc.conf.example: opensc.conf.example - - install-exec-hook: opensc.conf.example - $(MKDIR_P) "$(DESTDIR)$(sysconfdir)" -- if [ -f "$(DESTDIR)$(sysconfdir)/opensc.conf" ]; then \ -- $(INSTALL_DATA) $(srcdir)/opensc.conf "$(DESTDIR)$(sysconfdir)/opensc.conf.new"; \ -- else \ -- $(INSTALL_DATA) $(srcdir)/opensc.conf "$(DESTDIR)$(sysconfdir)/opensc.conf"; \ -- fi -- $(MKDIR_P) "$(DESTDIR)$(docdir)" -- $(INSTALL_DATA) opensc.conf.example "$(DESTDIR)$(docdir)/opensc.conf"; -+ $(INSTALL_DATA) opensc.conf.example "$(DESTDIR)$(sysconfdir)/opensc.conf.sample"; - - uninstall-hook: opensc.conf.example - rm -f "$(DESTDIR)$(sysconfdir)/opensc.conf.new" "$(DESTDIR)$(sysconfdir)/opensc.conf" Property changes on: head/security/opensc/files/patch-etc_Makefile.in ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/security/opensc/files/patch-etc_Makefile.am =================================================================== --- head/security/opensc/files/patch-etc_Makefile.am (nonexistent) +++ head/security/opensc/files/patch-etc_Makefile.am (revision 515187) @@ -0,0 +1,17 @@ +--- etc/Makefile.am.orig 2018-09-13 11:52:42 UTC ++++ etc/Makefile.am +@@ -32,13 +32,7 @@ opensc.conf.example: opensc.conf.example.in force + + install-exec-hook: opensc.conf.example + $(MKDIR_P) "$(DESTDIR)$(sysconfdir)" +- if [ -f "$(DESTDIR)$(sysconfdir)/opensc.conf" ]; then \ +- $(INSTALL_DATA) $(srcdir)/opensc.conf "$(DESTDIR)$(sysconfdir)/opensc.conf.new"; \ +- else \ +- $(INSTALL_DATA) $(srcdir)/opensc.conf "$(DESTDIR)$(sysconfdir)/opensc.conf"; \ +- fi +- $(MKDIR_P) "$(DESTDIR)$(docdir)" +- $(INSTALL_DATA) opensc.conf.example "$(DESTDIR)$(docdir)/opensc.conf"; ++ $(INSTALL_DATA) opensc.conf.example "$(DESTDIR)$(sysconfdir)/opensc.conf.sample"; + + uninstall-hook: opensc.conf.example + rm -f "$(DESTDIR)$(sysconfdir)/opensc.conf.new" "$(DESTDIR)$(sysconfdir)/opensc.conf" Property changes on: head/security/opensc/files/patch-etc_Makefile.am ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property