Ticket #51505: 51505.diff

File 51505.diff, 2.7 KB (added by chrisjogorman, 8 years ago)
  • files/patch-man_Makefile.in.diff

     
     1--- man/Makefile.in.orig        2016-05-28 19:57:27.000000000 -0400
     2+++ man/Makefile.in     2016-05-28 19:58:17.000000000 -0400
     3@@ -544,40 +544,40 @@
     4 
     5 
     6 w_of_z.3 : w_of_z.pod
     7-       pod2man -s 3 -c "libcerf manual" $< > $@
     8+       pod2man5.10.0 -s 3 -c "libcerf manual" $< > $@
     9 
     10 im_w_of_x.3 : w_of_z.pod
     11-       pod2man -s 3 -c "libcerf manual" $< > $@
     12+       pod2man5.10.0 -s 3 -c "libcerf manual" $< > $@
     13 
     14 dawson.3 : dawson.pod
     15-       pod2man -s 3 -c "libcerf manual" $< > $@
     16+       pod2man5.10.0 -s 3 -c "libcerf manual" $< > $@
     17 
     18 cdawson.3 : dawson.pod
     19-       pod2man -s 3 -c "libcerf manual" $< > $@
     20+       pod2man5.10.0 -s 3 -c "libcerf manual" $< > $@
     21 
     22 cerf.3 : cerf.pod
     23-       pod2man -s 3 -c "libcerf manual" $< > $@
     24+       pod2man5.10.0 -s 3 -c "libcerf manual" $< > $@
     25 
     26 cerfc.3 : cerf.pod
     27-       pod2man -s 3 -c "libcerf manual" $< > $@
     28+       pod2man5.10.0 -s 3 -c "libcerf manual" $< > $@
     29 
     30 erfcx.3 : erfcx.pod
     31-       pod2man -s 3 -c "libcerf manual" $< > $@
     32+       pod2man5.10.0 -s 3 -c "libcerf manual" $< > $@
     33 
     34 cerfcx.3 : erfcx.pod
     35-       pod2man -s 3 -c "libcerf manual" $< > $@
     36+       pod2man5.10.0 -s 3 -c "libcerf manual" $< > $@
     37 
     38 erfi.3 : erfi.pod
     39-       pod2man -s 3 -c "libcerf manual" $< > $@
     40+       pod2man5.10.0 -s 3 -c "libcerf manual" $< > $@
     41 
     42 cerfi.3 : erfi.pod
     43-       pod2man -s 3 -c "libcerf manual" $< > $@
     44+       pod2man5.10.0 -s 3 -c "libcerf manual" $< > $@
     45 
     46 voigt.3 : voigt.pod
     47-       pod2man -s 3 -c "libcerf manual" $< > $@
     48+       pod2man5.10.0 -s 3 -c "libcerf manual" $< > $@
     49 
     50 %.html : %.pod
     51-       pod2html --title="libcerf - Complex error, Faddeeva, Dawson, and Voigt functions" --noindex $< > $@
     52+       pod2html5.10.0 --title="libcerf - Complex error, Faddeeva, Dawson, and Voigt functions" --noindex $< > $@
     53 
     54 # Tell versions [3.59,3.63) of GNU make to not export all variables.
     55 # Otherwise a system limit (for SysV at least) may be exceeded.
  • Portfile

     
    1717master_sites        http://apps.jcns.fz-juelich.de/src/libcerf \
    1818                    http://apps.jcns.fz-juelich.de/src/libcerf/old
    1919
     20# see https://trac.macports.org/ticket/51505
     21if {[file exists /usr/bin/pod2man5.10.0] && [file exists /usr/bin/pod2html5.10.0]} {
     22    patchfiles-append   patch-man_Makefile.in.diff
     23}
     24
    2025checksums           rmd160  d90dd82fd0561e0070dbf736b268a5b1e8d1a148 \
    2126                    sha256  101265dd1e1b10339adb70b22b60e65ef12c4e01c4a3f52e508562eceef62272
    2227extract.suffix      .tgz