[135434] trunk/dports/science/psfex/Portfile

larryv at macports.org larryv at macports.org
Thu Apr 23 13:10:23 PDT 2015


Revision: 135434
          https://trac.macports.org/changeset/135434
Author:   larryv at macports.org
Date:     2015-04-23 13:10:23 -0700 (Thu, 23 Apr 2015)
Log Message:
-----------
psfex: Drop plplot support to fix build (#44419)

PSFEx 3.17.1 is incompatible with PLplot 5.10.0.

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

Modified: trunk/dports/science/psfex/Portfile
===================================================================
--- trunk/dports/science/psfex/Portfile	2015-04-23 19:44:16 UTC (rev 135433)
+++ trunk/dports/science/psfex/Portfile	2015-04-23 20:10:23 UTC (rev 135434)
@@ -5,6 +5,7 @@
 
 name               psfex
 version            3.17.1
+revision           1
 categories         science
 platforms          darwin
 maintainers        gmail.com:Deil.Christoph openmaintainer
@@ -24,8 +25,7 @@
                    sha256  53f1b449ab7da7e6e0a989c41b82885f52c8f08270ceb4378bb1ec7ef754af89
 
 depends_lib        port:atlas \
-                   port:fftw-3-single \
-                   port:plplot
+                   port:fftw-3-single
 
 configure.fc               ${prefix}/bin/no-possible-compiler
 eval configure.cflags-append ${configure.cppflags}
@@ -33,8 +33,7 @@
                    --with-atlas-incdir=${prefix}/include \
                    --with-fftw=${prefix}/lib \
                    --with-fftw-incdir=${prefix}/include \
-                   --with-plplot=${prefix}/lib \
-                   --with-plplot-incdir=${prefix}/include/plplot
+                   --disable-plplot
 
 post-destroot {
     set docdir ${destroot}${prefix}/share/doc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150423/b23ab60d/attachment.html>


More information about the macports-changes mailing list