pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jan 21 15:09:05 UTC 2025

Modified Files:
        pkgsrc/math/R: Makefile

Log Message:
R: move API depends line closer to the corresponding buildlink3.mk


To generate a diff of this commit:
cvs rdiff -u -r1.264 -r1.265 pkgsrc/math/R/Makefile

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

Modified files:

Index: pkgsrc/math/R/Makefile
diff -u pkgsrc/math/R/Makefile:1.264 pkgsrc/math/R/Makefile:1.265
--- pkgsrc/math/R/Makefile:1.264        Tue Jan 21 14:48:08 2025
+++ pkgsrc/math/R/Makefile      Tue Jan 21 15:09:05 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.264 2025/01/21 14:48:08 he Exp $
+# $NetBSD: Makefile,v 1.265 2025/01/21 15:09:05 wiz Exp $
 
 #
 # If updating this package, please try to ensure PLIST.Darwin is kept in sync
@@ -157,8 +157,6 @@ SUBST_STAGE.fixwrap=        post-build
 SUBST_FILES.fixwrap=   libtool
 SUBST_SED.fixwrap=     -e "s,${WRAPPER_BINDIR}/libtool,${PKG_LIBTOOL},g"
 
-BUILDLINK_API_DEPENDS.bzip2+=  bzip2>=1.0.5
-
 # failed to convert strong functions and variables: Invalid type identifier
 CTF_FILES_SKIP+=       lib/R/library/mgcv/libs/mgcv.so
 
@@ -184,6 +182,7 @@ fix-darwin-install-name:
 post-install:
        ${RM}   -f ${DESTDIR}${PREFIX}/lib/R/library/survival/NEWS.Rd.orig
 
+BUILDLINK_API_DEPENDS.bzip2+=  bzip2>=1.0.5
 .include "../../archivers/bzip2/buildlink3.mk"
 .include "../../archivers/xz/buildlink3.mk"
 .include "../../converters/libiconv/buildlink3.mk"



Home | Main Index | Thread Index | Old Index