Ticket #52111: patch-rpm54.diff

File patch-rpm54.diff, 1.7 KB (added by dbevans (David B. Evans), 8 years ago)

Proposed patch with suggested changes

  • Portfile

     
    11# $Id$
    22
    3 PortSystem 1.0
     3PortSystem              1.0
     4PortGroup               perl5 1.0
    45
    56name                    rpm54
    67version                 5.4.15
    7 revision                1
     8revision                2
    89set date                20140824
    910set branch              [join [lrange [split ${version} .] 0 1] .]
    1011platforms               darwin freebsd linux
     
    3132                        port:expat port:neon \
    3233                        port:python27 port:popt port:sqlite3 port:xar-devel \
    3334                        port:xz port:pcre port:ossp-uuid \
    34                         port:db60 \
    35                         port:perl5.22
     35                        port:db60
    3636
    3737depends_run             path:lib/libssl.dylib:openssl \
    3838                        bin:gzip:gzip \
     
    4545
    4646build.type              gnu
    4747
     48# use perl5 port group to create variants to match dependency ossp-uuid
     49# set default variant to perl5_24 (#52081)
     50
     51perl5.conflict_variants yes
     52perl5.branches          5.22 5.24
     53perl5.default_branch    5.24
     54perl5.create_variants   ${perl5.branches}
     55
    4856configure.args          --disable-nls --without-javaglue --without-included-gettext \
    4957                        --with-libintl-prefix=${prefix} --with-libiconv-prefix=${prefix} \
    5058                        --mandir=${prefix}/share/man --infodir=${prefix}/share/info \
     
    5260                        --with-neon=external --with-beecrypt=external --with-popt=external \
    5361                        --with-xar=external --with-xz=external --with-pcre=external --with-uuid=external \
    5462                        --without-apidocs --sysconfdir=${prefix}/etc --with-path-cfg=${prefix}/etc/rpm
    55 configure.env           __PYTHON=${prefix}/bin/python2.7 __PERL=${prefix}/bin/perl5.22 \
    56                         PERL=${prefix}/bin/perl5.22
     63configure.env           __PYTHON=${prefix}/bin/python2.7 __PERL=${perl5.bin} \
     64                        PERL=${perl5.bin}
    5765
    5866
    5967configure.args-append   --disable-openmp --with-lua=internal --with-syck=internal