Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0F22E84FDE for ; Wed, 22 Nov 2023 08:05:44 +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 eJvC5I4J6459 for ; Wed, 22 Nov 2023 08:05:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6050A84CF8 for ; Wed, 22 Nov 2023 08:05:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5A062FA3F; Wed, 22 Nov 2023 08:05:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1700640343279810" MIME-Version: 1.0 Date: Wed, 22 Nov 2023 08:05:43 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/www/apache24 To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20231122080543.5A062FA3F@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1700640343279810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Nov 22 08:05:43 UTC 2023 Modified Files: pkgsrc/www/apache24: buildlink3.mk Log Message: apache24: let apache default to a full dependency If this is too much for some packages, they can set the depmethod to build. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/apache24/buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1700640343279810 Content-Disposition: inline Content-Length: 831 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/apache24/buildlink3.mk diff -u pkgsrc/www/apache24/buildlink3.mk:1.17 pkgsrc/www/apache24/buildlink3.mk:1.18 --- pkgsrc/www/apache24/buildlink3.mk:1.17 Tue Oct 24 22:11:24 2023 +++ pkgsrc/www/apache24/buildlink3.mk Wed Nov 22 08:05:43 2023 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.17 2023/10/24 22:11:24 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.18 2023/11/22 08:05:43 wiz Exp $ BUILDLINK_TREE+= apache @@ -8,10 +8,6 @@ APACHE_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.apache+= apache>=2.4.7<2.5 BUILDLINK_ABI_DEPENDS.apache+= apache>=2.4.58nb1 BUILDLINK_PKGSRCDIR.apache?= ../../www/apache24 -BUILDLINK_DEPMETHOD.apache?= build -.if defined(APACHE_MODULE) -BUILDLINK_DEPMETHOD.apache+= full -.endif BUILDLINK_FILES.apache+= sbin/apxs ${BUILDLINK_DIR}/bin/apxs: buildlink-directories --_----------=_1700640343279810--