,--- 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=     a...@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
a...@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-goncha...@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-goncha...@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-goncha...@comcast.net --
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to