FreeBSD Bugzilla – Attachment 92038 Details for
Bug 129600
Add HAVE_DTRACE_KERN to bsd.port.mk
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 625 bytes, created by
Steven Kreuzer
on 2008-12-12 19:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Steven Kreuzer
Created:
2008-12-12 19:40:01 UTC
Size:
625 bytes
patch
obsolete
>Index: bsd.port.mk >=================================================================== >RCS file: /usr/share/cvs/freebsd/ports/Mk/bsd.port.mk,v >retrieving revision 1.604 >diff -u -r1.604 bsd.port.mk >--- bsd.port.mk 5 Sep 2008 19:41:43 -0000 1.604 >+++ bsd.port.mk 12 Dec 2008 19:25:55 -0000 >@@ -1657,6 +1657,14 @@ > .endif > .endif > >+# Check for DTrace support >+ >+.if ${OSVERSION} >= 701000 >+.if !defined(HAVE_DTRACE_KERN) >+HAVE_DTRACE_KERN!= if ${SYSCTL} -a debug.dtrace.providers >/dev/null 2>&1; then echo YES; fi >+.endif >+.endif >+ > # Check the compatibility layer for amd64/ia64 > > .if ${ARCH} == "amd64" || ${ARCH} =="ia64"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 129600
: 92038