Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Feb 2018 22:15:18 +0000 (UTC)
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
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...
Message-ID:  <201802252215.w1PMFILf072443@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <yuri@rawbw.com>

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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802252215.w1PMFILf072443>