Ticket #54073: Portfile.diff
File Portfile.diff, 922 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 7 years ago) |
---|
-
Portfile
old new 28 28 29 29 patchfiles patch-Makefile.am.diff patch-doc-Makefile.am.diff nolibstdc++.patch 30 30 31 depends_lib port:cppunit 31 if { ![variant_isset tests] } { 32 patchfiles-append patch-no_cppunit.diff 33 } 32 34 33 35 use_autoreconf yes 34 36 autoreconf.args -fvi -I m4 … … 43 45 path:bin/latex:texlive 44 46 } 45 47 48 variant tests description {Build unit tests} { 49 # see https://github.com/macports/macports-ports/commit/ff3d49ef9854c92efdbf46f8791cba6f0511d368#diff-78659008428062a5a45adf6f07052d03 50 PortGroup cxx11 1.1 51 configure.cxxflags-append \ 52 -std=c++11 \ 53 -Wno-c++11-narrowing 54 55 depends_build-append port:cppunit 56 } 57 46 58 livecheck.type regex 47 59 livecheck.url http://sourceforge.net/projects/dirac/files/dirac-codec 48 60 livecheck.regex "Dirac-(\\d+(?:\\.\\d+)*)"