From owner-svn-ports-all@freebsd.org Sun Jun 26 14:03:11 2016 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 0D99DB8100A; Sun, 26 Jun 2016 14:03:11 +0000 (UTC) (envelope-from pi@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 D3CD9272A; Sun, 26 Jun 2016 14:03:10 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5QE3ANx098698; Sun, 26 Jun 2016 14:03:10 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5QE3Apb098697; Sun, 26 Jun 2016 14:03:10 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201606261403.u5QE3Apb098697@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 26 Jun 2016 14:03:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417525 - head/math/R X-SVN-Group: ports-head 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.22 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: Sun, 26 Jun 2016 14:03:11 -0000 Author: pi Date: Sun Jun 26 14:03:09 2016 New Revision: 417525 URL: https://svnweb.freebsd.org/changeset/ports/417525 Log: math/R: add LIBR to OPTIONS_DEFAULT to allow math/rkward-kde4 to build PR: 207425 Reported by: thierry Modified: head/math/R/Makefile Modified: head/math/R/Makefile ============================================================================== --- head/math/R/Makefile Sun Jun 26 13:55:00 2016 (r417524) +++ head/math/R/Makefile Sun Jun 26 14:03:09 2016 (r417525) @@ -3,7 +3,7 @@ PORTNAME?= R PORTVERSION= 3.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math lang MASTER_SITES= http://cran.r-project.org/%SUBDIR%/ \ ftp://cran.r-project.org/pub/R/%SUBDIR%/ \ @@ -104,7 +104,7 @@ PNG_DESC= png() graphics device TCLTK_DESC= tcltk package X11_DESC= X11() graphics device -OPTIONS_DEFAULT+= GHOSTSCRIPT INFO_MANUALS JPEG LTO OPENMP \ +OPTIONS_DEFAULT+= GHOSTSCRIPT INFO_MANUALS JPEG LTO LIBR OPENMP \ PANGOCAIRO PNG TCLTK TIFF X11 OPTIONS_DEFAULT_armv6+= MISSING