Ticket #45565: orpie.patch

File orpie.patch, 1.6 KB (added by nick.barkas@…, 9 years ago)
  • Portfile

    diff -urN orpie.orig/Portfile orpie/Portfile
    old new  
    33PortSystem 1.0
    44
    55name                    orpie
    6 version                 1.5.1
    7 revision                2
     6version                 1.5.2
    87platforms               darwin
     8license                 GPL
    99maintainers             moduli.net:snb
    1010categories              math
    1111description             fullscreen RPN calculator for the console
     
    1717                                stack.
    1818homepage                http://pessimization.com/software/orpie/
    1919master_sites    ${homepage}
    20 checksums               md5 4511626ed853354af1b4b5dbbf143a1f
     20checksums               sha256 de557fc7f608c6cb1f44a965d3ae07fc6baf2b02a0d7994b89d6a0e0d87d3d6d
    2121depends_lib             port:gsl
    22 depends_build   port:ocaml
    23 configure.args      --mandir=${prefix}/share/man
    24 patchfiles        patch-Makefile.in.diff
     22depends_build   port:ocaml port:ocaml-camlp4
     23use_parallel_build      no
  • files/patch-Makefile.in.diff

    diff -urN orpie.orig/files/patch-Makefile.in.diff orpie/files/patch-Makefile.in.diff
    old new  
    1 --- Makefile.in.orig    2007-09-14 05:31:23.000000000 +0200
    2 +++ Makefile.in 2009-09-03 00:21:43.000000000 +0200
    3 @@ -24,12 +24,12 @@
    4  MANDIR      = $(DESTDIR)/@mandir@
    5  
    6  # other variables set by ./configure
    7 -OCAMLC       = @OCAMLC@
    8 -OCAMLOPT     = @OCAMLOPT@
    9 +OCAMLC       = ocamlc
    10 +OCAMLOPT     = no
    11  OCAMLDEP     = @OCAMLDEP@
    12  OCAMLLIB     = @OCAMLLIB@
    13 -OCAMLBEST    = @OCAMLBEST@
    14 -OCAMLLEX     = @OCAMLLEX@
    15 +OCAMLBEST    = byte
    16 +OCAMLLEX     = ocamllex
    17  OCAMLYACC    = @OCAMLYACC@
    18  OCAMLVERSION = @OCAMLVERSION@
    19  OCAMLWIN32   = @OCAMLWIN32@