From owner-freebsd-ports@FreeBSD.ORG Fri Feb 14 15:31:27 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2628FE72 for ; Fri, 14 Feb 2014 15:31:27 +0000 (UTC) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E2EA114FF for ; Fri, 14 Feb 2014 15:31:26 +0000 (UTC) Received: from compute3.internal (compute3.nyi.mail.srv.osa [10.202.2.43]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 353C520FEF for ; Fri, 14 Feb 2014 10:31:15 -0500 (EST) Received: from web3 ([10.202.2.213]) by compute3.internal (MEProxy); Fri, 14 Feb 2014 10:31:17 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:in-reply-to:references :subject:date; s=smtpout; bh=ausXKA6xPSNRLVHDV9gSd7UMeU4=; b=Gp+ 0g4hyQZpFfumbUJ6f2PjbcVNg+Z2y0U/9UnVj1RW1x7S2WeLR9o+J8jmzMJBNlQb pWJaWfat9l3oW7ozzNkcoasJRLOt3t552jCAwDvintE683kxjkEPG2BnV7VC2zmk +jiADpeYVqhmX3pvCOOXcPcdfFWsHD7GTrsi2X9g= Received: by web3.nyi.mail.srv.osa (Postfix, from userid 99) id 1267311EB74; Fri, 14 Feb 2014 10:31:15 -0500 (EST) Message-Id: <1392391875.2797.83449153.0E95C6E5@webmail.messagingengine.com> X-Sasl-Enc: l9jl1+/VQdnsoqWqmAfhV0gJV0rCSpjSjzZA9vjKcwrO 1392391875 From: Mark Felder To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-e72899be In-Reply-To: References: <1392315760107-5885723.post@n5.nabble.com> <1392319784.9544.83106817.53DEC381@webmail.messagingengine.com> <1392381083669-5885945.post@n5.nabble.com> <1392385403.3697.83408689.3FA59E62@webmail.messagingengine.com> Subject: Re: pkg upgrade breaks with mariadb migration Date: Fri, 14 Feb 2014 09:31:15 -0600 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Feb 2014 15:31:27 -0000 On Fri, Feb 14, 2014, at 8:07, Beeblebrox wrote: > > Although I suspect you could have a different problem. Are you mixing FreeBSD and your private repository? > > No. When I upgrade, I specify the repo: # pkg upgrade -r myrepo > On the other hand, I'm merging gnome3 from the marcuscom-devel repo. > It's possible those ports may have some hard-coded "mysql" reference > in them... > There are a lot of ports out there that are not setting database dependencies correctly. They should be using USE_MYSQL not something like RUN_DEPENDS+= ${LOCALBASE}/bin/mysqld_safe:${PORTSDIR}/databases/mysql55-server Perhaps one of the ports you're trying to install has this problem. If you can narrow it down that would be great.