pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/bitchx



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.

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"



Home | Main Index | Thread Index | Old Index