svn commit: r463169 - head/math/R

Joseph Mingrone jrm at FreeBSD.org
Wed Feb 28 00:24:48 UTC 2018


Author: jrm
Date: Wed Feb 28 00:24:47 2018
New Revision: 463169
URL: https://svnweb.freebsd.org/changeset/ports/463169

Log:
  math/R: Turn on the TCLTK option by default
  
  The TCLTK option was turned off in r455296, however this breaks
  devel/R-cran-gsubfn.
  
  PR:		224472
  Submitted by:	w.schwarzenfeld at utanet.at

Modified:
  head/math/R/Makefile   (contents, props changed)

Modified: head/math/R/Makefile
==============================================================================
--- head/math/R/Makefile	Tue Feb 27 23:31:34 2018	(r463168)
+++ head/math/R/Makefile	Wed Feb 28 00:24:47 2018	(r463169)
@@ -3,7 +3,7 @@
 
 PORTNAME=		R
 DISTVERSION=		3.4.3
-PORTREVISION=		1
+PORTREVISION=		2
 CATEGORIES=		math lang
 MASTER_SITES=		CRAN/src/base/R-${PORTVERSION:C|\..*||}
 
@@ -69,7 +69,7 @@ TEXDOCS_DESC=		Build/Install TeX-dependent documentati
 X11_DESC=		X11 graphics device
 
 OPTIONS_DEFAULT=	CAIROPANGO GHOSTSCRIPT ICU INFO JPEG LDOUBLE OPENMP \
-			PNG RBLAS RPROF TIFF X11
+			PNG RBLAS RPROF TCLTK TIFF X11
 
 ATLAS_USES=		blaslapack:atlas
 ATLAS_CONFIGURE_ON=	--disable-BLAS-shlib


More information about the svn-ports-head mailing list