pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/icedtea-web Fix extract stage with non-UTF-8 local...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/111ec6ad404c
branches:  trunk
changeset: 641880:111ec6ad404c
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Thu Nov 20 09:43:09 2014 +0000

description:
Fix extract stage with non-UTF-8 locale. Use GNU tar like lng/openjdk7.

diffstat:

 www/icedtea-web/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 343c95a1df7f -r 111ec6ad404c www/icedtea-web/Makefile
--- a/www/icedtea-web/Makefile  Thu Nov 20 09:33:38 2014 +0000
+++ b/www/icedtea-web/Makefile  Thu Nov 20 09:43:09 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2014/11/03 12:31:01 ryoon Exp $
+# $NetBSD: Makefile,v 1.37 2014/11/20 09:43:09 ryoon Exp $
 
 # Keep icedtea-web distfile in sync with lang/openjdk7/icedtea-extras.mk
 DISTNAME=      icedtea-web-1.5.1
@@ -10,7 +10,7 @@
 COMMENT=       Java browser plugin and Web Start launcher
 #LICENSE=      # GPL2 + Classpath exception
 
-EXTRACT_USING= bsdtar
+EXTRACT_USING= gtar
 
 GNU_CONFIGURE=         yes
 USE_LANGUAGES=         c c++



Home | Main Index | Thread Index | Old Index