Ticket #54683: libqalculate_Portfile.diff
File libqalculate_Portfile.diff, 1.9 KB (added by jjstickel (Jonathan Stickel), 7 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 PortGroup github 1.0 5 5 6 github.setup qalculate libqalculate 0.9.12v6 github.setup qalculate libqalculate 2.1.0 v 7 7 8 8 categories math 9 9 platforms darwin … … 23 23 24 24 github.tarball_from releases 25 25 26 checksums rmd160 ab6c4f0d7a0d29724d732c48610ceb90def83861\27 sha256 4b59ab24e45c3162f02b7e316168ebaf7f0d2911a2164d53b501e8b18a9163d226 checksums rmd160 8ab2f87f5b2bed688ccd124e5bcbfe643c408d55 \ 27 sha256 7668ed9ab32d46d3638297985a03bc995b6aedf8b8335685e1a43393ba236f12 28 28 29 patchfiles clang_char16_t.patch 30 patch.pre_args -p1 29 depends_build-append \ 30 port:intltool \ 31 port:autoconf \ 32 port:automake \ 33 port:libtool \ 34 port:pkgconfig \ 35 port:doxygen 36 37 depends_lib-append \ 38 port:gmp \ 39 port:mpfr \ 40 port:libxml2 \ 41 port:curl \ 42 port:icu \ 43 port:gettext \ 44 port:readline \ 45 port:libiconv 31 46 32 depends_build-append port:intltool \ 33 port:pkgconfig 47 # autoreconf to reconfigure for intltool; use package's autogen script to avoid 48 # conflict with gettext 49 use_autoreconf yes 50 autoreconf.cmd ./autogen.sh 51 autoreconf.env NOCONFIGURE=1 34 52 35 depends_lib-append port:cln\ 36 port:libxml2\ 37 path:lib/pkgconfig/glib-2.0.pc:glib2\ 38 port:readline 53 patch { 54 reinplace "s|libtoolize|glibtoolize|g" ${worksrcpath}/autogen.sh 55 } 39 56 40 # autoreconf to reconfigure for intltool 41 use_autoreconf yes 42 autoreconf.args -fvi 57 notes-append "Graphical plotting is enabled by installing gnuplot.\n"