Date: Tue, 22 Oct 2019 11:21:42 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r515187 - in head/security/opensc: . files Message-ID: <201910221121.x9MBLgDZ084292@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Tue Oct 22 11:21:42 2019 New Revision: 515187 URL: https://svnweb.freebsd.org/changeset/ports/515187 Log: security/opensc: Fix sample config install Error: Missing: %%ETCDIR%%.conf.sample [...] Installing opensc-0.19.0... cp: /usr/local/etc/opensc.conf.sample: No such file or directory The build uses USES=autoreconf and patching etc/Makefile.in is a nop. Patch etc/Makefile.am instead. Broken in r500489. Added: head/security/opensc/files/patch-etc_Makefile.am - copied, changed from r515186, head/security/opensc/files/patch-etc_Makefile.in Deleted: head/security/opensc/files/patch-etc_Makefile.in Modified: head/security/opensc/Makefile Modified: head/security/opensc/Makefile ============================================================================== --- head/security/opensc/Makefile Tue Oct 22 10:41:28 2019 (r515186) +++ head/security/opensc/Makefile Tue Oct 22 11:21:42 2019 (r515187) @@ -3,6 +3,7 @@ PORTNAME= opensc PORTVERSION= 0.19.0 +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= https://github.com/OpenSC/OpenSC/releases/download/${PORTVERSION}/ Copied and modified: head/security/opensc/files/patch-etc_Makefile.am (from r515186, head/security/opensc/files/patch-etc_Makefile.in) ============================================================================== --- head/security/opensc/files/patch-etc_Makefile.in Tue Oct 22 10:41:28 2019 (r515186, copy source) +++ head/security/opensc/files/patch-etc_Makefile.am Tue Oct 22 11:21:42 2019 (r515187) @@ -1,6 +1,6 @@ ---- etc/Makefile.in.orig 2018-09-13 11:56:07 UTC -+++ etc/Makefile.in -@@ -558,13 +558,7 @@ opensc.conf.example: opensc.conf.example +--- 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)"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910221121.x9MBLgDZ084292>