pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Rename EXTRACT_ENV.bin to EXTRACT_ENV in preparatio...
details: https://anonhg.NetBSD.org/pkgsrc/rev/39aeaa26c886
branches: trunk
changeset: 506716:39aeaa26c886
user: jlam <jlam%pkgsrc.org@localhost>
date: Fri Jan 20 23:55:02 2006 +0000
description:
Rename EXTRACT_ENV.bin to EXTRACT_ENV in preparation for a reimplementation
of how distfiles are extracted. EXTRACT_ENV is a more generic name
and will be applicable for all extraction commands.
diffstat:
lang/sun-jre15/Makefile.common | 4 ++--
mk/bsd.pkg.extract.mk | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (38 lines):
diff -r 007f511eff14 -r 39aeaa26c886 lang/sun-jre15/Makefile.common
--- a/lang/sun-jre15/Makefile.common Fri Jan 20 23:47:42 2006 +0000
+++ b/lang/sun-jre15/Makefile.common Fri Jan 20 23:55:02 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2005/12/12 14:43:25 joerg Exp $
+# $NetBSD: Makefile.common,v 1.10 2006/01/20 23:55:02 jlam Exp $
CATEGORIES= lang java
COMMENT= Sun's Java(tm) 2 Standard Edition, ${DOWNLOAD_NAME}
@@ -30,7 +30,7 @@
# the following forces compression of jarfiles, which is a huge disk
# space win and trivial to no speed reduction in the face of the
# new class sharing in J2SE 5.0... -tvierling
-EXTRACT_ENV.bin+= UNPACK200_FLAGS=-Htrue
+EXTRACT_ENV+= UNPACK200_FLAGS=-Htrue
NO_MTREE= yes # since we change PREFIX
LDD= ${TRUE}
diff -r 007f511eff14 -r 39aeaa26c886 mk/bsd.pkg.extract.mk
--- a/mk/bsd.pkg.extract.mk Fri Jan 20 23:47:42 2006 +0000
+++ b/mk/bsd.pkg.extract.mk Fri Jan 20 23:55:02 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.extract.mk,v 1.15 2006/01/20 23:41:30 jlam Exp $
+# $NetBSD: bsd.pkg.extract.mk,v 1.16 2006/01/20 23:55:02 jlam Exp $
#
# This Makefile fragment is included to bsd.pkg.mk and defines the
# relevant variables and targets for the "extract" phase.
@@ -135,8 +135,8 @@
EXTRACT_OPTS_ZOO?= -x
EXTRACT_CMD.rar?= ${UNRAR} ${EXTRACT_OPTS_RAR} $${extract_file}
EXTRACT_OPTS_RAR?= x -inul
-EXTRACT_ENV.bin?= # empty
-EXTRACT_CMD.bin?= ${ECHO} yes | ${SETENV} ${EXTRACT_ENV.bin} $${extract_file} ${EXTRACT_OPTS_BIN} >/dev/null
+EXTRACT_ENV?= # empty
+EXTRACT_CMD.bin?= ${ECHO} yes | ${SETENV} ${EXTRACT_ENV} $${extract_file} ${EXTRACT_OPTS_BIN} >/dev/null
.for __suffix__ in .gz .bz2 .Z
EXTRACT_CMD${__suffix__}?= ${DECOMPRESS_CMD${__suffix__}} $${extract_file} > `${BASENAME} $${extract_file} ${__suffix__}`
Home |
Main Index |
Thread Index |
Old Index