From owner-freebsd-ports@FreeBSD.ORG Wed Jul 22 10:50:54 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A9AF106568D for ; Wed, 22 Jul 2009 10:50:52 +0000 (UTC) (envelope-from alex-goncharov@comcast.net) Received: from QMTA04.westchester.pa.mail.comcast.net (qmta04.westchester.pa.mail.comcast.net [76.96.62.40]) by mx1.freebsd.org (Postfix) with ESMTP id C76328FC24 for ; Wed, 22 Jul 2009 10:50:51 +0000 (UTC) (envelope-from alex-goncharov@comcast.net) Received: from OMTA03.westchester.pa.mail.comcast.net ([76.96.62.27]) by QMTA04.westchester.pa.mail.comcast.net with comcast id JymJ1c0030bG4ec54yqsxz; Wed, 22 Jul 2009 10:50:52 +0000 Received: from daland.home ([24.34.211.11]) by OMTA03.westchester.pa.mail.comcast.net with comcast id Jyqr1c0040FJTGg3Pyqrn9; Wed, 22 Jul 2009 10:50:52 +0000 Received: from algo by daland.home with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1MTZPO-000NdC-7L; Wed, 22 Jul 2009 06:50:50 -0400 From: Alex Goncharov To: Alex Dupre In-reply-to: <4A66EB9B.4040607@FreeBSD.org> (message from Alex Dupre on Wed, 22 Jul 2009 12:36:11 +0200) References: <4A66CD06.5020807@fang.fa.gau.hu> <20090722121722.0ede6895@notebook> <20090722094513.GB112@rink.nu> <4A66EB9B.4040607@FreeBSD.org> Message-Id: Sender: Alex Goncharov Date: Wed, 22 Jul 2009 06:50:50 -0400 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 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alex Goncharov List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jul 2009 10:50:55 -0000 ,--- 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 ------------------------------------------------------------ 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 --