pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk On Interix, default to using a threaded Perl. This...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/18f7b3824b0c
branches:  trunk
changeset: 479850:18f7b3824b0c
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Aug 23 23:34:45 2004 +0000

description:
On Interix, default to using a threaded Perl.  This is how the bundled
Perl in Interix ships, so it's an appropriate default for the OS.  (Still
overrideable in mk.conf explicitly.)

diffstat:

 mk/defs.Interix.mk |  17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)

diffs (31 lines):

diff -r 218b6e1187b0 -r 18f7b3824b0c mk/defs.Interix.mk
--- a/mk/defs.Interix.mk        Mon Aug 23 23:33:06 2004 +0000
+++ b/mk/defs.Interix.mk        Mon Aug 23 23:34:45 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: defs.Interix.mk,v 1.25 2004/06/18 11:22:41 kristerw Exp $
+# $NetBSD: defs.Interix.mk,v 1.26 2004/08/23 23:34:45 tv Exp $
 #
 # Variable definitions for the Interix operating system.
 
@@ -80,12 +80,15 @@
 WC?=           /bin/wc
 XARGS?=                /bin/xargs
 
-USERADD?=      ${LOCALBASE}/sbin/useradd
-GROUPADD?=     ${LOCALBASE}/sbin/groupadd
-_PKG_USER_HOME?=# empty by default
-_USER_DEPENDS= user>=20040426:../../sysutils/user_interix
-DEPENDS+=      ${USE_USERADD:D${_USER_DEPENDS}}
-DEPENDS+=      ${USE_GROUPADD:D${_USER_DEPENDS}}
+# Default to threaded Perl, the same as is shipped with Interix itself.
+PERL5_USE_THREADS?=    yes
+
+USERADD?=              ${LOCALBASE}/sbin/useradd
+GROUPADD?=             ${LOCALBASE}/sbin/groupadd
+_PKG_USER_HOME?=       # empty by default
+_USER_DEPENDS=         user>=20040426:../../sysutils/user_interix
+DEPENDS+=              ${USE_USERADD:D${_USER_DEPENDS}}
+DEPENDS+=              ${USE_GROUPADD:D${_USER_DEPENDS}}
 
 CPP_PRECOMP_FLAGS?=    # unset
 DEF_UMASK?=            002



Home | Main Index | Thread Index | Old Index