pkgsrc-WIP-changes archive

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

tcl-fossil: Add new option for dtrace; add more debugging under debug



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Oct 26 02:51:35 2016 +0200
Changeset:	5c7b0e57df143a2c358caa415f38cb986d0748ed

Modified Files:
	tcl-fossil/options.mk

Log Message:
tcl-fossil: Add new option for dtrace; add more debugging under debug

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5c7b0e57df143a2c358caa415f38cb986d0748ed

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 tcl-fossil/options.mk | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diffs:
diff --git a/tcl-fossil/options.mk b/tcl-fossil/options.mk
index 0eaf593..9fdc425 100644
--- a/tcl-fossil/options.mk
+++ b/tcl-fossil/options.mk
@@ -1,14 +1,18 @@
 # $NetBSD: options.mk,v 1.3 2015/03/11 22:32:08 tnn Exp $
 
 PKG_OPTIONS_VAR=	PKG_OPTIONS.tcl
-PKG_SUPPORTED_OPTIONS=	threads debug
+PKG_SUPPORTED_OPTIONS=	debug dtrace
 PKG_SUGGESTED_OPTIONS=	threads
 
 .include "../../mk/bsd.prefs.mk"
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Mdebug)
-CONFIGURE_ARGS+=	--enable-symbols=mem
+CONFIGURE_ARGS+=	--enable-symbols=all
+.endif
+
+.if !empty(PKG_OPTIONS:Mdtrace)
+CONFIGURE_ARGS+=	--enable-dtrace
 .endif
 
 .if !empty(PKG_OPTIONS:Mthreads)


Home | Main Index | Thread Index | Old Index