diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2018-10-10 14:46:36 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2018-10-10 14:46:36 +0000 |
commit | 69ba81ecc510390f336a85e1e4f1b25bf9a03852 (patch) | |
tree | ea0726d68ebf95a968b4084b9d067a5b022b595e /security/beid/files/patch-plugins_tools_eid-viewer_Makefile.am | |
parent | - Update to 2.145 (diff) |
Update to 4.4.9.
Diffstat (limited to 'security/beid/files/patch-plugins_tools_eid-viewer_Makefile.am')
-rw-r--r-- | security/beid/files/patch-plugins_tools_eid-viewer_Makefile.am | 24 |
1 files changed, 3 insertions, 21 deletions
diff --git a/security/beid/files/patch-plugins_tools_eid-viewer_Makefile.am b/security/beid/files/patch-plugins_tools_eid-viewer_Makefile.am index 306d1343c785..9b31e27a4cdf 100644 --- a/security/beid/files/patch-plugins_tools_eid-viewer_Makefile.am +++ b/security/beid/files/patch-plugins_tools_eid-viewer_Makefile.am @@ -1,29 +1,11 @@ ---- plugins_tools/eid-viewer/Makefile.am.orig 2018-07-20 12:53:45 UTC +--- plugins_tools/eid-viewer/Makefile.am.orig 2018-10-02 14:14:29 UTC +++ plugins_tools/eid-viewer/Makefile.am -@@ -51,6 +51,8 @@ libeidviewer_la_SOURCES = \ - cache/cache.cpp \ - conversions/bbannumconv.h \ - conversions/bbannumconv.cpp \ -+ conversions/booldecode.h \ -+ conversions/booldecode.cpp \ - conversions/genderconv.h \ - conversions/genderconv.cpp \ - conversions/hexnumconv.cpp \ -@@ -74,6 +76,8 @@ libeidviewer_la_SOURCES = \ - conversions/specconv.cpp \ - conversions/specorgconv.h \ - conversions/specorgconv.cpp \ -+ conversions/toxmlmemberoffamilyconv.h \ -+ conversions/toxmlmemberoffamilyconv.cpp \ - conversions/valdate.h \ - conversions/valdate.cpp \ - conversions/workpermitconv.h \ -@@ -193,7 +197,9 @@ dist_trust_DATA = \ +@@ -197,7 +197,9 @@ dist_trust_DATA = \ certs/belgiumrca4.pem install-data-hook: - $(SSL_PREFIX)/bin/c_rehash $(DESTDIR)/$(trustdir) -+ (cd $(DESTDIR)/$(trustdir) && for i in *.pem; do \ ++ (cd $(DESTDIR)$(trustdir) && for i in *.pem; do \ + ln -sfh $$i $$($(SSL_PREFIX)/bin/openssl x509 -hash -noout -in $$i).0; \ + done) |