Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 May 2022 09:36:27 GMT
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b79359b263bb - main - math/R-cran-plot3D: work-around to fix the build on some platforms
Message-ID:  <202205080936.2489aRVH047304@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by thierry:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b79359b263bbe612392e2645fd551d7c55dd712b

commit b79359b263bbe612392e2645fd551d7c55dd712b
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2022-05-08 09:30:12 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2022-05-08 09:36:20 +0000

    math/R-cran-plot3D: work-around to fix the build on some platforms
    
    For a still unknown reason, two doc files (doc/plot3D.R and
    doc/volcano.R) are not always generated. Although I don't like it,
    replace the fixed plist by auto-plist for the moment (the package
    is still usable).
    
    Reported by:    pkg-fallout
---
 math/R-cran-plot3D/Makefile  |  2 +-
 math/R-cran-plot3D/pkg-plist | 31 -------------------------------
 2 files changed, 1 insertion(+), 32 deletions(-)

diff --git a/math/R-cran-plot3D/Makefile b/math/R-cran-plot3D/Makefile
index b0d6a66148b4..5812b7318c5a 100644
--- a/math/R-cran-plot3D/Makefile
+++ b/math/R-cran-plot3D/Makefile
@@ -12,6 +12,6 @@ LICENSE=	GPLv3+
 
 RUN_DEPENDS=	R-cran-misc3d>0:math/R-cran-misc3d
 
-USES=		cran
+USES=		cran:auto-plist
 
 .include <bsd.port.mk>
diff --git a/math/R-cran-plot3D/pkg-plist b/math/R-cran-plot3D/pkg-plist
deleted file mode 100644
index 805e50380eb0..000000000000
--- a/math/R-cran-plot3D/pkg-plist
+++ /dev/null
@@ -1,31 +0,0 @@
-%%R_MOD_DIR%%/DESCRIPTION
-%%R_MOD_DIR%%/INDEX
-%%R_MOD_DIR%%/Meta/Rd.rds
-%%R_MOD_DIR%%/Meta/data.rds
-%%R_MOD_DIR%%/Meta/features.rds
-%%R_MOD_DIR%%/Meta/hsearch.rds
-%%R_MOD_DIR%%/Meta/links.rds
-%%R_MOD_DIR%%/Meta/nsInfo.rds
-%%R_MOD_DIR%%/Meta/package.rds
-%%R_MOD_DIR%%/Meta/vignette.rds
-%%R_MOD_DIR%%/NAMESPACE
-%%R_MOD_DIR%%/R/plot3D
-%%R_MOD_DIR%%/R/plot3D.rdb
-%%R_MOD_DIR%%/R/plot3D.rdx
-%%R_MOD_DIR%%/data/Rdata.rdb
-%%R_MOD_DIR%%/data/Rdata.rds
-%%R_MOD_DIR%%/data/Rdata.rdx
-%%R_MOD_DIR%%/doc/index.html
-%%R_MOD_DIR%%/doc/plot3D.R
-%%R_MOD_DIR%%/doc/plot3D.pdf
-%%R_MOD_DIR%%/doc/plot3D.rnw
-%%R_MOD_DIR%%/doc/volcano.R
-%%R_MOD_DIR%%/doc/volcano.pdf
-%%R_MOD_DIR%%/doc/volcano.rnw
-%%R_MOD_DIR%%/help/AnIndex
-%%R_MOD_DIR%%/help/aliases.rds
-%%R_MOD_DIR%%/help/paths.rds
-%%R_MOD_DIR%%/help/plot3D.rdb
-%%R_MOD_DIR%%/help/plot3D.rdx
-%%R_MOD_DIR%%/html/00Index.html
-%%R_MOD_DIR%%/html/R.css



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205080936.2489aRVH047304>