Received: by mail.netbsd.org (Postfix, from userid 605) id 53032852A9; Fri, 23 Aug 2019 12:04:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D048684D69 for ; Fri, 23 Aug 2019 12:04:14 +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 67EFXUfUanAg for ; Fri, 23 Aug 2019 12:04:14 +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 2DDAB84D3C for ; Fri, 23 Aug 2019 12:04:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 22A02FBF4; Fri, 23 Aug 2019 12:04:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_156656185414010" MIME-Version: 1.0 Date: Fri, 23 Aug 2019 12:04:14 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/chat/inspircd3 To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20190823120414.22A02FBF4@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. --_----------=_156656185414010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Fri Aug 23 12:04:14 UTC 2019 Modified Files: pkgsrc/chat/inspircd3: Makefile Log Message: inspircd3: Use :ts To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/chat/inspircd3/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_156656185414010 Content-Disposition: inline Content-Length: 760 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/chat/inspircd3/Makefile diff -u pkgsrc/chat/inspircd3/Makefile:1.13 pkgsrc/chat/inspircd3/Makefile:1.14 --- pkgsrc/chat/inspircd3/Makefile:1.13 Fri Aug 23 11:01:14 2019 +++ pkgsrc/chat/inspircd3/Makefile Fri Aug 23 12:04:13 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2019/08/23 11:01:14 nia Exp $ +# $NetBSD: Makefile,v 1.14 2019/08/23 12:04:13 nia Exp $ DISTNAME= inspircd-3.3.0 CATEGORIES= chat @@ -104,7 +104,7 @@ INSPIRCD_EXTRAS+= m_sslrehashsignal.cpp post-configure: cd ${WRKSRC} && ${CONFIGURE_ENV} ${PERL5} ./configure \ - --enable-extras=${INSPIRCD_EXTRAS:S/.cpp m_/.cpp,m_/gW} + --enable-extras=${INSPIRCD_EXTRAS:ts,} .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_156656185414010--