ports/152590: databases/mysql55-server Mark broken on pre FreeBSD 9.0 if dtrace support is enabled
Sevan Janiyan
venture37 at geeklan.co.uk
Fri Nov 26 03:20:09 UTC 2010
>Number: 152590
>Category: ports
>Synopsis: databases/mysql55-server Mark broken on pre FreeBSD 9.0 if dtrace support is enabled
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Fri Nov 26 03:20:09 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Sevan Janiyan
>Release: FreeBSD 8.1-RELEASE-p1 i386
>Organization:
>Environment:
>Description:
Though mysql 5.5 will compile with dtrace support on FreeBSD pre 9.0, it wont run because userland dtrace support is missing.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
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:"
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list