pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2006Q3]: pkgsrc/lang/sun-jre14 Pullup ticket 1852 - requested ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0350cdc98b77
branches:  pkgsrc-2006Q3
changeset: 519124:0350cdc98b77
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Fri Oct 13 10:48:59 2006 +0000

description:
Pullup ticket 1852 - requested by joerg
build fix for sun-jre14 and -jdk14

Revisions pulled up:
- pkgsrc/lang/sun-jre14/Makefile.common         1.32

   Module Name: pkgsrc
   Committed By:        joerg
   Date:                Mon Oct  9 07:24:06 UTC 2006

   Modified Files:
        pkgsrc/lang/sun-jre14: Makefile.common

   Log Message:
   Set HOME in the extract environment to prevent creation
   of ${HOME}/.mailcap and resulting breakage of it is
   not writeable.

diffstat:

 lang/sun-jre14/Makefile.common |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 61a7dfb3b381 -r 0350cdc98b77 lang/sun-jre14/Makefile.common
--- a/lang/sun-jre14/Makefile.common    Mon Oct 09 15:44:30 2006 +0000
+++ b/lang/sun-jre14/Makefile.common    Fri Oct 13 10:48:59 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.31 2006/07/20 06:52:16 wiz Exp $
+# $NetBSD: Makefile.common,v 1.31.2.1 2006/10/13 10:48:59 ghen Exp $
 
 CATEGORIES=    lang java
 EXTRACT_SUFX=  .bin
@@ -53,6 +53,8 @@
        "license, then choose 'Linux self-extracting file'."            \
        ${END_MESSAGE}
 
+EXTRACT_ENV+=  HOME=${WRKDIR}/fake_home
+
 .if !empty(PKG_OPTIONS:Msun-jre-jce)
 END_MESSAGE=                                                           \
        ""                                                              \



Home | Main Index | Thread Index | Old Index