pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/xulrunner fix PLIST when debug option is enabled
details: https://anonhg.NetBSD.org/pkgsrc/rev/8830d6d03fd8
branches: trunk
changeset: 399296:8830d6d03fd8
user: tnn <tnn%pkgsrc.org@localhost>
date: Wed Sep 16 18:42:31 2009 +0000
description:
fix PLIST when debug option is enabled
diffstat:
devel/xulrunner/PLIST | 3 ++-
devel/xulrunner/options.mk | 5 +++--
2 files changed, 5 insertions(+), 3 deletions(-)
diffs (40 lines):
diff -r 1d7e2185fd6a -r 8830d6d03fd8 devel/xulrunner/PLIST
--- a/devel/xulrunner/PLIST Wed Sep 16 18:38:00 2009 +0000
+++ b/devel/xulrunner/PLIST Wed Sep 16 18:42:31 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2009/09/13 17:56:56 tnn Exp $
+@comment $NetBSD: PLIST,v 1.15 2009/09/16 18:42:31 tnn Exp $
bin/xulrunner
include/xulrunner/stable/base64.h
include/xulrunner/stable/blapit.h
@@ -1479,6 +1479,7 @@
include/xulrunner/unstable/nsILocalStore.h
include/xulrunner/unstable/nsILocale.h
include/xulrunner/unstable/nsILocaleService.h
+${PLIST.debug}include/xulrunner/unstable/nsILoggingSink.h
include/xulrunner/unstable/nsILoginInfo.h
include/xulrunner/unstable/nsILoginManager.h
include/xulrunner/unstable/nsILoginManagerIEMigrationHelper.h
diff -r 1d7e2185fd6a -r 8830d6d03fd8 devel/xulrunner/options.mk
--- a/devel/xulrunner/options.mk Wed Sep 16 18:38:00 2009 +0000
+++ b/devel/xulrunner/options.mk Wed Sep 16 18:42:31 2009 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: options.mk,v 1.5 2009/09/13 19:10:10 tnn Exp $
+# $NetBSD: options.mk,v 1.6 2009/09/16 18:42:31 tnn Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.xulrunner
PKG_SUPPORTED_OPTIONS= debug mozilla-jemalloc gnome
-PLIST_VARS+= jit gnome
+PLIST_VARS+= jit gnome debug
.if ${OPSYS} == "Linux" || ${OPSYS} == "SunOS"
PKG_SUGGESTED_OPTIONS+= mozilla-jemalloc
@@ -37,6 +37,7 @@
.if !empty(PKG_OPTIONS:Mdebug)
CONFIGURE_ARGS+= --enable-debug
+PLIST.debug= yes
.else
CONFIGURE_ARGS+= --disable-debug
.endif
Home |
Main Index |
Thread Index |
Old Index