New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82104


Ignore:
Timestamp:
08/08/11 02:00:32 (4 years ago)
Author:
afb@…
Message:

xz-devel: revive alpha, include liblzma

Location:
trunk/dports/archivers/xz-devel
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/archivers/xz-devel/Portfile

    r74182 r82104  
    44 
    55name            xz-devel 
    6 version         5.0 
     6version         5.1.1alpha 
    77categories      archivers 
     8# some executables are GPL, libs and everything else are public domain 
     9license         {public-domain GPL-2+} 
    810platforms       darwin 
    9 maintainers     nomaintainer 
     11maintainers     afb openmaintainer 
    1012description     XZ Utils 
    1113 
     
    1618 
    1719homepage        http://tukaani.org/xz/ 
    18 distfiles 
    19 replaced_by     xz 
     20master_sites    ${homepage} 
     21distname        xz-${version} 
    2022 
    21 pre-configure { 
    22     ui_error "${name} has been replaced by ${replaced_by}. Please install ${replaced_by} instead." 
    23     return -code error "obsolete port" 
    24 } 
     23checksums       sha1    2aabed5bde3e233d020425e8f76695d73410b70b \ 
     24                rmd160  894dfc76a80ee5d4b3bd20974ed39023aa800901 
     25 
     26patchfiles      patch-clock-gettime.diff 
     27patch.pre_args  -p1 
     28 
     29use_autoreconf  yes 
     30 
     31depends_lib     port:libiconv port:gettext 
     32 
     33configure.args  --with-libiconv-prefix=${prefix} --with-libintl-prefix=${prefix} 
     34 
     35# document that we always need legacy symlinks now that "lzmautils" refers here 
     36configure.args-append --enable-lzma-links 
     37 
     38# the internal "check.h" header conflicts with port check's <check.h> 
     39configure.cppflags -I${worksrcpath}/src/liblzma/check -I${prefix}/include 
    2540 
    2641livecheck.type  none 
Note: See TracChangeset for help on using the changeset viewer.