Commits

Ken Cunningham authored and Ken committed e709b51ac00
par2: append rather than overwrite blacklisting
No tags

archivers/par2/Portfile

Modified
32 32 patch-par2-delete-hardcoded-stdlib.diff
33 33
34 34 configure.args --mandir=${prefix}/share/man
35 35
36 36 test.run yes
37 37 test.target check
38 38
39 39 # macports-clang-3.4 fails
40 40 # macports-clang-3.5 works
41 41 # Assuming > 600 works
42 -compiler.blacklist macports-clang-3.3 macports-clang-3.4 {clang < 600}
42 +compiler.blacklist-append macports-clang-3.3 macports-clang-3.4 {clang < 600}
43 43
44 44 post-destroot {
45 45 set docdir ${prefix}/share/doc/${name}-${version}
46 46 xinstall -d ${destroot}${docdir}
47 47 xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING README ROADMAP \
48 48 ${destroot}${docdir}
49 49 }
50 50
51 51 livecheck.distname par2cmdline

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut