Changeset 82104
- Timestamp:
- 08/08/11 02:00:32 (4 years ago)
- Location:
- trunk/dports/archivers/xz-devel
- Files:
-
- 2 added
- 1 edited
-
Portfile (modified) (2 diffs)
-
files (added)
-
files/patch-clock-gettime.diff (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/archivers/xz-devel/Portfile
r74182 r82104 4 4 5 5 name xz-devel 6 version 5. 06 version 5.1.1alpha 7 7 categories archivers 8 # some executables are GPL, libs and everything else are public domain 9 license {public-domain GPL-2+} 8 10 platforms darwin 9 maintainers nomaintainer11 maintainers afb openmaintainer 10 12 description XZ Utils 11 13 … … 16 18 17 19 homepage http://tukaani.org/xz/ 18 distfiles 19 replaced_by xz 20 master_sites ${homepage} 21 distname xz-${version} 20 22 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 } 23 checksums sha1 2aabed5bde3e233d020425e8f76695d73410b70b \ 24 rmd160 894dfc76a80ee5d4b3bd20974ed39023aa800901 25 26 patchfiles patch-clock-gettime.diff 27 patch.pre_args -p1 28 29 use_autoreconf yes 30 31 depends_lib port:libiconv port:gettext 32 33 configure.args --with-libiconv-prefix=${prefix} --with-libintl-prefix=${prefix} 34 35 # document that we always need legacy symlinks now that "lzmautils" refers here 36 configure.args-append --enable-lzma-links 37 38 # the internal "check.h" header conflicts with port check's <check.h> 39 configure.cppflags -I${worksrcpath}/src/liblzma/check -I${prefix}/include 25 40 26 41 livecheck.type none
Note: See TracChangeset
for help on using the changeset viewer.

