Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 60F1284E9F for ; Sun, 6 Aug 2023 09:52:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Nbgbw9L8cBdM for ; Sun, 6 Aug 2023 09:52:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E802184E72 for ; Sun, 6 Aug 2023 09:52:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E18A4FBDB; Sun, 6 Aug 2023 09:52:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1691315520206820" MIME-Version: 1.0 Date: Sun, 6 Aug 2023 09:52:00 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/chat/catgirl To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20230806095200.E18A4FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1691315520206820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sun Aug 6 09:52:00 UTC 2023 Modified Files: pkgsrc/chat/catgirl: Makefile Log Message: catgirl: Needs c11 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/chat/catgirl/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1691315520206820 Content-Disposition: inline Content-Length: 646 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/chat/catgirl/Makefile diff -u pkgsrc/chat/catgirl/Makefile:1.1 pkgsrc/chat/catgirl/Makefile:1.2 --- pkgsrc/chat/catgirl/Makefile:1.1 Fri Mar 4 10:09:15 2022 +++ pkgsrc/chat/catgirl/Makefile Sun Aug 6 09:52:00 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2022/03/04 10:09:15 nia Exp $ +# $NetBSD: Makefile,v 1.2 2023/08/06 09:52:00 nia Exp $ DISTNAME= catgirl-2.1 CATEGORIES= chat @@ -15,6 +15,8 @@ HAS_CONFIGURE= yes MAKE_FLAGS= MANDIR=${PREFIX}/${PKGMANDIR} +USE_CC_FEATURES+= c11 + SUBST_CLASSES+= ssl SUBST_STAGE.ssl= pre-configure SUBST_MESSAGE.ssl= Correcting the hardcoded path to OpenSSL. --_----------=_1691315520206820--