[67191] trunk/dports/math/octave

ryandesign at macports.org ryandesign at macports.org
Sat May 1 02:29:43 PDT 2010


Revision: 67191
          http://trac.macports.org/changeset/67191
Author:   ryandesign at macports.org
Date:     2010-05-01 02:29:37 -0700 (Sat, 01 May 2010)
Log Message:
-----------
octave: update to 3.2.4 (see #24304) and disable universal variant because this port uses non-Apple compilers which don't support the -arch flag

Modified Paths:
--------------
    trunk/dports/math/octave/Portfile
    trunk/dports/math/octave/files/patch-configure-no_x11.diff

Modified: trunk/dports/math/octave/Portfile
===================================================================
--- trunk/dports/math/octave/Portfile	2010-05-01 08:47:57 UTC (rev 67190)
+++ trunk/dports/math/octave/Portfile	2010-05-01 09:29:37 UTC (rev 67191)
@@ -4,8 +4,7 @@
 PortSystem 1.0
 
 name                octave
-version             3.2.3
-revision            2
+version             3.2.4
 categories          math science
 maintainers         stechert
 platforms           darwin
@@ -20,10 +19,9 @@
 homepage            http://www.gnu.org/software/octave/
 master_sites        ftp://ftp.gnu.org/pub/gnu/octave/
 
-use_bzip2           no
-checksums           md5     a3805ed3838c76f4973d1ef7615d5f3c \
-                    sha1    c4f0125453d7dc4fb0ea16c5941fd2e20c672e5b \
-                    rmd160  7b4ea71b16d98f898f91f5681b54e4e1d9c73249
+checksums           md5     90c39fa9e241ad2e978bcee4682a2ba9 \
+                    sha1    93b81fc300bc5e27e88b6668ef0622f29898dfd2 \
+                    rmd160  13b2198db1b8684229d2ba787ebbedd8e50a518c
 
 depends_build       port:gawk \
                     port:gsed \
@@ -75,6 +73,7 @@
                     TEXI2PDF="${prefix}/bin/texi2pdf"
 
 use_parallel_build  yes
+universal_variant   no
 
 test.run            yes
 test.target         check

Modified: trunk/dports/math/octave/files/patch-configure-no_x11.diff
===================================================================
--- trunk/dports/math/octave/files/patch-configure-no_x11.diff	2010-05-01 08:47:57 UTC (rev 67190)
+++ trunk/dports/math/octave/files/patch-configure-no_x11.diff	2010-05-01 09:29:37 UTC (rev 67191)
@@ -1,24 +1,11 @@
---- configure
-+++ configure
-@@ -7443,9 +7443,9 @@
- echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
+--- configure.orig	2010-01-19 06:47:17.000000000 -0600
++++ configure	2010-05-01 03:27:01.000000000 -0500
+@@ -6848,7 +6848,7 @@
+ $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
  fi
  
 -if test "$have_x"; then
 +if test "$have_x" == yes; then
  
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_X_WINDOWS 1
- _ACEOF
+ $as_echo "#define HAVE_X_WINDOWS 1" >>confdefs.h
  
---- configure.in
-+++ configure.in
-@@ -255,7 +255,7 @@
- AC_SUBST(DEPEND_EXTRA_SED_PATTERN)
- 
- AC_PATH_X
--if test "$have_x"; then
-+if test "$have_x" == yes; then
-   AC_DEFINE(HAVE_X_WINDOWS, 1, [Define if you have X11])
- 
-   if test "$x_includes" != "NONE"; then
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100501/6f747d37/attachment.html>


More information about the macports-changes mailing list