pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cross/nios2-binutils The option jxf of tar is necessar...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6e0df3439db3
branches:  trunk
changeset: 632184:6e0df3439db3
user:      mef <mef%pkgsrc.org@localhost>
date:      Tue Mar 18 15:34:04 2014 +0000

description:
The option jxf of tar is necessary to read *.bz2 on some systems, for example, Linux:
http://us-east.manta.joyent.com/pkgsrc/public/reports/Linux/el6/trunk/x86_64/20140314.1310/nios2-binutils-2.23/configure.log
NetBSD 6.1.3, 5.2 and 5.1 also accept jxf.

diffstat:

 cross/nios2-binutils/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 91b8d1bf1bdd -r 6e0df3439db3 cross/nios2-binutils/Makefile
--- a/cross/nios2-binutils/Makefile     Tue Mar 18 15:11:38 2014 +0000
+++ b/cross/nios2-binutils/Makefile     Tue Mar 18 15:34:04 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2014/01/28 11:48:34 obache Exp $
+# $NetBSD: Makefile,v 1.7 2014/03/18 15:34:04 mef Exp $
 .include               "../../cross/nios2/Makefile.common"
 PKGNAME=               nios2-binutils-${PKG_VERSION}
 PKG_VERSION=           2.23
@@ -39,9 +39,9 @@
 .include "options.mk"
 
 do-extract:
-       (cd ${WRKDIR}; tar zxf ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}    \
+       (cd ${WRKDIR}; tar jxf ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}    \
                sourceryg++-2013.05-43-nios2-linux-gnu/binutils-2013.05-43.tar.bz2;\
-       tar zxf sourceryg++-2013.05-43-nios2-linux-gnu/binutils-2013.05-43.tar.bz2;\
+       tar jxf sourceryg++-2013.05-43-nios2-linux-gnu/binutils-2013.05-43.tar.bz2;\
        )
 
 # following file installed is reference only, not used at all for the moment



Home | Main Index | Thread Index | Old Index