Received: by mail.netbsd.org (Postfix, from userid 605) id 5CE5B85118; Tue, 29 Jun 2021 08:27:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9219B85116 for ; Tue, 29 Jun 2021 08:27:18 +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 OnI1jOTjBwlK for ; Tue, 29 Jun 2021 08:27:18 +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 E976E85109 for ; Tue, 29 Jun 2021 08:27:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E4945FA95; Tue, 29 Jun 2021 08:27:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1624955237292760" MIME-Version: 1.0 Date: Tue, 29 Jun 2021 08:27:17 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/net/freeradius To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210629082717.E4945FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1624955237292760 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Tue Jun 29 08:27:17 UTC 2021 Modified Files: pkgsrc/net/freeradius: Makefile.common Log Message: freeradius: needs perl at runtime To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/freeradius/Makefile.common Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1624955237292760 Content-Disposition: inline Content-Length: 848 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/freeradius/Makefile.common diff -u pkgsrc/net/freeradius/Makefile.common:1.9 pkgsrc/net/freeradius/Makefile.common:1.10 --- pkgsrc/net/freeradius/Makefile.common:1.9 Fri Jun 25 11:42:48 2021 +++ pkgsrc/net/freeradius/Makefile.common Tue Jun 29 08:27:17 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.9 2021/06/25 11:42:48 adam Exp $ +# $NetBSD: Makefile.common,v 1.10 2021/06/29 08:27:17 nia Exp $ # used by net/freeradius/Makefile.module DISTNAME= freeradius-server-3.0.23 @@ -11,7 +11,7 @@ HOMEPAGE= https://freeradius.org/ LICENSE= gnu-gpl-v2 USE_LANGUAGES+= c c++ -USE_TOOLS+= gmake perl +USE_TOOLS+= gmake perl:run GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-openssl-include-dir=${BUILDLINK_PREFIX.openssl}/include CONFIGURE_ARGS+= --with-openssl-lib-dir=${BUILDLINK_PREFIX.openssl}/lib --_----------=_1624955237292760--