From owner-svn-ports-all@freebsd.org Mon Dec 16 03:09:52 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 33C481D6AB3; Mon, 16 Dec 2019 03:09:52 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47bmTr0QbKz4GcZ; Mon, 16 Dec 2019 03:09:52 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 09B381EF98; Mon, 16 Dec 2019 03:09:52 +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 xBG39pe4038933; Mon, 16 Dec 2019 03:09:51 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBG39pu9038932; Mon, 16 Dec 2019 03:09:51 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201912160309.xBG39pu9038932@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Mon, 16 Dec 2019 03:09:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r520210 - head/math/libRmath X-SVN-Group: ports-head X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: head/math/libRmath X-SVN-Commit-Revision: 520210 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.29 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: Mon, 16 Dec 2019 03:09:52 -0000 Author: jrm Date: Mon Dec 16 03:09:51 2019 New Revision: 520210 URL: https://svnweb.freebsd.org/changeset/ports/520210 Log: math/libRmath: Standardize formatting using ports-mgmt/portfmt Modified: head/math/libRmath/Makefile (contents, props changed) Modified: head/math/libRmath/Makefile ============================================================================== --- head/math/libRmath/Makefile Mon Dec 16 02:55:55 2019 (r520209) +++ head/math/libRmath/Makefile Mon Dec 16 03:09:51 2019 (r520210) @@ -21,26 +21,36 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ USES= localbase USE_LDCONFIG= yes -BUILD_WRKSRC= ${WRKSRC}/src/nmath/standalone -CONFIGURE_ARGS= --disable-nls --with-ICU=no --with-cairo=no \ - --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 FPICFLAGS=-fPIC GNU_CONFIGURE= yes -PLIST_SUB= RMATH_SOVERSION="${RMATH_SOVERSION}" -RMATH_SOVERSION=${DISTVERSION:R} +CONFIGURE_ARGS= --disable-nls \ + --with-cairo=no \ + --with-ICU=no \ + --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 \ + FPICFLAGS=-fPIC -OPTIONS_DEFINE= FLANG +BUILD_WRKSRC= ${WRKSRC}/src/nmath/standalone + +PLIST_SUB= RMATH_SOVERSION="${_RMATH_SOVERSION}" + +OPTIONS_DEFINE= FLANG OPTIONS_EXCLUDE_aarch64= FLANG -OPTIONS_EXCLUDE_armv6= FLANG -OPTIONS_EXCLUDE_armv7= FLANG -OPTIONS_EXCLUDE_i386= FLANG +OPTIONS_EXCLUDE_armv6= FLANG +OPTIONS_EXCLUDE_armv7= FLANG +OPTIONS_EXCLUDE_i386= FLANG -FLANG_DESC= Use experimental flang instead of default Fortran compiler -FLANG_USES= fortran:flang -FLANG_USES_OFF= fortran +FLANG_DESC= Use experimental flang instead of default Fortran compiler +FLANG_USES_OFF= fortran +FLANG_USES= fortran:flang +_RMATH_SOVERSION= ${DISTVERSION:R} + post-patch: @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g'\ ${WRKSRC}/src/nmath/standalone/Makefile.in \ @@ -52,6 +62,6 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/src/include/Rmath.h ${STAGEDIR}${PREFIX}/include ${INSTALL_DATA} ${BUILD_WRKSRC}/libRmath.a ${STAGEDIR}${PREFIX}/lib ${INSTALL_LIB} ${BUILD_WRKSRC}/libRmath.so ${STAGEDIR}${PREFIX}/lib/libRmath.so - (cd ${STAGEDIR}${PREFIX}/lib; ${LN} -sf libRmath.so libRmath.so.${RMATH_SOVERSION}) + (cd ${STAGEDIR}${PREFIX}/lib; ${LN} -sf libRmath.so libRmath.so.${_RMATH_SOVERSION}) .include