pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/R-maps



Module Name:    pkgsrc
Committed By:   brook
Date:           Fri Aug  7 13:50:41 UTC 2020

Modified Files:
        pkgsrc/geography/R-maps: Makefile distinfo
Removed Files:
        pkgsrc/geography/R-maps/patches: patch-src_Makefile.in

Log Message:
geographcy/R-maps: use gmake and remove the patch.

The patch made it possible to comple R-maps with bmake.  However, the
intent of upstream is to use gmake, which requires no patches.  Therefore,
add USE_TOOLS=gmake and remove the patch.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/geography/R-maps/Makefile \
    pkgsrc/geography/R-maps/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/geography/R-maps/patches/patch-src_Makefile.in

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-maps/Makefile
diff -u pkgsrc/geography/R-maps/Makefile:1.1 pkgsrc/geography/R-maps/Makefile:1.2
--- pkgsrc/geography/R-maps/Makefile:1.1        Fri Aug  7 01:33:30 2020
+++ pkgsrc/geography/R-maps/Makefile    Fri Aug  7 13:50:41 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/08/07 01:33:30 brook Exp $
+# $NetBSD: Makefile,v 1.2 2020/08/07 13:50:41 brook Exp $
 
 CATEGORIES=    geography
 MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
@@ -11,5 +11,7 @@ LICENSE=      gnu-gpl-v2
 R_PKGNAME=     maps
 R_PKGVER=      3.3.0
 
+USE_TOOLS+=    gmake
+
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/geography/R-maps/distinfo
diff -u pkgsrc/geography/R-maps/distinfo:1.1 pkgsrc/geography/R-maps/distinfo:1.2
--- pkgsrc/geography/R-maps/distinfo:1.1        Fri Aug  7 01:33:30 2020
+++ pkgsrc/geography/R-maps/distinfo    Fri Aug  7 13:50:41 2020
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/08/07 01:33:30 brook Exp $
+$NetBSD: distinfo,v 1.2 2020/08/07 13:50:41 brook Exp $
 
 SHA1 (R/maps_3.3.0.tar.gz) = a691cc1a4b3e57b52d202c587c7ef80ad0978ed6
 RMD160 (R/maps_3.3.0.tar.gz) = c4249d4f907742c8174a3e34034bc9b41b2e37ab
 SHA512 (R/maps_3.3.0.tar.gz) = 4310748976ab262f818de589d63d5a5b49bc356c5df0651b123124152701e4c2003387a5cb9b5e8b7fbd0ecc8bbe010c707fc86461f152d544451f1fa65ac647
 Size (R/maps_3.3.0.tar.gz) = 2493744 bytes
-SHA1 (patch-src_Makefile.in) = 84a1fb6a431878a567b53a7f7e5b8c4cdc40b00b



Home | Main Index | Thread Index | Old Index