diff options
author | wiz <wiz@pkgsrc.org> | 2016-07-04 20:41:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-07-04 20:41:26 +0000 |
commit | f692442b63d6416604b6057b7d3dbada06ef1a35 (patch) | |
tree | 4fec2de315e50771a04506bf2a9fa7a530afe5bf /security/libressl | |
parent | db6bb3ac5961bcda3dc17c7df3fe42232117d1e9 (diff) | |
download | pkgsrc-f692442b63d6416604b6057b7d3dbada06ef1a35.tar.gz |
Remove obsolete patches.
Diffstat (limited to 'security/libressl')
-rw-r--r-- | security/libressl/patches/patch-apps_Makefile.am | 29 | ||||
-rw-r--r-- | security/libressl/patches/patch-apps_Makefile.in | 46 |
2 files changed, 0 insertions, 75 deletions
diff --git a/security/libressl/patches/patch-apps_Makefile.am b/security/libressl/patches/patch-apps_Makefile.am deleted file mode 100644 index fe439af2715..00000000000 --- a/security/libressl/patches/patch-apps_Makefile.am +++ /dev/null @@ -1,29 +0,0 @@ -$NetBSD: patch-apps_Makefile.am,v 1.2 2016/01/05 12:51:20 sevan Exp $ - -Remove install-exec-hook as we handle things with CONF_FILES during post-install -phase - ---- apps/Makefile.am.orig 2016-01-04 01:06:40.000000000 +0000 -+++ apps/Makefile.am -@@ -90,21 +90,6 @@ EXTRA_DIST += openssl.cnf - EXTRA_DIST += x509v3.cnf - EXTRA_DIST += CMakeLists.txt - --install-exec-hook: -- @if [ "@OPENSSLDIR@x" != "x" ]; then \ -- OPENSSLDIR="$(DESTDIR)/@OPENSSLDIR@"; \ -- else \ -- OPENSSLDIR="$(DESTDIR)/$(sysconfdir)/ssl"; \ -- fi; \ -- mkdir -p "$$OPENSSLDIR/certs"; \ -- for i in cert.pem openssl.cnf x509v3.cnf; do \ -- if [ ! -f "$$OPENSSLDIR/$i" ]; then \ -- $(INSTALL) -m 644 "$(srcdir)/$$i" "$$OPENSSLDIR/$$i"; \ -- else \ -- echo " $$OPENSSLDIR/$$i already exists, install will not overwrite"; \ -- fi \ -- done -- - uninstall-local: - @if [ "@OPENSSLDIR@x" != "x" ]; then \ - OPENSSLDIR="$(DESTDIR)/@OPENSSLDIR@"; \ diff --git a/security/libressl/patches/patch-apps_Makefile.in b/security/libressl/patches/patch-apps_Makefile.in deleted file mode 100644 index 39a57144a32..00000000000 --- a/security/libressl/patches/patch-apps_Makefile.in +++ /dev/null @@ -1,46 +0,0 @@ -$NetBSD: patch-apps_Makefile.in,v 1.2 2016/01/05 12:51:20 sevan Exp $ - -Remove install-exec-hook as we handle things with CONF_FILES during post-install -phase - ---- apps/Makefile.in.orig 2016-01-04 01:05:53.000000000 +0000 -+++ apps/Makefile.in -@@ -688,7 +688,6 @@ install-dvi-am: - - install-exec-am: install-binPROGRAMS - @$(NORMAL_INSTALL) -- $(MAKE) $(AM_MAKEFLAGS) install-exec-hook - install-html: install-html-am - - install-html-am: -@@ -737,7 +736,7 @@ uninstall-am: uninstall-binPROGRAMS unin - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-binPROGRAMS \ - install-data install-data-am install-dvi install-dvi-am \ -- install-exec install-exec-am install-exec-hook install-html \ -+ install-exec install-exec-am install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ -@@ -749,21 +748,6 @@ uninstall-am: uninstall-binPROGRAMS unin - .PRECIOUS: Makefile - - --install-exec-hook: -- @if [ "@OPENSSLDIR@x" != "x" ]; then \ -- OPENSSLDIR="$(DESTDIR)/@OPENSSLDIR@"; \ -- else \ -- OPENSSLDIR="$(DESTDIR)/$(sysconfdir)/ssl"; \ -- fi; \ -- mkdir -p "$$OPENSSLDIR/certs"; \ -- for i in cert.pem openssl.cnf x509v3.cnf; do \ -- if [ ! -f "$$OPENSSLDIR/$i" ]; then \ -- $(INSTALL) -m 644 "$(srcdir)/$$i" "$$OPENSSLDIR/$$i"; \ -- else \ -- echo " $$OPENSSLDIR/$$i already exists, install will not overwrite"; \ -- fi \ -- done -- - uninstall-local: - @if [ "@OPENSSLDIR@x" != "x" ]; then \ - OPENSSLDIR="$(DESTDIR)/@OPENSSLDIR@"; \ |