pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/bitchx bitchx: Fix configuring with OpenSSL 1.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/24a1f94971c5
branches:  trunk
changeset: 397822:24a1f94971c5
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Jul 04 10:31:18 2019 +0000

description:
bitchx: Fix configuring with OpenSSL 1.1.

diffstat:

 chat/bitchx/Makefile |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r d3f2cf6f05f1 -r 24a1f94971c5 chat/bitchx/Makefile
--- a/chat/bitchx/Makefile      Thu Jul 04 10:17:34 2019 +0000
+++ b/chat/bitchx/Makefile      Thu Jul 04 10:31:18 2019 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.60 2019/05/23 19:22:56 rillig Exp $
+# $NetBSD: Makefile,v 1.61 2019/07/04 10:31:18 nia Exp $
 
 DISTNAME=      bitchx-1.2.1
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    chat
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=bitchx/}
 
@@ -24,6 +24,11 @@
 SUBST_FILES.manpage+=  doc/BitchX.1
 SUBST_VARS.manpage=    PREFIX
 
+SUBST_CLASSES+=                ssl
+SUBST_STAGE.ssl=       pre-configure
+SUBST_FILES.ssl+=      configure
+SUBST_SED.ssl=         -e 's|SSLeay|ERR_get_error|'
+
 .include "../../archivers/bzip2/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../mk/terminfo.buildlink3.mk"



Home | Main Index | Thread Index | Old Index