pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Remove traces of crypto restrictions.
Module Name: pkgsrc-wip
Committed By: coypu <coypu%sdf.org@localhost>
Pushed By: coypu
Date: Tue Jan 2 07:47:12 2018 +0200
Changeset: 6250657d723855d0107107322e94f19d2b99f543
Modified Files:
aespipe/Makefile
openssh/Makefile
p5-Crypt-CAST5/Makefile
Log Message:
Remove traces of crypto restrictions.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6250657d723855d0107107322e94f19d2b99f543
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
aespipe/Makefile | 1 -
openssh/Makefile | 2 --
p5-Crypt-CAST5/Makefile | 2 --
3 files changed, 5 deletions(-)
diffs:
diff --git a/aespipe/Makefile b/aespipe/Makefile
index adace2aa70..96e79af93c 100644
--- a/aespipe/Makefile
+++ b/aespipe/Makefile
@@ -14,7 +14,6 @@ COMMENT= AES encryption pipe from the loop-aes project
DEPENDS+= gnupg>=1.2.0:../../security/gnupg
-CRYPTO= YES
GNU_CONFIGURE= YES
.include "../../mk/bsd.prefs.mk"
diff --git a/openssh/Makefile b/openssh/Makefile
index 66d990cdb5..c82301a0c5 100644
--- a/openssh/Makefile
+++ b/openssh/Makefile
@@ -19,8 +19,6 @@ BROKEN_FOR_PLATFORM+= OpenBSD-*-*
USE_GCC_RUNTIME= yes
USE_TOOLS+= autoconf perl
-CRYPTO= yes
-
# retain the following line, for IPv6-ready pkgsrc webpage
BUILD_DEFS+= IPV6_READY
diff --git a/p5-Crypt-CAST5/Makefile b/p5-Crypt-CAST5/Makefile
index 813c83e112..33e79116e1 100644
--- a/p5-Crypt-CAST5/Makefile
+++ b/p5-Crypt-CAST5/Makefile
@@ -9,8 +9,6 @@ MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://search.cpan.org/dist/Crypt-CAST5/
COMMENT= Perl5 CAST5 block cipher implementation
-
-CRYPTO= YES
PERL5_PACKLIST= auto/Crypt/CAST5/.packlist
.include "../../lang/perl5/module.mk"
Home |
Main Index |
Thread Index |
Old Index