summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2018-01-02 05:37:22 +0000
committermaya <maya@pkgsrc.org>2018-01-02 05:37:22 +0000
commitfa3de62b7575d546391f480cb36e4c44b75b0df2 (patch)
tree635e5a8cc93d19c79e57dfdb4aed2949e06b82d8
parent4ce2bd6242b235191dc9487c65cf8f8bf7a2c911 (diff)
downloadpkgsrc-fa3de62b7575d546391f480cb36e4c44b75b0df2.tar.gz
Remove traces of crypto restrictions from packages.
ok for idea riastradh.
-rw-r--r--archivers/hpack/Makefile4
-rw-r--r--graphics/ns-cult3d/Makefile3
-rw-r--r--mail/cyrus-imapd/Makefile3
-rw-r--r--mbone/rat/Makefile3
-rw-r--r--multimedia/adobe-flash-player/Makefile4
-rw-r--r--multimedia/adobe-flash-plugin11/Makefile4
-rw-r--r--net/tightvnc/Makefile3
-rw-r--r--net/tightvncviewer/Makefile3
-rw-r--r--net/vnc/Makefile3
-rw-r--r--net/vncviewer/Makefile3
-rw-r--r--security/cfs/Makefile4
-rw-r--r--security/gnupg/Makefile3
-rw-r--r--security/libbf/Makefile3
-rw-r--r--security/libdes/Makefile3
-rw-r--r--security/libidea/Makefile3
-rw-r--r--security/openssh/Makefile4
-rw-r--r--security/openssl/Makefile4
-rw-r--r--security/p5-Crypt-Blowfish/Makefile3
-rw-r--r--security/p5-Crypt-Blowfish_PP/Makefile3
-rw-r--r--security/p5-Crypt-Eksblowfish/Makefile3
-rw-r--r--security/pgp2/Makefile3
-rw-r--r--security/pgp5/Makefile3
-rw-r--r--security/rc5des/Makefile3
-rw-r--r--security/rsaref/Makefile3
-rw-r--r--security/srp_client/Makefile3
25 files changed, 25 insertions, 56 deletions
diff --git a/archivers/hpack/Makefile b/archivers/hpack/Makefile
index 8e37c4e1ad6..f5f57bf506f 100644
--- a/archivers/hpack/Makefile
+++ b/archivers/hpack/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2016/01/23 05:56:39 zafer Exp $
+# $NetBSD: Makefile,v 1.40 2018/01/02 05:37:22 maya Exp $
DISTNAME= hpack79src
PKGNAME= hpack-0.79
@@ -9,8 +9,6 @@ MASTER_SITES= ftp://ftp.csc.fi/index/crypt/archive/idea.sec.dsi.unimi.it/code/
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Multi-System Archiver with open keys PGP-based security
-CRYPTO= yes
-
DIST_SUBDIR= ${PKGNAME_NOREV}
WRKSRC= ${WRKDIR}
MAKE_FILE= makefile
diff --git a/graphics/ns-cult3d/Makefile b/graphics/ns-cult3d/Makefile
index 7bac5135639..b75ae8a0527 100644
--- a/graphics/ns-cult3d/Makefile
+++ b/graphics/ns-cult3d/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2017/09/03 08:36:55 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2018/01/02 05:37:22 maya Exp $
#
DISTNAME= Cult3D_NS4_5.2b1
@@ -23,7 +23,6 @@ NO_CONFIGURE= yes
NO_BUILD= yes
USE_TOOLS+= pax
CHECK_SHLIBS_SUPPORTED= no
-CRYPTO= yes
INSTALLATION_DIRS= lib/netscape/plugins share/doc
diff --git a/mail/cyrus-imapd/Makefile b/mail/cyrus-imapd/Makefile
index 7889975d46f..a4c5fc275e0 100644
--- a/mail/cyrus-imapd/Makefile
+++ b/mail/cyrus-imapd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.109 2017/08/14 15:25:36 jlam Exp $
+# $NetBSD: Makefile,v 1.110 2018/01/02 05:37:22 maya Exp $
DISTNAME= cyrus-imapd-2.2.13p1
PKGREVISION= 16
@@ -64,7 +64,6 @@ PKG_OPTIONS+= gssapi
.if !empty(PKG_OPTIONS:Mkerberos4)
. if exists(/usr/include/kerberosIV/krb.h)
-CRYPTO+= uses Kerberos encryption code
CONFIGURE_ARGS+= --with-krb=/usr
. endif
.elif !empty(PKG_OPTIONS:Mgssapi)
diff --git a/mbone/rat/Makefile b/mbone/rat/Makefile
index 4f17bbc60da..d59c529b219 100644
--- a/mbone/rat/Makefile
+++ b/mbone/rat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2017/09/12 08:21:30 dholland Exp $
+# $NetBSD: Makefile,v 1.47 2018/01/02 05:37:22 maya Exp $
#
DISTNAME= rat-3.0.28
@@ -10,7 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www-mice.cs.ucl.ac.uk/multimedia/software/rat/
COMMENT= Robust Audio Tool - multicast audioconferencing
-CRYPTO= yes
USE_TOOLS+= gmake
USER= build
diff --git a/multimedia/adobe-flash-player/Makefile b/multimedia/adobe-flash-player/Makefile
index 22457d22039..9d59db5b35a 100644
--- a/multimedia/adobe-flash-player/Makefile
+++ b/multimedia/adobe-flash-player/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2017/12/13 16:19:36 tsutsui Exp $
+# $NetBSD: Makefile,v 1.15 2018/01/02 05:37:22 maya Exp $
FLASH_VERSION= 28.0.0.126
DISTNAME= flash_player_npapi_linux.${FLASH_ARCH}
@@ -25,8 +25,6 @@ NOT_FOR_PLATFORM= NetBSD-[0-5]*-* NetBSD-6.[0-1].*-* NetBSD-7.0.*-*
WRKSRC= ${WRKDIR}
BUILD_DIRS= # empty
-CRYPTO= yes
-
EMUL_PLATFORMS= linux-i386 linux-x86_64
EMUL_MODULES.linux= gtk2 x11 glx krb5 alsa curl nss nspr
# flashplayer 24 still supports OpenSUSE 11.3, but NetBSD 6.x uses 12.1
diff --git a/multimedia/adobe-flash-plugin11/Makefile b/multimedia/adobe-flash-plugin11/Makefile
index 59698a7ca08..2f5c834f275 100644
--- a/multimedia/adobe-flash-plugin11/Makefile
+++ b/multimedia/adobe-flash-plugin11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2017/02/24 19:08:30 tsutsui Exp $
+# $NetBSD: Makefile,v 1.67 2018/01/02 05:37:22 maya Exp $
DISTNAME= fp_${FLASH_VERSION}_archive
PKGNAME= adobe-flash-plugin-${FLASH_VERSION}
@@ -25,8 +25,6 @@ BUILD_DIRS= # empty
EXTRACT_SUFX= .zip
USE_TOOLS+= tar
-CRYPTO= yes
-
EMUL_PLATFORMS= linux-i386 linux-x86_64
EMUL_MODULES.linux= gtk2 x11 krb5 alsa curl nss nspr
EMUL_REQD= suse>=11.3
diff --git a/net/tightvnc/Makefile b/net/tightvnc/Makefile
index 8658a41320d..f67741ae8bc 100644
--- a/net/tightvnc/Makefile
+++ b/net/tightvnc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2017/08/22 09:05:33 jperkin Exp $
+# $NetBSD: Makefile,v 1.52 2018/01/02 05:37:22 maya Exp $
DISTNAME= tightvnc-1.3.10
PKGREVISION= 15
@@ -13,7 +13,6 @@ COMMENT= Display X and Win32 desktops on remote X/Win32/Java displays
CONFLICTS= vnc-[0-9]* vncviewer-[0-9]*
WRKSRC= ${WRKDIR}/vnc_unixsrc
-CRYPTO= yes
USE_IMAKE= yes
USE_TOOLS+= perl:run
MAKE_JOBS_SAFE= no
diff --git a/net/tightvncviewer/Makefile b/net/tightvncviewer/Makefile
index 14280e971c6..7e0a3552b49 100644
--- a/net/tightvncviewer/Makefile
+++ b/net/tightvncviewer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2016/03/16 17:21:45 khorben Exp $
+# $NetBSD: Makefile,v 1.35 2018/01/02 05:37:22 maya Exp $
DISTNAME= tightvnc-1.3.10
PKGNAME= ${DISTNAME:S/tightvnc/tightvncviewer/}
@@ -14,7 +14,6 @@ COMMENT= Viewer for remote X and Win32 VNC servers
CONFLICTS= vncviewer-[0-9]*
WRKSRC= ${WRKDIR}/vnc_unixsrc
-CRYPTO= yes
USE_IMAKE= yes
MAKE_FLAGS+= CCOPTIONS=${CFLAGS:Q}
diff --git a/net/vnc/Makefile b/net/vnc/Makefile
index 0b925c6b981..7c69b29fa41 100644
--- a/net/vnc/Makefile
+++ b/net/vnc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2017/04/30 14:37:40 darcy Exp $
+# $NetBSD: Makefile,v 1.57 2018/01/02 05:37:22 maya Exp $
DISTNAME= vnc-3.3.3r2
PKGNAME= vnc-3.3.3.2
@@ -17,7 +17,6 @@ MAKE_JOBS_SAFE= no
DEPENDS+= vncviewer-[0-9]*:../../net/vncviewer
WRKSRC= ${WRKDIR}/vnc_unixsrc
-CRYPTO= yes
NO_INSTALL_MANPAGES= yes
USE_IMAKE= yes
USE_TOOLS+= perl:run xauth:run
diff --git a/net/vncviewer/Makefile b/net/vncviewer/Makefile
index 18aead80581..512a4d99d48 100644
--- a/net/vncviewer/Makefile
+++ b/net/vncviewer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2017/09/06 09:03:03 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2018/01/02 05:37:22 maya Exp $
DISTNAME= vnc-4_1_2-unixsrc
PKGNAME= vncviewer-4.1.2
@@ -13,7 +13,6 @@ COMMENT= Viewer for remote X and Win32 VNC servers
CONFLICTS= tightvnc-[0-9]* tightvncviewer-[0-9]*
WRKSRC= ${WRKDIR}/${DISTNAME}/unix
-CRYPTO= yes
NO_INSTALL_MANPAGES= yes
USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
diff --git a/security/cfs/Makefile b/security/cfs/Makefile
index 2d440849c9f..fc17548710e 100644
--- a/security/cfs/Makefile
+++ b/security/cfs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2012/10/23 18:16:22 asau Exp $
+# $NetBSD: Makefile,v 1.34 2018/01/02 05:37:22 maya Exp $
DISTNAME= cfs-1.4.1
PKGREVISION= 6
@@ -9,8 +9,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.crypto.com/software/
COMMENT= Encrypting file system, using NFS as its interface
-CRYPTO= # defined
-
BUILD_TARGET= cfs
INSTALL_TARGET= install_cfs
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile
index 5e1ab44eaef..e023d0cf8bd 100644
--- a/security/gnupg/Makefile
+++ b/security/gnupg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.141 2018/01/01 21:18:50 adam Exp $
+# $NetBSD: Makefile,v 1.142 2018/01/02 05:37:23 maya Exp $
DISTNAME= gnupg-1.4.22
PKGREVISION= 2
@@ -13,7 +13,6 @@ HOMEPAGE= http://www.gnupg.org/
COMMENT= GNU Privacy Guard, public-Key encryption and digital signatures
LICENSE= gnu-gpl-v3
-CRYPTO= yes
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake msgfmt
diff --git a/security/libbf/Makefile b/security/libbf/Makefile
index b7d73a53c27..eaaaf592b54 100644
--- a/security/libbf/Makefile
+++ b/security/libbf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2016/01/24 16:14:45 jperkin Exp $
+# $NetBSD: Makefile,v 1.18 2018/01/02 05:37:23 maya Exp $
#
DISTNAME= libbf-0.8.2b
@@ -10,7 +10,6 @@ HOMEPAGE= http://www.schneier.com/blowfish.html
COMMENT= Blowfish block cipher library
WRKSRC= ${WRKDIR}/bf
-CRYPTO= YES
.include "../../mk/bsd.prefs.mk"
diff --git a/security/libdes/Makefile b/security/libdes/Makefile
index eede0d163b2..cee2acb3ee9 100644
--- a/security/libdes/Makefile
+++ b/security/libdes/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2012/10/23 18:16:32 asau Exp $
+# $NetBSD: Makefile,v 1.14 2018/01/02 05:37:23 maya Exp $
DISTNAME= libdes-4.04b
CATEGORIES= security
@@ -8,7 +8,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Small DES (Data Encryption Standard) lib & standalone program
WRKSRC= ${WRKDIR}/des
-CRYPTO= YES
INSTALLATION_DIRS= bin include lib ${PKGMANDIR}/man1 ${PKGMANDIR}/man3
diff --git a/security/libidea/Makefile b/security/libidea/Makefile
index f1a4e577e72..1ba166d55ef 100644
--- a/security/libidea/Makefile
+++ b/security/libidea/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2017/08/16 20:45:44 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2018/01/02 05:37:23 maya Exp $
DISTNAME= libidea-0.8.2b
CATEGORIES= security
@@ -10,7 +10,6 @@ COMMENT= IDEA block cipher library
#LICENSE= ssleay-license
WRKSRC= ${WRKDIR}/idea
-CRYPTO= YES
INSTALLATION_DIRS= bin include lib
diff --git a/security/openssh/Makefile b/security/openssh/Makefile
index b51616eace7..6dc89e00cc7 100644
--- a/security/openssh/Makefile
+++ b/security/openssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.254 2017/10/04 11:44:14 wiz Exp $
+# $NetBSD: Makefile,v 1.255 2018/01/02 05:37:23 maya Exp $
DISTNAME= openssh-7.6p1
PKGNAME= ${DISTNAME:S/p1/.1/}
@@ -20,8 +20,6 @@ BROKEN_ON_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/security/openssl/Makefile b/security/openssl/Makefile
index f91e8e688e8..b6c62b43194 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.236 2017/12/14 20:44:20 tron Exp $
+# $NetBSD: Makefile,v 1.237 2018/01/02 05:37:23 maya Exp $
DISTNAME= openssl-1.0.2n
PKGREVISION= 1
@@ -12,8 +12,6 @@ LICENSE= openssl
CONFLICTS= SSLeay-[0-9]* ssleay-[0-9]*
-CRYPTO= yes
-
BUILD_DEPENDS+= p5-Perl4-CoreLibs-[0-9]*:../../devel/p5-Perl4-CoreLibs
USE_GCC_RUNTIME= yes
diff --git a/security/p5-Crypt-Blowfish/Makefile b/security/p5-Crypt-Blowfish/Makefile
index f0b55367343..6fb4cabc7a0 100644
--- a/security/p5-Crypt-Blowfish/Makefile
+++ b/security/p5-Crypt-Blowfish/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2017/06/05 14:24:28 ryoon Exp $
+# $NetBSD: Makefile,v 1.33 2018/01/02 05:37:23 maya Exp $
#
DISTNAME= Crypt-Blowfish-2.14
@@ -15,7 +15,6 @@ COMMENT= Perl5 Blowfish implementation
# recommended for tests
BUILD_DEPENDS+= p5-Crypt-CBC>=1.25:../../security/p5-Crypt-CBC
-CRYPTO= YES
USE_LANGUAGES= c
PERL5_PACKLIST= auto/Crypt/Blowfish/.packlist
diff --git a/security/p5-Crypt-Blowfish_PP/Makefile b/security/p5-Crypt-Blowfish_PP/Makefile
index ee752b50c94..1be6ec7e455 100644
--- a/security/p5-Crypt-Blowfish_PP/Makefile
+++ b/security/p5-Crypt-Blowfish_PP/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2017/06/05 14:24:28 ryoon Exp $
+# $NetBSD: Makefile,v 1.7 2018/01/02 05:37:23 maya Exp $
#
DISTNAME= Crypt-Blowfish_PP-1.12
@@ -12,7 +12,6 @@ HOMEPAGE= http://search.cpan.org/dist/Crypt-Blowfish_PP/
COMMENT= Blowfish encryption algorithm implemented purely in Perl
LICENSE= ${PERL5_LICENSE}
-CRYPTO= YES
PERL5_PACKLIST= auto/Crypt/Blowfish_PP/.packlist
.include "../../lang/perl5/module.mk"
diff --git a/security/p5-Crypt-Eksblowfish/Makefile b/security/p5-Crypt-Eksblowfish/Makefile
index 818a2779d2d..85157186c6f 100644
--- a/security/p5-Crypt-Eksblowfish/Makefile
+++ b/security/p5-Crypt-Eksblowfish/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2017/06/05 14:24:29 ryoon Exp $
+# $NetBSD: Makefile,v 1.16 2018/01/02 05:37:23 maya Exp $
#
DISTNAME= Crypt-Eksblowfish-0.009
@@ -17,7 +17,6 @@ DEPENDS+= p5-Class-Mix>=0.001:../../devel/p5-Class-Mix
#DEPENDS+= {perl>=5.8.2,p5-MIME-Base64>=2.21}:../../converters/p5-MIME-Base64
#BUILD_DEPENDS+= {perl>=5.10.0,p5-ExtUtils-CBuilder>=0.15}:../../devel/p5-ExtUtils-CBuilder
-CRYPTO= YES
USE_LANGUAGES= c
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/Crypt/Eksblowfish/.packlist
diff --git a/security/pgp2/Makefile b/security/pgp2/Makefile
index 39e77a94c9e..fdaa3a97326 100644
--- a/security/pgp2/Makefile
+++ b/security/pgp2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2017/01/19 18:52:24 agc Exp $
+# $NetBSD: Makefile,v 1.58 2018/01/02 05:37:23 maya Exp $
DISTNAME= pgp263is
PKGREVISION= 1
@@ -12,7 +12,6 @@ COMMENT= Public-key encryption and digital signature utility (v2)
LICENSE= pgp2-license
WRKSRC= ${WRKDIR}/src
-CRYPTO= yes
.include "options.mk"
diff --git a/security/pgp5/Makefile b/security/pgp5/Makefile
index 11c43458bd4..63583379fee 100644
--- a/security/pgp5/Makefile
+++ b/security/pgp5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2017/01/19 18:52:24 agc Exp $
+# $NetBSD: Makefile,v 1.47 2018/01/02 05:37:23 maya Exp $
DISTNAME= pgp50i-unix-src
PKGNAME= pgp5-5.0i
@@ -19,7 +19,6 @@ USE_TOOLS+= perl
CONFLICTS= pgraf-[0-9]* # Both have a `pgps' executable
WRKSRC= ${WRKDIR}/pgp50i/src
-CRYPTO= YES
GNU_CONFIGURE= YES
PGPLIB= ${PREFIX}/share/pgp5
diff --git a/security/rc5des/Makefile b/security/rc5des/Makefile
index 925089fed64..cbcb856ba3b 100644
--- a/security/rc5des/Makefile
+++ b/security/rc5des/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2012/10/23 18:16:56 asau Exp $
+# $NetBSD: Makefile,v 1.22 2018/01/02 05:37:24 maya Exp $
#
DISTNAME= rc5-mlg-004
@@ -24,7 +24,6 @@ EMUL_REQD= netbsd>=1.2
EMUL_REQD= netbsd>=1.3
.endif
-CRYPTO= yes
NO_CONFIGURE= yes
WRKSRC= ${WRKDIR}/RC5
diff --git a/security/rsaref/Makefile b/security/rsaref/Makefile
index 99c4eb8f626..ae1fc583fb9 100644
--- a/security/rsaref/Makefile
+++ b/security/rsaref/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2014/10/09 14:06:56 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2018/01/02 05:37:24 maya Exp $
#
DISTNAME= rsaref
@@ -17,7 +17,6 @@ NO_SRC_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}
WRKSRC= ${WRKDIR}/install
-CRYPTO= yes
USE_FEATURES+= cdefs
USE_LIBTOOL= yes
diff --git a/security/srp_client/Makefile b/security/srp_client/Makefile
index f91217d2d18..f14411ed2e2 100644
--- a/security/srp_client/Makefile
+++ b/security/srp_client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2013/06/17 11:46:28 joerg Exp $
+# $NetBSD: Makefile,v 1.42 2018/01/02 05:37:24 maya Exp $
DISTNAME= srp-1.4.4
PKGNAME= srp-client-1.4.4
@@ -15,7 +15,6 @@ RESTRICTED= Licensor makes vague patent claims.
NO_SRC_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}
-CRYPTO= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -Dunix=1