From owner-svn-ports-all@freebsd.org Tue Sep 5 13:14:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05A73E08ABB; Tue, 5 Sep 2017 13:14:54 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C97E166673; Tue, 5 Sep 2017 13:14:53 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v85DEquZ066794; Tue, 5 Sep 2017 13:14:52 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v85DEqql066793; Tue, 5 Sep 2017 13:14:52 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201709051314.v85DEqql066793@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Tue, 5 Sep 2017 13:14:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449282 - head/math/R X-SVN-Group: ports-head X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: head/math/R X-SVN-Commit-Revision: 449282 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2017 13:14:54 -0000 Author: jrm Date: Tue Sep 5 13:14:52 2017 New Revision: 449282 URL: https://svnweb.freebsd.org/changeset/ports/449282 Log: math/R: Do not specify minimum tk version Specifying TCLTK_USES=tk:84+ was pulling in version 8.4 for package builds on cluster, however the Tcl/Tk 8.4 ports are being deprecated. Simply using TCLTK_USES=tk pulls in the default version. [1] While here, silence a portlint warning about the location of ONLY_FOR_ARCHS and use DISTVESION instead of PORTVERSION. Reported by: gahr [1] Modified: head/math/R/Makefile Modified: head/math/R/Makefile ============================================================================== --- head/math/R/Makefile Tue Sep 5 11:00:56 2017 (r449281) +++ head/math/R/Makefile Tue Sep 5 13:14:52 2017 (r449282) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= R -PORTVERSION= 3.4.1 -PORTREVISION= 5 +DISTVERSION= 3.4.1 +PORTREVISION= 6 CATEGORIES= math lang MASTER_SITES= CRAN/src/base/R-${PORTVERSION:C|\..*||} @@ -12,6 +12,8 @@ COMMENT= Language for statistical computing and graph LICENSE= GPLv2 +ONLY_FOR_ARCHS= aarch64 amd64 i386 + LIB_DEPENDS= libcurl.so:ftp/curl \ libpcre.so:devel/pcre BUILD_DEPENDS= texi2any:print/texinfo @@ -22,10 +24,8 @@ CONFIGURE_ARGS= --disable-java \ rdocdir=${DOCSDIR} GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -ONLY_FOR_ARCHS= aarch64 amd64 i386 USES= gmake iconv libtool localbase \ pathfix perl5 readline:port - USE_PERL5= build USE_LDCONFIG= ${PREFIX}/lib/R/lib @@ -128,7 +128,7 @@ RBLAS_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src_extra ${PATCHDIR}/extra-patch-src_modules_lapack_Makefile.in RPROF_CONFIGURE_ENABLE= R-profiling TCLTK_IMPLIES= X11 -TCLTK_USES= tcl tk:84+ +TCLTK_USES= tcl tk TCLTK_CONFIGURE_WITH= tcltk .for i in KPSEWHICH MAKEINDEX PDFLATEX PDFTEX TEX TEXI2DVI TEXDOCS_CONFIGURE_ENV_OFF+= ac_cv_path_${i}=""