svn commit: r515187 - in head/security/opensc: . files
Tobias Kortkamp
tobik at FreeBSD.org
Tue Oct 22 11:21:43 UTC 2019
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)"
More information about the svn-ports-head
mailing list