[137752] trunk/dports/perl/p5-pdl

devans at macports.org devans at macports.org
Thu Jun 18 10:06:40 PDT 2015


Revision: 137752
          https://trac.macports.org/changeset/137752
Author:   devans at macports.org
Date:     2015-06-18 10:06:40 -0700 (Thu, 18 Jun 2015)
Log Message:
-----------
p5-pdl: update to version 2.012, patch to fix build when using +proj variant.

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

Added Paths:
-----------
    trunk/dports/perl/p5-pdl/files/patch-proj.diff

Modified: trunk/dports/perl/p5-pdl/Portfile
===================================================================
--- trunk/dports/perl/p5-pdl/Portfile	2015-06-18 16:43:40 UTC (rev 137751)
+++ trunk/dports/perl/p5-pdl/Portfile	2015-06-18 17:06:40 UTC (rev 137752)
@@ -5,7 +5,7 @@
 PortGroup           perl5 1.0
 
 perl5.branches      5.16 5.18 5.20
-perl5.setup         PDL 2.011
+perl5.setup         PDL 2.012
 maintainers         peculier.com:mgrimes openmaintainer
 license             {Artistic-1 GPL}
 description         Perl Data Language - scientific computing capability for perl
@@ -19,8 +19,8 @@
 
 homepage            http://pdl.perl.org/
 
-checksums           rmd160  30db6bb87f1480b146e386333fbcb85aa752794f \
-                    sha256  dbdda3d00c7fa6c47578a02807ffe8ae1d4e5f1d51f06839cbd373c60cf70eba
+checksums           rmd160  e8a1163754b36df29a8c6236130337a311995e25 \
+                    sha256  1b6368246157d17d51abfcab339dbb5824b1dacb1a6fbfda8fa8a1fad98348ec
 
 #
 # support options
@@ -104,7 +104,8 @@
     # pgplot is not universal
     universal_variant no
 
-    patchfiles      patch-perldl.conf.diff
+    patchfiles      patch-perldl.conf.diff \
+                    patch-proj.diff
       
     post-patch {
         reinplace "s|/usr/local|${prefix}|g" \

Added: trunk/dports/perl/p5-pdl/files/patch-proj.diff
===================================================================
--- trunk/dports/perl/p5-pdl/files/patch-proj.diff	                        (rev 0)
+++ trunk/dports/perl/p5-pdl/files/patch-proj.diff	2015-06-18 17:06:40 UTC (rev 137752)
@@ -0,0 +1,11 @@
+--- Lib/GIS/Proj/include/projects.h.orig	2015-06-18 09:20:50.000000000 -0700
++++ Lib/GIS/Proj/include/projects.h	2015-06-18 09:36:04.000000000 -0700
+@@ -383,7 +383,7 @@
+ double pj_authlat(double, double *);
+ COMPLEX pj_zpoly1(COMPLEX, COMPLEX *, int);
+ COMPLEX pj_zpolyd1(COMPLEX, COMPLEX *, int, COMPLEX *);
+-FILE *pj_open_lib(projCtx, char *, char *);
++PAFile pj_open_lib(projCtx, const char *, const char *);
+ 
+ int pj_deriv(LP, double, PJ *, struct DERIVS *);
+ int pj_factors(LP, PJ *, double, struct FACTORS *);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150618/f7f8e382/attachment.html>


More information about the macports-changes mailing list