Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jul 2009 06:50:50 -0400
From:      Alex Goncharov <alex-goncharov@comcast.net>
To:        Alex Dupre <ale@FreeBSD.org>
Cc:        ports@freebsd.org, rink@FreeBSD.org, sergey.dyatko@gmail.com, pczanik@fang.fa.gau.hu
Subject:   Re: mysql 5.4 does not compile on FreeBSD 7.1 amd64
Message-ID:  <E1MTZPO-000NdC-7L@daland.home>
In-Reply-To: <4A66EB9B.4040607@FreeBSD.org> (message from Alex Dupre on Wed, 22 Jul 2009 12:36:11 %2B0200)
References:  <4A66CD06.5020807@fang.fa.gau.hu>	<20090722121722.0ede6895@notebook> <20090722094513.GB112@rink.nu> <4A66EB9B.4040607@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
,--- You/Alex (Wed, 22 Jul 2009 12:36:11 +0200) ----*
|
| Rink Springer ha scritto:
| > I was under the impression that *userland* dtrace wasn't (yet)
| > supported; neither on 7 nor on CURRENT. I'd say the port should be
| > updated so it won't try to use dtrace support (most likely a configure
| > option)
| 
| I'll do it soon. I'd like to know who added the --enable-dtrace
| configure option, when the default is to enable it!

I think you did, when you took over the port:

----------------------------------------------------------------------
cd /usr/ports/databases/mysql54-server; egrep -i 'MAINTAINER|DTRACE' Makefile; cat pkg-descr
MAINTAINER=     ale@FreeBSD.org
MySQL is a very fast, multi-threaded, multi-user and robust SQL
(Structured Query Language) database server.

WWW: http://www.mysql.com/

- Alex Dupre
ale@FreeBSD.org
----------------------------------------------------------------------

The dtrace issue was handled in my original submission of the port:

http://www.freebsd.org/cgi/query-pr.cgi?prp=136263-3-shar&n=/shar-3.sh:

------------------------------------------------------------
cd /usr/ports/databases/myport/mysql54-server; egrep -i 'MAINTAINER|DTRACE' Makefile; cat pkg-descr
MAINTAINER=     alex-goncharov@comcast.net
.if defined(WITH_DTRACE)
CONFIGURE_ARGS+=--enable-dtrace
CONFIGURE_ARGS+=--enable-dtrace=no
MySQL 5.4 Community Edition - Preview Release

MySQL Community Edition is a freely downloadable version of the
world's most popular open source database that is supported by an
active community of open source developers and enthusiasts.

MySQL 5.4 is based on MySQL 5.1 but includes small, high-impact
changes to enhance scalability and performance in MySQL Server.

As with any other pre-production set of software, the preview release
of MySQL 5.4 is not recommended for use on production systems. When
using MySQL 5.4, note that it is good practice to back up your data
before installing the new software. MySQL/Sun generally recommends
that you dump and reload your tables from any previous version to
upgrade to MySQL 5.4.

http://dev.mysql.com/doc/mysql-5.4-features/en/index.html

Alex Goncharov <alex-goncharov@comcast.net>
------------------------------------------------------------
ls -l pkg-descr Makefile 
-rw-r--r--  1 root  wheel  8792 Jul  4 21:16 Makefile
-rw-r--r--  1 root  wheel   832 Jul  4 21:16 pkg-descr
------------------------------------------------------------

-- Alex -- alex-goncharov@comcast.net --



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1MTZPO-000NdC-7L>