Ticket #14419: Portfile.diff

File Portfile.diff, 2.3 KB (added by lutz.horn@…, 16 years ago)

Removed empty configure step that blocks the real one.

  • Portfile

    old new  
    11# $Id: Portfile 23995 2007-04-14 13:38:35Z pguyot@kallisys.net $
    22
    3 PortSystem                      1.0
    4 name                    snownews
    5 version                 1.5.7
    6 description             Text mode RSS newsreader for Linux and Unix.
    7 long_description        Snownews is a text mode RSS/RDF newsreader. It supports \
    8                                         RSS 1.0 feeds that comply with the W3C RDF specification \
    9                                         and also supports Radio Userland's RSS 0.91 and 2.0 versions.
    10 platforms               darwin
    11 categories              net www
    12 maintainers             pguyot@kallisys.net
    13 homepage                        http://kiza.kcore.de/software/snownews/
    14 master_sites            ${homepage}/download/
    15 checksums                       md5 75ffa004e755a233f49b1cdfcd9e3d85 \
    16                                         sha1 d732c056d8c193339cae4c07dfaf0093607c90c0 \
    17                                         rmd160 5aa839bb92a8ee51b2b1fda74ddf22279665061b
    18 depends_lib             port:libxml2 port:gettext port:p5-xml-libxml
     3PortSystem         1.0
     4name               snownews
     5version            1.5.9
     6description        Text mode RSS newsreader for Linux and Unix.
     7long_description   Snownews is a text mode RSS/RDF newsreader. It supports \
     8                   RSS 1.0 feeds that comply with the W3C RDF specification \
     9                   and also supports Radio Userland's RSS 0.91 and 2.0 versions.
     10platforms          darwin
     11categories         net www
     12maintainers        pguyot@kallisys.net
     13homepage           http://kiza.kcore.de/software/snownews/
     14master_sites       ${homepage}/download/
     15checksums          md5 0f3dca85a36386a72033b83a202c559e \
     16                   sha1 a3c778272c1ae599e11f283fab1bd267ca3af011 \
     17                   rmd160 478c8b60e3bfb1f0eb13268c6deb2a258831aa6b
     18depends_lib        port:libxml2 port:gettext port:p5-xml-libxml
    1919
    20 post-extract    {
    21         # We want to use perl from DP.
    22         reinplace s|/usr/bin/perl|${prefix}/bin/perl| ${worksrcpath}/opml2snow
     20post-extract  {
     21    # We want to use perl from DP.
     22    reinplace s|/usr/bin/perl|${prefix}/bin/perl| ${worksrcpath}/opml2snow
    2323}
    24 configure                       {}
    25 build.args                      EXTRA_CFLAGS="-I${prefix}/include" \
    26                                         EXTRA_LDFLAGS="-L${prefix}/lib -lintl" \
    27                                         PREFIX=${prefix}
    28 destroot.args           PREFIX=${prefix}
     24build.args         EXTRA_CFLAGS="-I${prefix}/include" \
     25                   EXTRA_LDFLAGS="-L${prefix}/lib -lintl" \
     26                   PREFIX=${prefix}
     27destroot.args      PREFIX=${prefix}