pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/unrealircd unrealircd: Avoid building the interna...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fbd199ac9fd6
branches:  trunk
changeset: 399357:fbd199ac9fd6
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Aug 07 13:52:44 2019 +0000

description:
unrealircd: Avoid building the internal copy of Argon2.

The pkgsrc version was being used, but not being detected properly
by configure. I'm guessing the configure script is assuming Debian
version numbers or something.

diffstat:

 chat/unrealircd/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r c6d7a0e24e40 -r fbd199ac9fd6 chat/unrealircd/Makefile
--- a/chat/unrealircd/Makefile  Wed Aug 07 13:30:37 2019 +0000
+++ b/chat/unrealircd/Makefile  Wed Aug 07 13:52:44 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2019/08/07 13:30:37 nia Exp $
+# $NetBSD: Makefile,v 1.64 2019/08/07 13:52:44 nia Exp $
 
 DISTNAME=      unrealircd-4.2.4.1
 PKGREVISION=   1
@@ -17,6 +17,12 @@
 
 .include "options.mk"
 
+SUBST_CLASSES+=                argon2
+SUBST_STAGE.argon2=    pre-configure
+SUBST_MESSAGE.argon2=  Fixing Argon2 version number
+SUBST_FILES.argon2+=   configure
+SUBST_SED.argon2+=     -e 's|0~20161029|ZERO|g'
+
 PKG_SYSCONFSUBDIR=     unrealircd
 
 # Quoth ./configure,



Home | Main Index | Thread Index | Old Index