From owner-svn-ports-all@FreeBSD.ORG Tue Sep 18 10:22:28 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CF56B106566B; Tue, 18 Sep 2012 10:22:28 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id BA5548FC08; Tue, 18 Sep 2012 10:22:28 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8IAMSHZ070012; Tue, 18 Sep 2012 10:22:28 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8IAMSDJ070009; Tue, 18 Sep 2012 10:22:28 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201209181022.q8IAMSDJ070009@svn.freebsd.org> From: Pietro Cerutti Date: Tue, 18 Sep 2012 10:22:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304440 - head/math/R X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 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, 18 Sep 2012 10:22:28 -0000 Author: gahr Date: Tue Sep 18 10:22:28 2012 New Revision: 304440 URL: http://svn.freebsd.org/changeset/ports/304440 Log: - Remove limitation on unthreaded version of Tk PR: 171156 Submitted by: gahr Approved by: maintainer (timeout 20 days) Modified: head/math/R/Makefile Modified: head/math/R/Makefile ============================================================================== --- head/math/R/Makefile Tue Sep 18 10:19:30 2012 (r304439) +++ head/math/R/Makefile Tue Sep 18 10:22:28 2012 (r304440) @@ -194,7 +194,6 @@ CONFIGURE_ARGS+= --without-libpng .endif .if ${PORT_OPTIONS:MTCLTK} -USE_TK_NO_THREADS= yes USE_TK = 84+ CONFIGURE_ARGS+= --with-tcltk \ --with-tcl-config=${TCL_LIBDIR}/tclConfig.sh \