Ticket #52111: patch-rpm54.diff
File patch-rpm54.diff, 1.7 KB (added by dbevans (David B. Evans), 8 years ago) |
---|
-
Portfile
1 1 # $Id$ 2 2 3 PortSystem 1.0 3 PortSystem 1.0 4 PortGroup perl5 1.0 4 5 5 6 name rpm54 6 7 version 5.4.15 7 revision 18 revision 2 8 9 set date 20140824 9 10 set branch [join [lrange [split ${version} .] 0 1] .] 10 11 platforms darwin freebsd linux … … 31 32 port:expat port:neon \ 32 33 port:python27 port:popt port:sqlite3 port:xar-devel \ 33 34 port:xz port:pcre port:ossp-uuid \ 34 port:db60 \ 35 port:perl5.22 35 port:db60 36 36 37 37 depends_run path:lib/libssl.dylib:openssl \ 38 38 bin:gzip:gzip \ … … 45 45 46 46 build.type gnu 47 47 48 # use perl5 port group to create variants to match dependency ossp-uuid 49 # set default variant to perl5_24 (#52081) 50 51 perl5.conflict_variants yes 52 perl5.branches 5.22 5.24 53 perl5.default_branch 5.24 54 perl5.create_variants ${perl5.branches} 55 48 56 configure.args --disable-nls --without-javaglue --without-included-gettext \ 49 57 --with-libintl-prefix=${prefix} --with-libiconv-prefix=${prefix} \ 50 58 --mandir=${prefix}/share/man --infodir=${prefix}/share/info \ … … 52 60 --with-neon=external --with-beecrypt=external --with-popt=external \ 53 61 --with-xar=external --with-xz=external --with-pcre=external --with-uuid=external \ 54 62 --without-apidocs --sysconfdir=${prefix}/etc --with-path-cfg=${prefix}/etc/rpm 55 configure.env __PYTHON=${prefix}/bin/python2.7 __PERL=${p refix}/bin/perl5.22\56 PERL=${p refix}/bin/perl5.2263 configure.env __PYTHON=${prefix}/bin/python2.7 __PERL=${perl5.bin} \ 64 PERL=${perl5.bin} 57 65 58 66 59 67 configure.args-append --disable-openmp --with-lua=internal --with-syck=internal