Tue Aug 11 18:46:10 2020 UTC ()
Needs pkg-config.


(joerg)
diff -r1.1 -r1.2 pkgsrc/geography/R-lwgeom/Makefile
diff -r1.1 -r1.2 pkgsrc/geography/R-rgdal/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/geography/R-lwgeom/Makefile (expand / switch to unified diff)

--- pkgsrc/geography/R-lwgeom/Makefile 2020/08/08 23:32:09 1.1
+++ pkgsrc/geography/R-lwgeom/Makefile 2020/08/11 18:46:10 1.2
@@ -1,20 +1,21 @@ @@ -1,20 +1,21 @@
1# $NetBSD: Makefile,v 1.1 2020/08/08 23:32:09 brook Exp $ 1# $NetBSD: Makefile,v 1.2 2020/08/11 18:46:10 joerg Exp $
2 2
3R_PKGNAME= lwgeom 3R_PKGNAME= lwgeom
4R_PKGVER= 0.2-5 4R_PKGVER= 0.2-5
5CATEGORIES= geography 5CATEGORIES= geography
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8COMMENT= Bindings to Selected 'liblwgeom' Functions for Simple Features 8COMMENT= Bindings to Selected 'liblwgeom' Functions for Simple Features
9LICENSE= gnu-gpl-v2 9LICENSE= gnu-gpl-v2
10 10
11DEPENDS+= R-units>=0.6.5:../../math/R-units 11DEPENDS+= R-units>=0.6.5:../../math/R-units
12 12
 13USE_TOOLS+= pkg-config
13USE_LANGUAGES= c c++ 14USE_LANGUAGES= c c++
14 15
15.include "../../math/R/Makefile.extension" 16.include "../../math/R/Makefile.extension"
16.include "../../devel/R-Rcpp/buildlink3.mk" 17.include "../../devel/R-Rcpp/buildlink3.mk"
17.include "../../geography/R-sf/buildlink3.mk" 18.include "../../geography/R-sf/buildlink3.mk"
18.include "../../geography/geos/buildlink3.mk" 19.include "../../geography/geos/buildlink3.mk"
19.include "../../geography/proj/buildlink3.mk" 20.include "../../geography/proj/buildlink3.mk"
20.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/geography/R-rgdal/Makefile (expand / switch to unified diff)

--- pkgsrc/geography/R-rgdal/Makefile 2020/08/08 23:19:05 1.1
+++ pkgsrc/geography/R-rgdal/Makefile 2020/08/11 18:46:10 1.2
@@ -1,17 +1,19 @@ @@ -1,17 +1,19 @@
1# $NetBSD: Makefile,v 1.1 2020/08/08 23:19:05 brook Exp $ 1# $NetBSD: Makefile,v 1.2 2020/08/11 18:46:10 joerg Exp $
2 2
3R_PKGNAME= rgdal 3R_PKGNAME= rgdal
4R_PKGVER= 1.4-8 4R_PKGVER= 1.4-8
5CATEGORIES= geography 5CATEGORIES= geography
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8COMMENT= Bindings for the 'Geospatial' Data Abstraction Library 8COMMENT= Bindings for the 'Geospatial' Data Abstraction Library
9LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # + file LICENSE.note 9LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # + file LICENSE.note
10 10
 11USE_TOOLS+= pkg-config
 12
11USE_LANGUAGES+= c c++ 13USE_LANGUAGES+= c c++
12 14
13.include "../../math/R/Makefile.extension" 15.include "../../math/R/Makefile.extension"
14.include "../../geography/gdal-lib/buildlink3.mk" 16.include "../../geography/gdal-lib/buildlink3.mk"
15.include "../../geography/proj/buildlink3.mk" 17.include "../../geography/proj/buildlink3.mk"
16.include "../../math/R-sp/buildlink3.mk" 18.include "../../math/R-sp/buildlink3.mk"
17.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"