[148774] trunk/dports/perl/p5-ifeffit/Portfile

dstrubbe at macports.org dstrubbe at macports.org
Tue May 17 13:26:37 PDT 2016


Revision: 148774
          https://trac.macports.org/changeset/148774
Author:   dstrubbe at macports.org
Date:     2016-05-17 13:26:37 -0700 (Tue, 17 May 2016)
Log Message:
-----------
p5-ifeffit: Fix which port needs enforce_fortran (pgplot is not a dependency). Fix some comments.

Modified Paths:
--------------
    trunk/dports/perl/p5-ifeffit/Portfile

Modified: trunk/dports/perl/p5-ifeffit/Portfile
===================================================================
--- trunk/dports/perl/p5-ifeffit/Portfile	2016-05-17 19:32:12 UTC (rev 148773)
+++ trunk/dports/perl/p5-ifeffit/Portfile	2016-05-17 20:26:37 UTC (rev 148774)
@@ -30,10 +30,6 @@
 
 # IMPORTANT BUILD NOTES
 #
-# ifeffit, pgplot and p5-ifeffit need to be using the same compiler libraries.
-# therefore they must be built with the same gcc compiler variants.
-# currently this is gcc5 by default but it you change one change them all and rebuild.
-#
 # p5-ifeffit is configured using a Makefile.PL that is generated when ifeffit is built.
 # since the paths to the compiler libraries contain compiler version information,
 # if the compiler version changes then both ifeffit and p5-ifeffit need to be rebuilt
@@ -45,11 +41,12 @@
     depends_lib-append \
                     port:ifeffit
 
-    # TODO: add a runtime dependency on compiler as well
     compilers.choose    f77
     compilers.setup     require_fortran
-    compilers.enforce_fortran pgplot
 
+    compilers.enforce_fortran  ifeffit
+    # this shows up in the contents of Makefile.PL, as the gcc/gfortran library
+    
     pre-configure {
         # copy the preconfigured Makefile.PL generated during the build of ifeffit
         # this must be done in pre-configure to ensure that ifeffit is installed and active
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160517/94689fcb/attachment.html>


More information about the macports-changes mailing list