switch dependencies from lzma to xz

This commit is contained in:
naddy 2009-09-10 15:30:21 +00:00
parent 1e9bfe4e35
commit 2c50e00940
4 changed files with 15 additions and 16 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.49 2009/03/10 14:54:16 naddy Exp $
# $OpenBSD: Makefile,v 1.50 2009/09/10 15:30:21 naddy Exp $
COMMENT= GNU version of the traditional tape archiver
DISTNAME= tar-1.22
PKGNAME= g${DISTNAME}
PKGNAME= g${DISTNAME}p0
CATEGORIES= archivers
HOMEPAGE= http://www.gnu.org/software/tar/
@ -19,8 +19,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=tar/}
EXTRACT_SUFX= .tar.bz2
MODULES= devel/gettext
# Add xz once the lzma/xz confusion has settled down
RUN_DEPENDS= ::archivers/bzip2 ::archivers/lzop
RUN_DEPENDS= ::archivers/bzip2 ::archivers/lzop ::archivers/xz
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --program-prefix=g

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.25 2009/08/10 06:34:09 kili Exp $
# $OpenBSD: Makefile,v 1.26 2009/09/10 15:30:21 naddy Exp $
COMMENT = base binaries for TeXLive typesetting distribution
@ -13,7 +13,7 @@ WANTLIB = m X11 ICE freetype Xt pthread c Xext fontconfig \
EXTRACT_SUFX = .tar.lzma
BUILD_DEPENDS = :lzma-*:archivers/lzma
BUILD_DEPENDS = ::archivers/xz
RUN_DEPENDS = :ghostscript-*:print/ghostscript/gnu \
:detex-*:print/detex \
:dvi2tty-*:print/dvi2tty \
@ -74,7 +74,7 @@ SUBST_VARS += TRUEPREFIX
# Also annoyingly loads of .orig files confuse update-patches
do-extract:
cd ${WRKDIR} && \
lzma -dc ${FULLDISTDIR}/${DISTNAME}${EXTRACT_SUFX} | ${TAR} xf -
xz -dc ${FULLDISTDIR}/${DISTNAME}${EXTRACT_SUFX} | ${TAR} xf -
find ${WRKDIST} -name '*.orig' | xargs rm
post-install:

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2009/04/23 00:18:18 sthen Exp $
# $OpenBSD: Makefile,v 1.7 2009/09/10 15:30:21 naddy Exp $
COMMENT-main = texlive texmf for laTeX/PdfTeX
COMMENT-full = texlive texmf for XeTeX/ConTeXt and extra macros
@ -17,7 +17,7 @@ NO_BUILD = Yes
NO_REGRESS = Yes
PKG_ARCH = *
BUILD_DEPENDS = ::archivers/lzma
BUILD_DEPENDS = ::archivers/xz
RUN_DEPENDS-full = :texlive_texmf-minimal-${V}:print/texlive/texmf,-main \
:texlive_base-${V}:print/texlive/base
RUN_DEPENDS-docs = :texlive_base-${V}:print/texlive/base
@ -27,7 +27,7 @@ MULTI_PACKAGES = -main -full -docs
# Could do with bsd.port.mk understanding lzma
do-extract:
cd ${WRKDIR} && \
lzma -dc ${FULLDISTDIR}/${DISTNAME}${EXTRACT_SUFX} | ${TAR} xf -
xz -dc ${FULLDISTDIR}/${DISTNAME}${EXTRACT_SUFX} | ${TAR} xf -
do-install:
mv ${WRKDIST}/texmf ${PREFIX}/share

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.27 2009/08/11 08:39:38 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.28 2009/09/10 15:30:21 naddy Exp $
COMMENT= archive manager for GNOME
GNOME_PROJECT= file-roller
GNOME_VERSION= 2.24.3
PKGNAME= ${DISTNAME}p8
PKGNAME= ${DISTNAME}p9
CATEGORIES= archivers
@ -30,10 +30,10 @@ MODULES= devel/gettext \
x11/gnome \
devel/gconf2
RUN_DEPENDS= :gtar-*:archivers/gtar \
:lzma-*:archivers/lzma \
:unzip-*:archivers/unzip \
:zip-*:archivers/zip \
RUN_DEPENDS= ::archivers/gtar \
::archivers/xz \
::archivers/unzip \
::archivers/zip \
::archivers/gcpio \
:rpm2cpio-*|rpm-*:converters/rpm2cpio
LIB_DEPENDS= gnomeui-2.>=1800::x11/gnome/libgnomeui \