pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/geography/R-raster



Module Name:    pkgsrc
Committed By:   mef
Date:           Tue Jun 23 21:39:02 UTC 2026

Modified Files:
        pkgsrc/geography/R-raster: Makefile distinfo

Log Message:
(geography/R-rasters) Updated 3.6.31 to 3.6.32, and fix build

This package is no longer developed and only receives minimal maintenance.
Please use the "terra" package instead.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/geography/R-raster/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/geography/R-raster/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/geography/R-raster/Makefile
diff -u pkgsrc/geography/R-raster/Makefile:1.4 pkgsrc/geography/R-raster/Makefile:1.5
--- pkgsrc/geography/R-raster/Makefile:1.4      Sat Feb  8 08:42:06 2025
+++ pkgsrc/geography/R-raster/Makefile  Tue Jun 23 21:39:02 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2025/02/08 08:42:06 mef Exp $
+# $NetBSD: Makefile,v 1.5 2026/06/23 21:39:02 mef Exp $
 
 R_PKGNAME=     raster
-R_PKGVER=      3.6-31
+R_PKGVER=      3.6-32
 CATEGORIES=    geography
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -22,6 +22,20 @@ TEST_DEPENDS+=       R-tinytest-[0-9]*:../../d
 
 USE_LANGUAGES+=        c c++
 
+pre-configure:
+       ${CP}   ${FILESDIR}/Makevars ${WRKSRC}/src
+
+.include "../../mk/bsd.prefs.mk"
+SUBST_CLASSES+=                pkglibs
+SUBST_STAGE.pkglibs=   post-configure
+SUBST_FILES.pkglibs=   src/Makevars
+SUBST_MESSAGE.pkglibs= Add -lexecinfo for *BSD
+.if ${OPSYS} != SunOS && ${OPSYS} != Linux
+SUBST_SED.pkglibs=     -e s,@@PKG_LIBS@@,PKG_LIBS+=-lexecinfo,
+.else
+SUBST_SED.pkglibs=     -e s,@@PKG_LIBS@@,,
+.endif
+
 .include "../../math/R/Makefile.extension"
 .include "../../devel/R-Rcpp/buildlink3.mk"
 .include "../../math/R-sp/buildlink3.mk"

Index: pkgsrc/geography/R-raster/distinfo
diff -u pkgsrc/geography/R-raster/distinfo:1.7 pkgsrc/geography/R-raster/distinfo:1.8
--- pkgsrc/geography/R-raster/distinfo:1.7      Sat Feb  8 08:42:07 2025
+++ pkgsrc/geography/R-raster/distinfo  Tue Jun 23 21:39:02 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2025/02/08 08:42:07 mef Exp $
+$NetBSD: distinfo,v 1.8 2026/06/23 21:39:02 mef Exp $
 
-BLAKE2s (R/raster_3.6-31.tar.gz) = be6438d58768698718b6100434a8ae67d50631d8acb6f02a7b3a7764a245d999
-SHA512 (R/raster_3.6-31.tar.gz) = eadcacfbc113d8efde31110f69c293594d6e1e99fd8a37802d4a47047e638795bc0b1eccbf906a0a8216f213665fcf5a02856e6dff17c6ceea3a89db1f66e34e
-Size (R/raster_3.6-31.tar.gz) = 575608 bytes
+BLAKE2s (R/raster_3.6-32.tar.gz) = 93e737f3be6109da6f40ae77a7a087518388b2c1a2b8298042006b6925b2d0ff
+SHA512 (R/raster_3.6-32.tar.gz) = 3eb12572975495ad0dd5c6629e95c82c8196bf1ec9ac7b21adf4707627e27ebf0e64a7c7303ab6c2103f75a809131c00302a5448b019c8db1481bdde3f37081f
+Size (R/raster_3.6-32.tar.gz) = 575813 bytes



Home | Main Index | Thread Index | Old Index