Received: by mail.netbsd.org (Postfix, from userid 605) id 4309C84DDD; Thu, 4 Jul 2019 10:31:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BF33584CEA for ; Thu, 4 Jul 2019 10:31:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id vhdQtCosPxTq for ; Thu, 4 Jul 2019 10:31:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 25A1784D3B for ; Thu, 4 Jul 2019 10:31:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1FAAAFBF4; Thu, 4 Jul 2019 10:31:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_156223627917960" MIME-Version: 1.0 Date: Thu, 4 Jul 2019 10:31:19 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/chat/bitchx To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20190704103119.1FAAAFBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_156223627917960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Jul 4 10:31:19 UTC 2019 Modified Files: pkgsrc/chat/bitchx: Makefile Log Message: bitchx: Fix configuring with OpenSSL 1.1. To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 pkgsrc/chat/bitchx/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_156223627917960 Content-Disposition: inline Content-Length: 902 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/chat/bitchx/Makefile diff -u pkgsrc/chat/bitchx/Makefile:1.60 pkgsrc/chat/bitchx/Makefile:1.61 --- pkgsrc/chat/bitchx/Makefile:1.60 Thu May 23 19:22:56 2019 +++ pkgsrc/chat/bitchx/Makefile Thu Jul 4 10:31:18 2019 @@ -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_STAGE.manpage= pre-configure 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" --_----------=_156223627917960--