From owner-svn-ports-all@freebsd.org Sun Oct 29 13:57:38 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 6F903E3A19B; Sun, 29 Oct 2017 13:57:38 +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 3D71B7ED3A; Sun, 29 Oct 2017 13:57:38 +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 v9TDvbD1088178; Sun, 29 Oct 2017 13:57:37 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9TDvbb4088177; Sun, 29 Oct 2017 13:57:37 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201710291357.v9TDvbb4088177@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Sun, 29 Oct 2017 13:57:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453117 - head/math/libRmath X-SVN-Group: ports-head X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: head/math/libRmath X-SVN-Commit-Revision: 453117 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: Sun, 29 Oct 2017 13:57:38 -0000 Author: jrm Date: Sun Oct 29 13:57:37 2017 New Revision: 453117 URL: https://svnweb.freebsd.org/changeset/ports/453117 Log: math/libRmath: Fix error during configure stage due to missing FPICFLAGS. Modified: head/math/libRmath/Makefile Modified: head/math/libRmath/Makefile ============================================================================== --- head/math/libRmath/Makefile Sun Oct 29 13:38:19 2017 (r453116) +++ head/math/libRmath/Makefile Sun Oct 29 13:57:37 2017 (r453117) @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= libRmath -PORTVERSION= 3.4.2 +DISTVERSION= 3.4.2 +PORTREVISION= 1 CATEGORIES= math lang MASTER_SITES= CRAN/src/base/R-${PORTVERSION:C|\..*||} DISTNAME= R-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} @@ -22,7 +23,7 @@ CONFIGURE_ARGS= --disable-nls --with-ICU=no --with-cai --with-jpeglib=no --with-libpng=no --with-libtiff=no \ --with-readline=no --with-tcltk=no --with-x=no \ --without-libintl-prefix -CONFIGURE_ENV+= ac_cv_header_iconv_h=no +CONFIGURE_ENV+= ac_cv_header_iconv_h=no FPICFLAGS=-fPIC GNU_CONFIGURE= yes RMATH_SOVERSION=${PORTVERSION:R} USES= localbase