Ticket #15420: pdftk.diff
File pdftk.diff, 1.9 KB (added by jochen@…, 16 years ago) |
---|
-
Portfile
74 74 ${destroot}/${prefix}/share/man/man1 75 75 } 76 76 77 variant with_gcc34 conflicts with_gcj34 with_gcc41 with_gcc42 i386 description {Build using gcc34 (PowerPC only)} {77 variant with_gcc34 conflicts with_gcj34 with_gcc41 with_gcc42 i386 with_gcc43 description {Build using gcc34 (PowerPC only)} { 78 78 depends_lib-append port:gcc34 79 79 set versuff -dp-3.4 80 80 } 81 81 82 variant with_gcj34 conflicts with_gcc34 with_gcc41 with_gcc42 i386 description {Build using gcj34 (PowerPC only)} {82 variant with_gcj34 conflicts with_gcc34 with_gcc41 with_gcc42 i386 with_gcc43 description {Build using gcj34 (PowerPC only)} { 83 83 depends_lib-append port:gcj34 84 84 set toolpath ${prefix}/gcj34-3.4.6/bin/ 85 85 } 86 86 87 variant with_gcc41 conflicts with_gcc34 with_gcj34 with_gcc42 i386 description {Build using gcc41 (PowerPC only)} {87 variant with_gcc41 conflicts with_gcc34 with_gcj34 with_gcc42 i386 with_gcc43 description {Build using gcc41 (PowerPC only)} { 88 88 depends_lib-append port:gcc41 89 89 set versuff -mp-4.1 90 90 } 91 91 92 variant with_gcc42 conflicts with_gcc34 with_gcj34 with_gcc41 description {Build using gcc42 (default)} {92 variant with_gcc42 conflicts with_gcc34 with_gcj34 with_gcc41 with_gcc43 description {Build using gcc42} { 93 93 depends_lib-append port:gcc42 94 94 set versuff -mp-4.2 95 95 } 96 96 97 variant with_gcc43 conflicts with_gcc34 with_gcj34 with_gcc41 with_gcc42 description {Build using gcc43 (default)} { 98 depends_lib-append port:gcc43 99 set versuff -mp-4.3 100 } 101 97 102 platform i386 {} 98 103 99 104 if { ![variant_isset with_gcc34] && ![variant_isset with_gcj34] && ![variant_isset with_gcc41] && ![variant_isset with_gcc42] } { 100 default_variants +with_gcc4 2105 default_variants +with_gcc43 101 106 }