Ticket #39040: Portfile-gnupod.diff
File Portfile-gnupod.diff, 1.6 KB (added by davidfavor (David Favor), 12 years ago) |
---|
-
Portfile
old new 18 18 extract.suffix .tgz 19 19 checksums sha1 3aa4b32cc896af435fb52d4bb154ee950ad08ce1 20 20 21 depends_lib port:perl5 .12 port:p5.12-mp3-info port:p5.12-digest-md5 \22 port:p5 .12-xml-parser port:p5.12-unicode-string \23 port:p5 .12-libwww-perl port:p5.12-digest-sha1 port:p5.12-timedate \21 depends_lib port:perl5 port:p5-mp3-info port:p5-digest-md5 \ 22 port:p5-xml-parser port:p5-unicode-string \ 23 port:p5-libwww-perl port:p5-digest-sha1 port:p5-timedate \ 24 24 port:lame 25 25 26 configure.perl ${prefix}/bin/perl5 .1226 configure.perl ${prefix}/bin/perl5 27 27 28 28 configure.args --infodir=${prefix}/share/info 29 29 … … 36 36 37 37 # should also use timidity 38 38 variant flac description "Enable FLAC" { 39 depends_lib-append port:flac port:p5 .12-audio-flac-header39 depends_lib-append port:flac port:p5-audio-flac-header 40 40 } 41 41 42 42 # should use Ogg::Vorbis::Header::PurePerl, won't work 43 43 variant vorbis description "Enable Ogg/Vorbis" { 44 depends_lib-append port:vorbis-tools port:p5.12-libvorbis-perl 44 # 45 # Something broken in p5-ogg-vorbis-header-pureperl virtual package, 46 # which fires a p5.12 dependency, rather then p5 virtual dependency 47 # which will be perl5.16, perl5.18, etc... 48 # 49 # For now, hardcode p5.16 dependency 50 # 51 depends_lib-append port:vorbis-tools port:p5.16-ogg-vorbis-header-pureperl 45 52 } 46 53 47 54 variant aac description "Enable AAC" {