ports/144512: Gettign ready for octave forge updates
Stephen Montgomery-Smith
stephen at missouri.edu
Sat Mar 6 21:20:04 UTC 2010
>Number: 144512
>Category: ports
>Synopsis: Gettign ready for octave forge updates
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Sat Mar 06 21:20:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Stephen Montgomery-Smith
>Release: FreeBSD 7.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD cauchy 7.2-STABLE FreeBSD 7.2-STABLE #0: Sat Jan 9 19:36:19 CST 2010 stephen at cauchy:/usr/obj/usr/src/sys/GENERIC i386
>Description:
A large number of the octave forge ports need version updates. But the new
release system they have is creating releases that don't quite fit into the
old paradigm. A big difference is that they don't all use configure any more.
This PR moves all the "GNU_CONFIGURE=yes" stuff from bsd.octave.mk to the
individual ports.
When this is committed, I will be able start the process of doing a version
update on each octave forge port.
>How-To-Repeat:
>Fix:
--- Mk/bsd.octave.mk-orig 2010-03-06 14:39:43.000000000 -0600
+++ Mk/bsd.octave.mk 2010-03-06 14:51:48.000000000 -0600
@@ -22,7 +22,6 @@
USE_FORTRAN= yes
USE_GMAKE= yes
-GNU_CONFIGURE= yes
DIST_SUBDIR= octave-forge
OCTAVE_PKGNAME= ${PORTNAME:S/octave-forge-//}
diff -ur math-orig/octave-forge-ad/Makefile math/octave-forge-ad/Makefile
--- math-orig/octave-forge-ad/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-ad/Makefile 2010-03-06 14:50:38.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
.include <bsd.port.post.mk>
diff -ur math-orig/octave-forge-arpack/Makefile math/octave-forge-arpack/Makefile
--- math-orig/octave-forge-arpack/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-arpack/Makefile 2010-03-06 14:50:38.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
NO_CDROM= arpack is licensed for non-commercial use only
LIB_DEPENDS+= arpack:${PORTSDIR}/math/arpack
diff -ur math-orig/octave-forge-audio/Makefile math/octave-forge-audio/Makefile
--- math-orig/octave-forge-audio/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-audio/Makefile 2010-03-06 14:50:38.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
.include <bsd.port.post.mk>
diff -ur math-orig/octave-forge-bim/Makefile math/octave-forge-bim/Makefile
--- math-orig/octave-forge-bim/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-bim/Makefile 2010-03-06 14:50:38.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
RUN_DEPENDS+= ${TARBALLS_DIR}/fpl.tar.gz:${PORTSDIR}/math/octave-forge-fpl
RUN_DEPENDS+= ${TARBALLS_DIR}/msh.tar.gz:${PORTSDIR}/math/octave-forge-msh
diff -ur math-orig/octave-forge-bioinfo/Makefile math/octave-forge-bioinfo/Makefile
--- math-orig/octave-forge-bioinfo/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-bioinfo/Makefile 2010-03-06 14:50:38.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
.include <bsd.port.post.mk>
diff -ur math-orig/octave-forge-civil-engineering/Makefile math/octave-forge-civil-engineering/Makefile
--- math-orig/octave-forge-civil-engineering/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-civil-engineering/Makefile 2010-03-06 14:50:38.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
.include <bsd.port.post.mk>
diff -ur math-orig/octave-forge-combinatorics/Makefile math/octave-forge-combinatorics/Makefile
--- math-orig/octave-forge-combinatorics/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-combinatorics/Makefile 2010-03-06 14:50:38.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
.include <bsd.port.post.mk>
diff -ur math-orig/octave-forge-communications/Makefile math/octave-forge-communications/Makefile
--- math-orig/octave-forge-communications/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-communications/Makefile 2010-03-06 14:50:38.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
RUN_DEPENDS+= ${TARBALLS_DIR}/signal.tar.gz:${PORTSDIR}/math/octave-forge-signal
.include <bsd.port.pre.mk>
diff -ur math-orig/octave-forge-control/Makefile math/octave-forge-control/Makefile
--- math-orig/octave-forge-control/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-control/Makefile 2010-03-06 14:50:38.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
.include <bsd.port.post.mk>
diff -ur math-orig/octave-forge-data-smoothing/Makefile math/octave-forge-data-smoothing/Makefile
--- math-orig/octave-forge-data-smoothing/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-data-smoothing/Makefile 2010-03-06 14:50:38.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
RUN_DEPENDS+= ${TARBALLS_DIR}/optim.tar.gz:${PORTSDIR}/math/octave-forge-optim
.include <bsd.port.pre.mk>
diff -ur math-orig/octave-forge-econometrics/Makefile math/octave-forge-econometrics/Makefile
--- math-orig/octave-forge-econometrics/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-econometrics/Makefile 2010-03-06 14:50:38.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
RUN_DEPENDS+= ${TARBALLS_DIR}/optim.tar.gz:${PORTSDIR}/math/octave-forge-optim
.include <bsd.port.pre.mk>
diff -ur math-orig/octave-forge-engine/Makefile math/octave-forge-engine/Makefile
--- math-orig/octave-forge-engine/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-engine/Makefile 2010-03-06 14:50:38.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
diff -ur math-orig/octave-forge-financial/Makefile math/octave-forge-financial/Makefile
--- math-orig/octave-forge-financial/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-financial/Makefile 2010-03-06 14:50:38.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
RUN_DEPENDS+= ${TARBALLS_DIR}/time.tar.gz:${PORTSDIR}/math/octave-forge-time
RUN_DEPENDS+= ${TARBALLS_DIR}/miscellaneous.tar.gz:${PORTSDIR}/math/octave-forge-miscellaneous
diff -ur math-orig/octave-forge-fpl/Makefile math/octave-forge-fpl/Makefile
--- math-orig/octave-forge-fpl/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-fpl/Makefile 2010-03-06 14:50:38.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
RUN_DEPENDS+= dx:${PORTSDIR}/graphics/opendx
.include <bsd.port.pre.mk>
diff -ur math-orig/octave-forge-ga/Makefile math/octave-forge-ga/Makefile
--- math-orig/octave-forge-ga/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-ga/Makefile 2010-03-06 14:50:38.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
RUN_DEPENDS+= ${TARBALLS_DIR}/communications.tar.gz:${PORTSDIR}/math/octave-forge-communications
.include <bsd.port.pre.mk>
diff -ur math-orig/octave-forge-general/Makefile math/octave-forge-general/Makefile
--- math-orig/octave-forge-general/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-general/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
.include <bsd.port.post.mk>
diff -ur math-orig/octave-forge-generate_html/Makefile math/octave-forge-generate_html/Makefile
--- math-orig/octave-forge-generate_html/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-generate_html/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
.include <bsd.port.post.mk>
diff -ur math-orig/octave-forge-gsl/Makefile math/octave-forge-gsl/Makefile
--- math-orig/octave-forge-gsl/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-gsl/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
LIB_DEPENDS= gsl.14:${PORTSDIR}/math/gsl
post-patch:
diff -ur math-orig/octave-forge-ident/Makefile math/octave-forge-ident/Makefile
--- math-orig/octave-forge-ident/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-ident/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
.include <bsd.port.post.mk>
diff -ur math-orig/octave-forge-image/Makefile math/octave-forge-image/Makefile
--- math-orig/octave-forge-image/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-image/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
#LIB_DEPENDS+= MagickCore:${PORTSDIR}/graphics/ImageMagick
.include <bsd.port.pre.mk>
diff -ur math-orig/octave-forge-informationtheory/Makefile math/octave-forge-informationtheory/Makefile
--- math-orig/octave-forge-informationtheory/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-informationtheory/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
.include <bsd.port.post.mk>
diff -ur math-orig/octave-forge-integration/Makefile math/octave-forge-integration/Makefile
--- math-orig/octave-forge-integration/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-integration/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
.include <bsd.port.post.mk>
diff -ur math-orig/octave-forge-io/Makefile math/octave-forge-io/Makefile
--- math-orig/octave-forge-io/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-io/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
.include <bsd.port.post.mk>
diff -ur math-orig/octave-forge-irsa/Makefile math/octave-forge-irsa/Makefile
--- math-orig/octave-forge-irsa/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-irsa/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
.include <bsd.port.post.mk>
diff -ur math-orig/octave-forge-linear-algebra/Makefile math/octave-forge-linear-algebra/Makefile
--- math-orig/octave-forge-linear-algebra/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-linear-algebra/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
.include <bsd.port.post.mk>
diff -ur math-orig/octave-forge-mapping/Makefile math/octave-forge-mapping/Makefile
--- math-orig/octave-forge-mapping/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-mapping/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
.include <bsd.port.post.mk>
diff -ur math-orig/octave-forge-miscellaneous/Makefile math/octave-forge-miscellaneous/Makefile
--- math-orig/octave-forge-miscellaneous/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-miscellaneous/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
.include <bsd.port.post.mk>
diff -ur math-orig/octave-forge-missing-functions/Makefile math/octave-forge-missing-functions/Makefile
--- math-orig/octave-forge-missing-functions/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-missing-functions/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
.include <bsd.port.post.mk>
diff -ur math-orig/octave-forge-msh/Makefile math/octave-forge-msh/Makefile
--- math-orig/octave-forge-msh/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-msh/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
RUN_DEPENDS+= ${TARBALLS_DIR}/splines.tar.gz:${PORTSDIR}/math/octave-forge-splines
RUN_DEPENDS+= gmsh:${PORTSDIR}/cad/gmsh
diff -ur math-orig/octave-forge-multicore/Makefile math/octave-forge-multicore/Makefile
--- math-orig/octave-forge-multicore/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-multicore/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
.include <bsd.port.post.mk>
diff -ur math-orig/octave-forge-nan/Makefile math/octave-forge-nan/Makefile
--- math-orig/octave-forge-nan/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-nan/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
.include <bsd.port.post.mk>
diff -ur math-orig/octave-forge-nlwing2/Makefile math/octave-forge-nlwing2/Makefile
--- math-orig/octave-forge-nlwing2/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-nlwing2/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
.include <bsd.port.post.mk>
diff -ur math-orig/octave-forge-nnet/Makefile math/octave-forge-nnet/Makefile
--- math-orig/octave-forge-nnet/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-nnet/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
.include <bsd.port.post.mk>
diff -ur math-orig/octave-forge-nurbs/Makefile math/octave-forge-nurbs/Makefile
--- math-orig/octave-forge-nurbs/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-nurbs/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
.include <bsd.port.post.mk>
diff -ur math-orig/octave-forge-ocs/Makefile math/octave-forge-ocs/Makefile
--- math-orig/octave-forge-ocs/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-ocs/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
RUN_DEPENDS+= ${TARBALLS_DIR}/odepkg.tar.gz:${PORTSDIR}/math/octave-forge-odepkg
.include <bsd.port.pre.mk>
diff -ur math-orig/octave-forge-oct2mat/Makefile math/octave-forge-oct2mat/Makefile
--- math-orig/octave-forge-oct2mat/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-oct2mat/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
RUN_DEPENDS+= ${TARBALLS_DIR}/io.tar.gz:${PORTSDIR}/math/octave-forge-io
.include <bsd.port.pre.mk>
diff -ur math-orig/octave-forge-octcdf/Makefile math/octave-forge-octcdf/Makefile
--- math-orig/octave-forge-octcdf/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-octcdf/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
LIB_DEPENDS+= netcdf:${PORTSDIR}/science/netcdf
.include <bsd.port.pre.mk>
diff -ur math-orig/octave-forge-octgpr/Makefile math/octave-forge-octgpr/Makefile
--- math-orig/octave-forge-octgpr/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-octgpr/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
.include <bsd.port.post.mk>
diff -ur math-orig/octave-forge-odebvp/Makefile math/octave-forge-odebvp/Makefile
--- math-orig/octave-forge-odebvp/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-odebvp/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
.include <bsd.port.post.mk>
diff -ur math-orig/octave-forge-odepkg/Makefile math/octave-forge-odepkg/Makefile
--- math-orig/octave-forge-odepkg/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-odepkg/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
.include <bsd.port.post.mk>
diff -ur math-orig/octave-forge-optim/Makefile math/octave-forge-optim/Makefile
--- math-orig/octave-forge-optim/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-optim/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
RUN_DEPENDS+= ${TARBALLS_DIR}/miscellaneous.tar.gz:${PORTSDIR}/math/octave-forge-miscellaneous
.include <bsd.port.pre.mk>
diff -ur math-orig/octave-forge-optiminterp/Makefile math/octave-forge-optiminterp/Makefile
--- math-orig/octave-forge-optiminterp/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-optiminterp/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
.include <bsd.port.post.mk>
diff -ur math-orig/octave-forge-outliers/Makefile math/octave-forge-outliers/Makefile
--- math-orig/octave-forge-outliers/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-outliers/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
.include <bsd.port.post.mk>
diff -ur math-orig/octave-forge-pdb/Makefile math/octave-forge-pdb/Makefile
--- math-orig/octave-forge-pdb/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-pdb/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
.include <bsd.port.post.mk>
diff -ur math-orig/octave-forge-physicalconstants/Makefile math/octave-forge-physicalconstants/Makefile
--- math-orig/octave-forge-physicalconstants/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-physicalconstants/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
.include <bsd.port.post.mk>
diff -ur math-orig/octave-forge-plot/Makefile math/octave-forge-plot/Makefile
--- math-orig/octave-forge-plot/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-plot/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
.include <bsd.port.post.mk>
diff -ur math-orig/octave-forge-pt_br/Makefile math/octave-forge-pt_br/Makefile
--- math-orig/octave-forge-pt_br/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-pt_br/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
.include <bsd.port.post.mk>
diff -ur math-orig/octave-forge-quaternion/Makefile math/octave-forge-quaternion/Makefile
--- math-orig/octave-forge-quaternion/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-quaternion/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
.include <bsd.port.post.mk>
diff -ur math-orig/octave-forge-secs1d/Makefile math/octave-forge-secs1d/Makefile
--- math-orig/octave-forge-secs1d/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-secs1d/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
.include <bsd.port.post.mk>
diff -ur math-orig/octave-forge-secs2d/Makefile math/octave-forge-secs2d/Makefile
--- math-orig/octave-forge-secs2d/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-secs2d/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
.include <bsd.port.post.mk>
diff -ur math-orig/octave-forge-signal/Makefile math/octave-forge-signal/Makefile
--- math-orig/octave-forge-signal/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-signal/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
RUN_DEPENDS+= ${TARBALLS_DIR}/optim.tar.gz:${PORTSDIR}/math/octave-forge-optim
RUN_DEPENDS+= ${TARBALLS_DIR}/specfun.tar.gz:${PORTSDIR}/math/octave-forge-specfun
diff -ur math-orig/octave-forge-simp/Makefile math/octave-forge-simp/Makefile
--- math-orig/octave-forge-simp/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-simp/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
.include <bsd.port.post.mk>
diff -ur math-orig/octave-forge-sockets/Makefile math/octave-forge-sockets/Makefile
--- math-orig/octave-forge-sockets/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-sockets/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
.include <bsd.port.post.mk>
diff -ur math-orig/octave-forge-spanish/Makefile math/octave-forge-spanish/Makefile
--- math-orig/octave-forge-spanish/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-spanish/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
.include <bsd.port.post.mk>
diff -ur math-orig/octave-forge-specfun/Makefile math/octave-forge-specfun/Makefile
--- math-orig/octave-forge-specfun/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-specfun/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
.include <bsd.port.post.mk>
diff -ur math-orig/octave-forge-special-matrix/Makefile math/octave-forge-special-matrix/Makefile
--- math-orig/octave-forge-special-matrix/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-special-matrix/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
.include <bsd.port.post.mk>
diff -ur math-orig/octave-forge-spline-gcvspl/Makefile math/octave-forge-spline-gcvspl/Makefile
--- math-orig/octave-forge-spline-gcvspl/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-spline-gcvspl/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
NO_CDROM= Non-commercial use only
.include <bsd.port.pre.mk>
diff -ur math-orig/octave-forge-splines/Makefile math/octave-forge-splines/Makefile
--- math-orig/octave-forge-splines/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-splines/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
.include <bsd.port.post.mk>
diff -ur math-orig/octave-forge-statistics/Makefile math/octave-forge-statistics/Makefile
--- math-orig/octave-forge-statistics/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-statistics/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
RUN_DEPENDS+= ${TARBALLS_DIR}/miscellaneous.tar.gz:${PORTSDIR}/math/octave-forge-miscellaneous
.include <bsd.port.pre.mk>
diff -ur math-orig/octave-forge-strings/Makefile math/octave-forge-strings/Makefile
--- math-orig/octave-forge-strings/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-strings/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
.include <bsd.port.post.mk>
diff -ur math-orig/octave-forge-struct/Makefile math/octave-forge-struct/Makefile
--- math-orig/octave-forge-struct/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-struct/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
.include <bsd.port.post.mk>
diff -ur math-orig/octave-forge-symband/Makefile math/octave-forge-symband/Makefile
--- math-orig/octave-forge-symband/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-symband/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
.include <bsd.port.post.mk>
diff -ur math-orig/octave-forge-symbolic/Makefile math/octave-forge-symbolic/Makefile
--- math-orig/octave-forge-symbolic/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-symbolic/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
LIB_DEPENDS+= ginac:${PORTSDIR}/math/GiNaC
.include <bsd.port.pre.mk>
diff -ur math-orig/octave-forge-tcl-octave/Makefile math/octave-forge-tcl-octave/Makefile
--- math-orig/octave-forge-tcl-octave/Makefile 2010-03-06 14:50:28.000000000 -0600
+++ math/octave-forge-tcl-octave/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
USE_TCL_WRAPPER= yes
.include <bsd.port.pre.mk>
diff -ur math-orig/octave-forge-time/Makefile math/octave-forge-time/Makefile
--- math-orig/octave-forge-time/Makefile 2010-03-06 14:50:30.000000000 -0600
+++ math/octave-forge-time/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
.include <bsd.port.post.mk>
diff -ur math-orig/octave-forge-tsa/Makefile math/octave-forge-tsa/Makefile
--- math-orig/octave-forge-tsa/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-tsa/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
RUN_DEPENDS+= ${TARBALLS_DIR}/nan.tar.gz:${PORTSDIR}/math/octave-forge-nan
.include <bsd.port.pre.mk>
diff -ur math-orig/octave-forge-video/Makefile math/octave-forge-video/Makefile
--- math-orig/octave-forge-video/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-video/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
LIB_DEPENDS+= avcodec:${PORTSDIR}/multimedia/ffmpeg
.include <bsd.port.pre.mk>
diff -ur math-orig/octave-forge-xraylib/Makefile math/octave-forge-xraylib/Makefile
--- math-orig/octave-forge-xraylib/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-xraylib/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
BUILD_DEPENDS+= bash:${PORTSDIR}/shells/bash
post-patch:
diff -ur math-orig/octave-forge-zenity/Makefile math/octave-forge-zenity/Makefile
--- math-orig/octave-forge-zenity/Makefile 2010-03-06 14:50:29.000000000 -0600
+++ math/octave-forge-zenity/Makefile 2010-03-06 14:50:39.000000000 -0600
@@ -13,6 +13,8 @@
MAINTAINER= stephen at missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
RUN_DEPENDS+= zenity:${PORTSDIR}/x11/zenity
.include <bsd.port.pre.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list