Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CD83284D61 for ; Tue, 12 Dec 2023 17:57:20 +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 lo12TxahlR2y for ; Tue, 12 Dec 2023 17:57:20 +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 2474984D05 for ; Tue, 12 Dec 2023 17:57:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0EFC5FA42; Tue, 12 Dec 2023 17:57:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170240384092930" MIME-Version: 1.0 Date: Tue, 12 Dec 2023 17:57:20 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/geography/py-gdal To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231212175720.0EFC5FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_170240384092930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Dec 12 17:57:19 UTC 2023 Modified Files: pkgsrc/geography/py-gdal: Makefile Log Message: py-gdal: fix build on Darwin To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 pkgsrc/geography/py-gdal/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170240384092930 Content-Disposition: inline Content-Length: 815 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/geography/py-gdal/Makefile diff -u pkgsrc/geography/py-gdal/Makefile:1.61 pkgsrc/geography/py-gdal/Makefile:1.62 --- pkgsrc/geography/py-gdal/Makefile:1.61 Wed Nov 15 10:37:38 2023 +++ pkgsrc/geography/py-gdal/Makefile Tue Dec 12 17:57:19 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2023/11/15 10:37:38 wiz Exp $ +# $NetBSD: Makefile,v 1.62 2023/12/12 17:57:19 adam Exp $ PKGREVISION= 7 .include "../../geography/gdal-lib/Makefile.common" @@ -30,7 +30,7 @@ PRINT_PLIST_AWK+= { gsub(/${EGG_NAME}-py "$${EGG_INFODIR}") } .include "../../geography/gdal-lib/buildlink3.mk" -.include "../../lang/python/tool.mk" .include "../../lang/python/extension.mk" +.include "../../lang/python/tool.mk" .include "../../math/py-numpy/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_170240384092930--