pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc *: Remove USE_OLD_DES_API.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eac460c78c2f
branches:  trunk
changeset: 421509:eac460c78c2f
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Jan 16 13:33:50 2020 +0000

description:
*: Remove USE_OLD_DES_API.

OpenSSL 1.1.1d no longer ships des_old.h, and the time for this being
necessary appears to be behind us.

diffstat:

 comms/jpilot/Makefile    |  3 +--
 mail/libesmtp/Makefile   |  3 +--
 net/ettercap-NG/Makefile |  3 +--
 net/ettercap/Makefile    |  3 +--
 net/freeradius2/Makefile |  3 +--
 net/freerdp/Makefile     |  3 +--
 net/netatalk22/Makefile  |  3 +--
 net/netatalk3/Makefile   |  3 +--
 net/openvpn/Makefile     |  3 +--
 net/tcpdump/options.mk   |  3 +--
 net/wget/Makefile        |  3 +--
 security/opensc/Makefile |  3 +--
 12 files changed, 12 insertions(+), 24 deletions(-)

diffs (204 lines):

diff -r 4c179984fb52 -r eac460c78c2f comms/jpilot/Makefile
--- a/comms/jpilot/Makefile     Thu Jan 16 13:32:03 2020 +0000
+++ b/comms/jpilot/Makefile     Thu Jan 16 13:33:50 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.110 2019/07/21 22:23:58 wiz Exp $
+# $NetBSD: Makefile,v 1.111 2020/01/16 13:33:50 jperkin Exp $
 
 DISTNAME=              jpilot-1.8.2
 PKGREVISION=           9
@@ -13,7 +13,6 @@
 
 USE_LIBTOOL=           YES
 USE_PKGLOCALEDIR=      YES
-USE_OLD_DES_API=       YES
 USE_TOOLS+=            gmake intltool msgfmt pkg-config
 USE_LANGUAGES+=                c
 
diff -r 4c179984fb52 -r eac460c78c2f mail/libesmtp/Makefile
--- a/mail/libesmtp/Makefile    Thu Jan 16 13:32:03 2020 +0000
+++ b/mail/libesmtp/Makefile    Thu Jan 16 13:33:50 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2019/09/26 10:16:23 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2020/01/16 13:33:50 jperkin Exp $
 
 DISTNAME=      libesmtp-1.0.6
 PKGREVISION=   4
@@ -15,7 +15,6 @@
 USE_LIBTOOL=   yes
 GNU_CONFIGURE= yes
 
-USE_OLD_DES_API=       yes
 CONFIGURE_ARGS+=       --enable-all
 CONFIGURE_ARGS+=       --disable-ntlm
 CONFIGURE_ARGS+=       --disable-isoc
diff -r 4c179984fb52 -r eac460c78c2f net/ettercap-NG/Makefile
--- a/net/ettercap-NG/Makefile  Thu Jan 16 13:32:03 2020 +0000
+++ b/net/ettercap-NG/Makefile  Thu Jan 16 13:33:50 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2019/11/03 11:45:34 rillig Exp $
+# $NetBSD: Makefile,v 1.29 2020/01/16 13:33:50 jperkin Exp $
 
 DISTNAME=      ettercap-NG-0.7.3
 PKGREVISION=   14
@@ -22,7 +22,6 @@
 PTHREAD_OPTS+=         require
 USE_LIBTOOL=           YES
 USE_NCURSES=           YES # ncurses.h menu.h panel.h form.h
-USE_OLD_DES_API=       YES
 CPPFLAGS+=             -L${BUILDLINK_PREFIX.libnet11}/lib/libnet11
 CPPFLAGS+=             -L${PREFIX}/lib
 
diff -r 4c179984fb52 -r eac460c78c2f net/ettercap/Makefile
--- a/net/ettercap/Makefile     Thu Jan 16 13:32:03 2020 +0000
+++ b/net/ettercap/Makefile     Thu Jan 16 13:33:50 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.83 2019/07/21 22:25:30 wiz Exp $
+# $NetBSD: Makefile,v 1.84 2020/01/16 13:33:50 jperkin Exp $
 
 DISTNAME=              ettercap-0.6.b
 PKGREVISION=           39
@@ -22,7 +22,6 @@
 
 # needs putwin()
 INCOMPAT_CURSES=       NetBSD-[0-4].*
-USE_OLD_DES_API=       yes
 PTHREAD_OPTS+=         require
 PTHREAD_AUTO_VARS=     yes
 MAKE_ENV+=             MACHINE_ARCH=${MACHINE_ARCH:Q}
diff -r 4c179984fb52 -r eac460c78c2f net/freeradius2/Makefile
--- a/net/freeradius2/Makefile  Thu Jan 16 13:32:03 2020 +0000
+++ b/net/freeradius2/Makefile  Thu Jan 16 13:33:50 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2019/11/03 11:45:34 rillig Exp $
+# $NetBSD: Makefile,v 1.53 2020/01/16 13:33:50 jperkin Exp $
 
 DISTNAME=      freeradius-server-2.2.10
 PKGNAME=       ${DISTNAME:S/-server//}
@@ -17,7 +17,6 @@
 USE_TOOLS+=            gmake perl:run
 USE_LANGUAGES+=                c c++
 USE_LIBTOOL=           yes
-USE_OLD_DES_API=       yes
 
 .include "../../mk/bsd.prefs.mk"
 
diff -r 4c179984fb52 -r eac460c78c2f net/freerdp/Makefile
--- a/net/freerdp/Makefile      Thu Jan 16 13:32:03 2020 +0000
+++ b/net/freerdp/Makefile      Thu Jan 16 13:33:50 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2019/11/03 11:45:35 rillig Exp $
+# $NetBSD: Makefile,v 1.41 2020/01/16 13:33:50 jperkin Exp $
 
 DISTNAME=      freerdp-1.0.2
 PKGREVISION=   36
@@ -14,7 +14,6 @@
 
 USE_CMAKE=             yes
 USE_TOOLS+=            pkg-config
-USE_OLD_DES_API=       yes
 
 PKGCONFIG_OVERRIDE+=   freerdp.pc.in
 
diff -r 4c179984fb52 -r eac460c78c2f net/netatalk22/Makefile
--- a/net/netatalk22/Makefile   Thu Jan 16 13:32:03 2020 +0000
+++ b/net/netatalk22/Makefile   Thu Jan 16 13:33:50 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2019/11/23 17:55:01 hauke Exp $
+# $NetBSD: Makefile,v 1.26 2020/01/16 13:33:50 jperkin Exp $
 
 DISTNAME=      netatalk-2.2.6
 PKGNAME=       ${DISTNAME:C/-/22-/}
@@ -17,7 +17,6 @@
 
 BDB_ACCEPTED=          db4 db5
 USE_LIBTOOL=           yes
-USE_OLD_DES_API=       yes
 USE_TOOLS+=            gmake pkg-config perl:run
 GNU_CONFIGURE=         yes
 
diff -r 4c179984fb52 -r eac460c78c2f net/netatalk3/Makefile
--- a/net/netatalk3/Makefile    Thu Jan 16 13:32:03 2020 +0000
+++ b/net/netatalk3/Makefile    Thu Jan 16 13:33:50 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2019/11/03 11:45:44 rillig Exp $
+# $NetBSD: Makefile,v 1.25 2020/01/16 13:33:50 jperkin Exp $
 
 DISTNAME=      netatalk-3.1.12
 PKGNAME=       ${DISTNAME:C/-/3-/}
@@ -13,7 +13,6 @@
 LICENSE=       gnu-gpl-v2
 
 USE_LIBTOOL=           yes
-USE_OLD_DES_API=       yes
 USE_TOOLS+=            gmake perl:run
 GNU_CONFIGURE=         yes
 PKG_CONFIG=            yes
diff -r 4c179984fb52 -r eac460c78c2f net/openvpn/Makefile
--- a/net/openvpn/Makefile      Thu Jan 16 13:32:03 2020 +0000
+++ b/net/openvpn/Makefile      Thu Jan 16 13:33:50 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2019/11/04 12:52:13 adam Exp $
+# $NetBSD: Makefile,v 1.72 2020/01/16 13:33:51 jperkin Exp $
 
 DISTNAME=      ${OPENVPN_DISTNAME}
 CATEGORIES=    net
@@ -19,7 +19,6 @@
 CONFIGURE_ARGS+=       --disable-dependency-tracking
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 
-USE_OLD_DES_API=       yes
 TEST_TARGET=           check
 
 PKG_SYSCONFSUBDIR=     openvpn
diff -r 4c179984fb52 -r eac460c78c2f net/tcpdump/options.mk
--- a/net/tcpdump/options.mk    Thu Jan 16 13:32:03 2020 +0000
+++ b/net/tcpdump/options.mk    Thu Jan 16 13:33:50 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2017/09/08 11:10:41 wiz Exp $
+# $NetBSD: options.mk,v 1.5 2020/01/16 13:33:51 jperkin Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.tcpdump
 PKG_SUPPORTED_OPTIONS= ssl libsmi
@@ -7,7 +7,6 @@
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Mssl)
-USE_OLD_DES_API=       yes
 .include "../../security/openssl/buildlink3.mk"
 .else
 CONFIGURE_ARGS+=       --without-crypto
diff -r 4c179984fb52 -r eac460c78c2f net/wget/Makefile
--- a/net/wget/Makefile Thu Jan 16 13:32:03 2020 +0000
+++ b/net/wget/Makefile Thu Jan 16 13:33:50 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.149 2019/08/11 13:22:32 wiz Exp $
+# $NetBSD: Makefile,v 1.150 2020/01/16 13:33:51 jperkin Exp $
 
 DISTNAME=      wget-1.20.3
 PKGREVISION=   3
@@ -14,7 +14,6 @@
 USE_TOOLS+=            perl pod2man pkg-config
 
 GNU_CONFIGURE=         YES
-USE_OLD_DES_API=       YES
 USE_PKGLOCALEDIR=      YES
 USE_TOOLS+=            msgfmt
 
diff -r 4c179984fb52 -r eac460c78c2f security/opensc/Makefile
--- a/security/opensc/Makefile  Thu Jan 16 13:32:03 2020 +0000
+++ b/security/opensc/Makefile  Thu Jan 16 13:33:50 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2018/10/13 10:54:04 mlelstv Exp $
+# $NetBSD: Makefile,v 1.27 2020/01/16 13:33:51 jperkin Exp $
 
 OPENSC_PKG_VERSION=    0.19.0
 DISTNAME=              opensc-${OPENSC_PKG_VERSION}
@@ -14,7 +14,6 @@
 
 GNU_CONFIGURE=         YES
 USE_LIBTOOL=           YES
-USE_OLD_DES_API=       YES
 USE_TOOLS+=            gmake pkg-config
 WRKSRC=                        ${WRKDIR}/OpenSC-${OPENSC_PKG_VERSION}
 



Home | Main Index | Thread Index | Old Index