From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 01:50:11 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 629841065672 for ; Sat, 6 Aug 2011 01:50:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 245C98FC12 for ; Sat, 6 Aug 2011 01:50:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p761oBkw094515 for ; Sat, 6 Aug 2011 01:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p761oAZd094514; Sat, 6 Aug 2011 01:50:10 GMT (envelope-from gnats) Resent-Date: Sat, 6 Aug 2011 01:50:10 GMT Resent-Message-Id: <201108060150.p761oAZd094514@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Doug Barton Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70C201065679 for ; Sat, 6 Aug 2011 01:40:49 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 49BF38FC15 for ; Sat, 6 Aug 2011 01:40:49 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p761enUp089581 for ; Sat, 6 Aug 2011 01:40:49 GMT (envelope-from dougb@freefall.freebsd.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p761en4Z089570; Sat, 6 Aug 2011 01:40:49 GMT (envelope-from dougb) Message-Id: <201108060140.p761en4Z089570@freefall.freebsd.org> Date: Sat, 6 Aug 2011 01:40:49 GMT From: Doug Barton To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/159539: databases/akonadi has a direct mysqld dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Doug Barton List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2011 01:50:11 -0000 >Number: 159539 >Category: ports >Synopsis: databases/akonadi has a direct mysqld dependency >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: Sat Aug 06 01:50:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Doug Barton >Release: FreeBSD 8.2-STABLE i386 >Organization: AAAG >Environment: DNA >Description: This port has a direct dependency on mysql which breaks when using WITH_MYSQL_VER= 52. For example: /usr/ports/databases/akonadi (akonadi-1.6.0) Error. BUILD_DEPENDS /usr/ports/databases/mysql52-server -- dependency not found It's likely that the direct dependency is not needed at all because the port already has 'USE_MYSQL= server'. >How-To-Repeat: See above. >Fix: The following patch should do the trick, but should be tested: Index: Makefile =================================================================== RCS file: /home/pcvs/ports/databases/akonadi/Makefile,v retrieving revision 1.30 diff -u -r1.30 Makefile --- Makefile 17 Jul 2011 17:52:04 -0000 1.30 +++ Makefile 6 Aug 2011 01:37:22 -0000 @@ -19,8 +19,7 @@ LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs \ soprano.4:${PORTSDIR}/textproc/soprano -BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt \ - ${LOCALBASE}/bin/mysqld_safe:${PORTSDIR}/databases/mysql${MYSQL_VER}-server +BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt RUN_DEPENDS= ${QT_PREFIX}/lib/qt4/plugins/sqldrivers/libqsqlmysql.so:${PORTSDIR}/databases/qt4-mysql-plugin # Let process generate meaningful backtrace on core dump >Release-Note: >Audit-Trail: >Unformatted: