[74172] trunk/dports/archivers/xz-devel

ryandesign at macports.org ryandesign at macports.org
Mon Dec 6 10:18:11 PST 2010


Revision: 74172
          http://trac.macports.org/changeset/74172
Author:   ryandesign at macports.org
Date:     2010-12-06 10:18:04 -0800 (Mon, 06 Dec 2010)
Log Message:
-----------
xz-devel: complete the process of having this port replaced by xz; see #27588

Modified Paths:
--------------
    trunk/dports/archivers/xz-devel/Portfile

Removed Paths:
-------------
    trunk/dports/archivers/xz-devel/files/

Modified: trunk/dports/archivers/xz-devel/Portfile
===================================================================
--- trunk/dports/archivers/xz-devel/Portfile	2010-12-06 17:54:30 UTC (rev 74171)
+++ trunk/dports/archivers/xz-devel/Portfile	2010-12-06 18:18:04 UTC (rev 74172)
@@ -3,7 +3,7 @@
 PortSystem      1.0
 
 name            xz-devel
-version         4.999.9beta
+version         5.0
 categories      archivers
 platforms       darwin
 maintainers     afb openmaintainer
@@ -15,36 +15,12 @@
 * Scripts to ease grepping, diffing and viewing (lz*grep, lzdiff/lzcmp, lzmore/lzless)
 
 homepage        http://tukaani.org/xz/
-master_sites    ${homepage}
-distname        xz-${version}
-checksums       md5 f2073579b6da2fe35d453adee1aaf1b2 \
-                sha1 9627de3997ddcdb02f8d327e84b2cf1941ecd230 \
-                rmd160 1253ce01746c748c8549effa5041224044919c4e
-
-depends_lib     port:libiconv port:gettext
-
-conflicts       lzmautils
+distfiles
 replaced_by     xz
 
-patchfiles      patch-sysctl-darwin.diff
-
-configure.args  --with-libiconv-prefix=${prefix} --with-libintl-prefix=${prefix}
-
-# the internal "check.h" header conflicts with port check's <check.h>
-configure.cppflags -I${worksrcpath}/src/liblzma/check -I${prefix}/include
-
-# the library is being provided by the liblzma port instead
-post-destroot {
-    file delete -force ${destroot}${prefix}/include/lzma.h
-    file delete -force ${destroot}${prefix}/include/lzma
-    foreach lib [glob ${destroot}${prefix}/lib/liblzma*] { file delete $lib }
-    file delete ${destroot}${prefix}/lib/pkgconfig/liblzma.pc
+pre-configure {
+    ui_error "${name} has been replaced by ${replaced_by}. Please install ${replaced_by} instead."
+    return -code error "obsolete port"
 }
 
-platform darwin 10 {
-    configure.args-append --disable-assembler
-}
-
-livecheck.url   ${homepage}
-livecheck.regex XZ Utils (\[0-9.a-z\]*) was released
-livecheck.type  regexm
+livecheck.type  none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101206/474a986c/attachment.html>


More information about the macports-changes mailing list