[69787] trunk/dports/science/opendx

jmr at macports.org jmr at macports.org
Fri Jul 16 08:56:06 PDT 2010


Revision: 69787
          http://trac.macports.org/changeset/69787
Author:   jmr at macports.org
Date:     2010-07-16 08:56:05 -0700 (Fri, 16 Jul 2010)
Log Message:
-----------
opendx: fix autoreconf failure (#19564), de-lint

Modified Paths:
--------------
    trunk/dports/science/opendx/Portfile

Added Paths:
-----------
    trunk/dports/science/opendx/files/
    trunk/dports/science/opendx/files/configure.ac.diff

Modified: trunk/dports/science/opendx/Portfile
===================================================================
--- trunk/dports/science/opendx/Portfile	2010-07-16 15:56:02 UTC (rev 69786)
+++ trunk/dports/science/opendx/Portfile	2010-07-16 15:56:05 UTC (rev 69787)
@@ -1,6 +1,7 @@
 # $Id$
 
 PortSystem 1.0
+
 name		opendx
 version		4.4.4
 revision	2
@@ -17,7 +18,7 @@
 		And its sophisticated data model provides users with	\
 		great flexibility in creating visualizations.
 
-homepage	http://opendx.org
+homepage	http://opendx.org/
 master_sites	http://opendx.npaci.edu/source/
 
 checksums	md5 6da0c4cd21d3c08f97b7662e3aee5b7b
@@ -32,6 +33,8 @@
 		path:lib/libXm.dylib:openmotif \
 		port:mesa
 
+patchfiles	configure.ac.diff
+
 use_autoreconf yes
 autoreconf.args -fv
 
@@ -39,7 +42,7 @@
     configure.cppflags-append -D_UINT64 -D_UINT32 -D_UINT16 -D_UINT8
 }
 
-variant no_java	{
+variant no_java description "disable java support"	{
 		  depends_lib-delete	port:cosmoplayer
 		  depends_lib-delete	port:opendx-java40
 		  configure.args-delete --with-jni-path=/System/Library/Frameworks/JavaVM.frameworks/Headers

Added: trunk/dports/science/opendx/files/configure.ac.diff
===================================================================
--- trunk/dports/science/opendx/files/configure.ac.diff	                        (rev 0)
+++ trunk/dports/science/opendx/files/configure.ac.diff	2010-07-16 15:56:05 UTC (rev 69787)
@@ -0,0 +1,18 @@
+--- configure.ac.orig	2006-08-22 07:56:08.000000000 +1000
++++ configure.ac	2010-07-17 01:45:44.000000000 +1000
+@@ -218,6 +218,7 @@
+ dnl End of command line options configuration
+ 
+ dnl Start DX configuration
++AC_PROG_CXX
+ AC_LANG([C++])
+ AC_CHECK_HEADERS(stdlib.h)
+ AC_LANG([C])
+@@ -276,7 +277,6 @@
+ 
+ dnl Checks for programs.
+ dnl AC_PROG_RANLIB
+-AC_PROG_CXX
+ if test -n "$CXXCPP" ; then
+     ac_cv_prog_CXXCPP=$CXXCPP
+ fi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100716/885681dc/attachment.html>


More information about the macports-changes mailing list