Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 11EE184D13 for ; Mon, 21 Aug 2023 16:51:32 +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 NNk4O5XEc1fS for ; Mon, 21 Aug 2023 16:51:31 +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 638A884D09 for ; Mon, 21 Aug 2023 16:51:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 571D8FBDB; Mon, 21 Aug 2023 16:51:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169263669145790" MIME-Version: 1.0 Date: Mon, 21 Aug 2023 16:51:31 +0000 From: "Brook Milligan" Subject: CVS commit: pkgsrc/devel/netcdf To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: brook@netbsd.org X-Mailer: log_accum Message-Id: <20230821165131.571D8FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169263669145790 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: brook Date: Mon Aug 21 16:51:31 UTC 2023 Modified Files: pkgsrc/devel/netcdf: buildlink3.mk Log Message: netcdf: Add libexecinfo/buildlink3.mk in buildlink3.mk Netcdf is built with libexecinfo, which is exposed to at least the geography/gdal-lib package. Include libexecinfo/buildlink3.mk in its buildlink3.mk file so that linking against netcdf will succeed. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/netcdf/buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169263669145790 Content-Disposition: inline Content-Length: 729 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/netcdf/buildlink3.mk diff -u pkgsrc/devel/netcdf/buildlink3.mk:1.32 pkgsrc/devel/netcdf/buildlink3.mk:1.33 --- pkgsrc/devel/netcdf/buildlink3.mk:1.32 Fri Jun 23 17:12:39 2023 +++ pkgsrc/devel/netcdf/buildlink3.mk Mon Aug 21 16:51:31 2023 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.32 2023/06/23 17:12:39 jperkin Exp $ +# $NetBSD: buildlink3.mk,v 1.33 2023/08/21 16:51:31 brook Exp $ BUILDLINK_TREE+= netcdf @@ -11,6 +11,7 @@ BUILDLINK_PKGSRCDIR.netcdf?= ../../devel .include "../../archivers/bzip2/buildlink3.mk" .include "../../devel/hdf5/buildlink3.mk" +.include "../../devel/libexecinfo/buildlink3.mk" .include "../../www/curl/buildlink3.mk" .endif # NETCDF_BUILDLINK3_MK --_----------=_169263669145790--