Revision: 74169 http://trac.macports.org/changeset/74169 Author: afb@macports.org Date: 2010-12-06 09:33:15 -0800 (Mon, 06 Dec 2010) Log Message: ----------- replace xz-devel with xz (#27588) Modified Paths: -------------- trunk/dports/archivers/xz/Portfile trunk/dports/archivers/xz-devel/Portfile Modified: trunk/dports/archivers/xz/Portfile =================================================================== --- trunk/dports/archivers/xz/Portfile 2010-12-06 15:56:58 UTC (rev 74168) +++ trunk/dports/archivers/xz/Portfile 2010-12-06 17:33:15 UTC (rev 74169) @@ -23,8 +23,6 @@ depends_lib port:libiconv port:gettext -conflicts xz-devel - configure.args --with-libiconv-prefix=${prefix} --with-libintl-prefix=${prefix} # previous version defaulted to static liblzma (through --enable-dynamic=mixed) Modified: trunk/dports/archivers/xz-devel/Portfile =================================================================== --- trunk/dports/archivers/xz-devel/Portfile 2010-12-06 15:56:58 UTC (rev 74168) +++ trunk/dports/archivers/xz-devel/Portfile 2010-12-06 17:33:15 UTC (rev 74169) @@ -23,7 +23,8 @@ depends_lib port:libiconv port:gettext -conflicts xz lzmautils +conflicts lzmautils +replaced_by xz patchfiles patch-sysctl-darwin.diff
participants (1)
-
afb@macports.org