Ticket #40128: rpm.diff

File rpm.diff, 793 bytes (added by ryandesign (Ryan Carsten Schmidt), 11 years ago)

proposed patch

  • Portfile

     
    44
    55name                    rpm
    66version                 4.4.9
    7 revision                14
     7revision                15
    88platforms               darwin freebsd linux
    99license                 GPL-2 LGPL-2
    1010categories              sysutils archivers
     
    2424
    2525depends_lib             port:gettext \
    2626                        port:popt port:sqlite3 port:beecrypt \
    27                         port:neon
     27                        port:neon port:libiconv
    2828
    2929depends_run             port:openssl \
    3030                        bin:gzip:gzip \
     
    4040                        --with-python=2.5 --with-perl=5.8 --without-apidocs \
    4141                        --sysconfdir=${prefix}/etc
    4242
     43configure.libs-append   -liconv
     44
    4345configure.env           __PYTHON=${prefix}/bin/python2.5 __PERL=${prefix}/bin/perl5.8
    4446
    4547                        # needed because it checks for sqlite3_open in sqlite lib...