From owner-svn-ports-head@freebsd.org Sun Feb 25 22:15:22 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D51CFF2DDF3; Sun, 25 Feb 2018 22:15:21 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 846E1739FD; Sun, 25 Feb 2018 22:15:21 +0000 (UTC) (envelope-from stephen@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 60D3D12D53; Sun, 25 Feb 2018 22:15:21 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1PMFLqH072470; Sun, 25 Feb 2018 22:15:21 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1PMFILf072443; Sun, 25 Feb 2018 22:15:18 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201802252215.w1PMFILf072443@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Sun, 25 Feb 2018 22:15:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462979 - in head/math: octave-forge-actuarial octave-forge-base octave-forge-bim octave-forge-bsltl octave-forge-cgi octave-forge-data-smoothing octave-forge-dataframe octave-forge-div... X-SVN-Group: ports-head X-SVN-Commit-Author: stephen X-SVN-Commit-Paths: in head/math: octave-forge-actuarial octave-forge-base octave-forge-bim octave-forge-bsltl octave-forge-cgi octave-forge-data-smoothing octave-forge-dataframe octave-forge-divand octave-forge-doctest ... X-SVN-Commit-Revision: 462979 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 22:15:22 -0000 Author: stephen Date: Sun Feb 25 22:15:18 2018 New Revision: 462979 URL: https://svnweb.freebsd.org/changeset/ports/462979 Log: - Add NO_ARCH=yes to those octave-forge-* ports that don't install anything compiled. Reported by: Yuri Modified: head/math/octave-forge-actuarial/Makefile head/math/octave-forge-base/Makefile head/math/octave-forge-bim/Makefile head/math/octave-forge-bsltl/Makefile head/math/octave-forge-cgi/Makefile head/math/octave-forge-data-smoothing/Makefile head/math/octave-forge-dataframe/Makefile head/math/octave-forge-divand/Makefile head/math/octave-forge-doctest/Makefile head/math/octave-forge-financial/Makefile head/math/octave-forge-fpl/Makefile head/math/octave-forge-fuzzy-logic-toolkit/Makefile head/math/octave-forge-ga/Makefile head/math/octave-forge-generate_html/Makefile head/math/octave-forge-gnuplot/Makefile head/math/octave-forge-mvn/Makefile head/math/octave-forge-ncarray/Makefile head/math/octave-forge-nnet/Makefile head/math/octave-forge-optics/Makefile head/math/octave-forge-plot/Makefile head/math/octave-forge-queueing/Makefile head/math/octave-forge-secs1d/Makefile head/math/octave-forge-secs3d/Makefile head/math/octave-forge-splines/Makefile head/math/octave-forge-statistics/Makefile head/math/octave-forge-symbolic/Makefile Modified: head/math/octave-forge-actuarial/Makefile ============================================================================== --- head/math/octave-forge-actuarial/Makefile Sun Feb 25 21:53:10 2018 (r462978) +++ head/math/octave-forge-actuarial/Makefile Sun Feb 25 22:15:18 2018 (r462979) @@ -21,6 +21,8 @@ OCTSRC= ${OCTAVE_PKGNAME} do-build: @${DO_NADA} +NO_ARCH= yes + post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} Modified: head/math/octave-forge-base/Makefile ============================================================================== --- head/math/octave-forge-base/Makefile Sun Feb 25 21:53:10 2018 (r462978) +++ head/math/octave-forge-base/Makefile Sun Feb 25 22:15:18 2018 (r462979) @@ -22,6 +22,7 @@ USES= perl5 SUB_FILES= load-octave-pkg SUB_LIST= PERL=${PERL} NO_BUILD= yes +NO_ARCH= yes do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/share/octave/tarballs Modified: head/math/octave-forge-bim/Makefile ============================================================================== --- head/math/octave-forge-bim/Makefile Sun Feb 25 21:53:10 2018 (r462978) +++ head/math/octave-forge-bim/Makefile Sun Feb 25 22:15:18 2018 (r462979) @@ -24,6 +24,8 @@ RUN_DEPENDS+= ${TARBALLS_DIR}/msh.tar.gz:math/octave-f do-build: @${DO_NADA} +NO_ARCH= yes + post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} Modified: head/math/octave-forge-bsltl/Makefile ============================================================================== --- head/math/octave-forge-bsltl/Makefile Sun Feb 25 21:53:10 2018 (r462978) +++ head/math/octave-forge-bsltl/Makefile Sun Feb 25 22:15:18 2018 (r462979) @@ -23,6 +23,8 @@ WRKSRC= ${WRKDIR}/${OCTSRC}/src do-build: ${DO_NADA} +NO_ARCH= yes + post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} Modified: head/math/octave-forge-cgi/Makefile ============================================================================== --- head/math/octave-forge-cgi/Makefile Sun Feb 25 21:53:10 2018 (r462978) +++ head/math/octave-forge-cgi/Makefile Sun Feb 25 22:15:18 2018 (r462979) @@ -23,6 +23,8 @@ WRKSRC= ${WRKDIR}/${OCTSRC}/src do-build: @${DO_NADA} +NO_ARCH= yes + post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} Modified: head/math/octave-forge-data-smoothing/Makefile ============================================================================== --- head/math/octave-forge-data-smoothing/Makefile Sun Feb 25 21:53:10 2018 (r462978) +++ head/math/octave-forge-data-smoothing/Makefile Sun Feb 25 22:15:18 2018 (r462979) @@ -21,6 +21,8 @@ RUN_DEPENDS+= ${TARBALLS_DIR}/optim.tar.gz:math/octave do-build: @${DO_NADA} +NO_ARCH= yes + post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} Modified: head/math/octave-forge-dataframe/Makefile ============================================================================== --- head/math/octave-forge-dataframe/Makefile Sun Feb 25 21:53:10 2018 (r462978) +++ head/math/octave-forge-dataframe/Makefile Sun Feb 25 22:15:18 2018 (r462979) @@ -21,6 +21,8 @@ OCTSRC= ${DISTNAME} do-build: @${DO_NADA} +NO_ARCH= yes + post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} Modified: head/math/octave-forge-divand/Makefile ============================================================================== --- head/math/octave-forge-divand/Makefile Sun Feb 25 21:53:10 2018 (r462978) +++ head/math/octave-forge-divand/Makefile Sun Feb 25 22:15:18 2018 (r462979) @@ -23,6 +23,8 @@ WRKSRC= ${WRKDIR}/${OCTSRC}/src do-build: @${DO_NADA} +NO_ARCH= yes + post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} Modified: head/math/octave-forge-doctest/Makefile ============================================================================== --- head/math/octave-forge-doctest/Makefile Sun Feb 25 21:53:10 2018 (r462978) +++ head/math/octave-forge-doctest/Makefile Sun Feb 25 22:15:18 2018 (r462979) @@ -22,6 +22,8 @@ WRKSRC= ${WRKDIR}/${OCTSRC}/src do-build: @${DO_NADA} +NO_ARCH= yes + post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} Modified: head/math/octave-forge-financial/Makefile ============================================================================== --- head/math/octave-forge-financial/Makefile Sun Feb 25 21:53:10 2018 (r462978) +++ head/math/octave-forge-financial/Makefile Sun Feb 25 22:15:18 2018 (r462979) @@ -23,6 +23,8 @@ RUN_DEPENDS+= ${TARBALLS_DIR}/io.tar.gz:math/octave-fo do-build: @${DO_NADA} +NO_ARCH= yes + post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} Modified: head/math/octave-forge-fpl/Makefile ============================================================================== --- head/math/octave-forge-fpl/Makefile Sun Feb 25 21:53:10 2018 (r462978) +++ head/math/octave-forge-fpl/Makefile Sun Feb 25 22:15:18 2018 (r462979) @@ -23,6 +23,8 @@ RUN_DEPENDS+= dx:graphics/opendx do-build: @${DO_NADA} +NO_ARCH= yes + post-build: cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} Modified: head/math/octave-forge-fuzzy-logic-toolkit/Makefile ============================================================================== --- head/math/octave-forge-fuzzy-logic-toolkit/Makefile Sun Feb 25 21:53:10 2018 (r462978) +++ head/math/octave-forge-fuzzy-logic-toolkit/Makefile Sun Feb 25 22:15:18 2018 (r462979) @@ -21,6 +21,8 @@ OCTSRC= ${OCTAVE_PKGNAME} do-build: @${DO_NADA} +NO_ARCH= yes + post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} Modified: head/math/octave-forge-ga/Makefile ============================================================================== --- head/math/octave-forge-ga/Makefile Sun Feb 25 21:53:10 2018 (r462978) +++ head/math/octave-forge-ga/Makefile Sun Feb 25 22:15:18 2018 (r462979) @@ -21,6 +21,8 @@ OCTSRC= ${OCTAVE_PKGNAME} do-build: @${DO_NADA} +NO_ARCH= yes + post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} Modified: head/math/octave-forge-generate_html/Makefile ============================================================================== --- head/math/octave-forge-generate_html/Makefile Sun Feb 25 21:53:10 2018 (r462978) +++ head/math/octave-forge-generate_html/Makefile Sun Feb 25 22:15:18 2018 (r462979) @@ -21,6 +21,8 @@ OCTSRC= ${DISTNAME} do-build: @${DO_NADA} +NO_ARCH= yes + post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} Modified: head/math/octave-forge-gnuplot/Makefile ============================================================================== --- head/math/octave-forge-gnuplot/Makefile Sun Feb 25 21:53:10 2018 (r462978) +++ head/math/octave-forge-gnuplot/Makefile Sun Feb 25 22:15:18 2018 (r462979) @@ -21,6 +21,8 @@ OCTSRC= ${OCTAVE_PKGNAME} do-build: @${DO_NADA} +NO_ARCH= yes + post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} Modified: head/math/octave-forge-mvn/Makefile ============================================================================== --- head/math/octave-forge-mvn/Makefile Sun Feb 25 21:53:10 2018 (r462978) +++ head/math/octave-forge-mvn/Makefile Sun Feb 25 22:15:18 2018 (r462979) @@ -21,6 +21,8 @@ OCTSRC= ${OCTAVE_PKGNAME} do-build: @${DO_NADA} +NO_ARCH= yes + post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} Modified: head/math/octave-forge-ncarray/Makefile ============================================================================== --- head/math/octave-forge-ncarray/Makefile Sun Feb 25 21:53:10 2018 (r462978) +++ head/math/octave-forge-ncarray/Makefile Sun Feb 25 22:15:18 2018 (r462979) @@ -26,6 +26,8 @@ RUN_DEPENDS+= ${TARBALLS_DIR}/statistics.tar.gz:math/o do-build: @${DO_NADA} +NO_ARCH= yes + post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} Modified: head/math/octave-forge-nnet/Makefile ============================================================================== --- head/math/octave-forge-nnet/Makefile Sun Feb 25 21:53:10 2018 (r462978) +++ head/math/octave-forge-nnet/Makefile Sun Feb 25 22:15:18 2018 (r462979) @@ -21,6 +21,8 @@ OCTSRC= ${OCTAVE_PKGNAME} do-build: @${DO_NADA} +NO_ARCH= yes + post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} Modified: head/math/octave-forge-optics/Makefile ============================================================================== --- head/math/octave-forge-optics/Makefile Sun Feb 25 21:53:10 2018 (r462978) +++ head/math/octave-forge-optics/Makefile Sun Feb 25 22:15:18 2018 (r462979) @@ -22,6 +22,8 @@ WRKSRC= ${WRKDIR}/${OCTSRC}/src do-build: @${DO_NADA} +NO_ARCH= yes + post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} Modified: head/math/octave-forge-plot/Makefile ============================================================================== --- head/math/octave-forge-plot/Makefile Sun Feb 25 21:53:10 2018 (r462978) +++ head/math/octave-forge-plot/Makefile Sun Feb 25 22:15:18 2018 (r462979) @@ -21,6 +21,8 @@ OCTSRC= ${OCTAVE_PKGNAME} do-build: @${DO_NADA} +NO_ARCH= yes + post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} Modified: head/math/octave-forge-queueing/Makefile ============================================================================== --- head/math/octave-forge-queueing/Makefile Sun Feb 25 21:53:10 2018 (r462978) +++ head/math/octave-forge-queueing/Makefile Sun Feb 25 22:15:18 2018 (r462979) @@ -21,6 +21,8 @@ OCTSRC= ${OCTAVE_PKGNAME} do-build: @${DO_NADA} +NO_ARCH= yes + post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} Modified: head/math/octave-forge-secs1d/Makefile ============================================================================== --- head/math/octave-forge-secs1d/Makefile Sun Feb 25 21:53:10 2018 (r462978) +++ head/math/octave-forge-secs1d/Makefile Sun Feb 25 22:15:18 2018 (r462979) @@ -23,6 +23,8 @@ RUN_DEPENDS+= ${TARBALLS_DIR}/bim.tar.gz:math/octave-f do-build: @${DO_NADA} +NO_ARCH= yes + post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} Modified: head/math/octave-forge-secs3d/Makefile ============================================================================== --- head/math/octave-forge-secs3d/Makefile Sun Feb 25 21:53:10 2018 (r462978) +++ head/math/octave-forge-secs3d/Makefile Sun Feb 25 22:15:18 2018 (r462979) @@ -24,6 +24,8 @@ RUN_DEPENDS+= ${TARBALLS_DIR}/bim.tar.gz:math/octave-f do-build: @${DO_NADA} +NO_ARCH= yes + post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} Modified: head/math/octave-forge-splines/Makefile ============================================================================== --- head/math/octave-forge-splines/Makefile Sun Feb 25 21:53:10 2018 (r462978) +++ head/math/octave-forge-splines/Makefile Sun Feb 25 22:15:18 2018 (r462979) @@ -23,6 +23,8 @@ WRKSRC= ${WRKDIR}/${OCTSRC}/src do-build: @${DO_NADA} +NO_ARCH= yes + post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} Modified: head/math/octave-forge-statistics/Makefile ============================================================================== --- head/math/octave-forge-statistics/Makefile Sun Feb 25 21:53:10 2018 (r462978) +++ head/math/octave-forge-statistics/Makefile Sun Feb 25 22:15:18 2018 (r462979) @@ -20,6 +20,8 @@ RUN_DEPENDS+= ${TARBALLS_DIR}/io.tar.gz:math/octave-fo do-build: @${DO_NADA} +NO_ARCH= yes + post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} Modified: head/math/octave-forge-symbolic/Makefile ============================================================================== --- head/math/octave-forge-symbolic/Makefile Sun Feb 25 21:53:10 2018 (r462978) +++ head/math/octave-forge-symbolic/Makefile Sun Feb 25 22:15:18 2018 (r462979) @@ -26,6 +26,8 @@ WRKSRC= ${WRKDIR}/${OCTSRC}/src do-build: ${DO_NADA} +NO_ARCH= yes + post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}