FreeBSD Bugzilla – Attachment 111348 Details for
Bug 152590
databases/mysql55-server Mark broken on pre FreeBSD 9.0 if dtrace support is enabled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 736 bytes, created by
Sevan Janiyan
on 2010-11-26 03:20:09 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Sevan Janiyan
Created:
2010-11-26 03:20:09 UTC
Size:
736 bytes
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/databases/mysql55-server/Makefile,v >retrieving revision 1.266 >diff -u -r1.266 Makefile >--- Makefile 19 Nov 2010 22:28:39 -0000 1.266 >+++ Makefile 26 Nov 2010 03:08:31 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME?= mysql > PORTVERSION= 5.5.7 >-PORTREVISION?= 0 >+PORTREVISION?= 1 > CATEGORIES= databases ipv6 > MASTER_SITES= ${MASTER_SITE_MYSQL} > MASTER_SITE_SUBDIR= MySQL-5.5 >@@ -125,6 +125,10 @@ > BROKEN= does not build on 6.X > .endif > >+.if (${OSVERSION} < 900021) && defined(WITH_DTRACE) >+BROKEN= Need userland DTrace support found in FreeBSD 9.0 >+.endif >+ > pre-fetch: > @${ECHO} "" > @${ECHO} "You may use the following build options:"
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 152590
: 111348