From owner-svn-ports-all@FreeBSD.ORG Sun Mar 9 19:46:26 2014 Return-Path: Delivered-To: svn-ports-all@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 B4F0F24E; Sun, 9 Mar 2014 19:46:26 +0000 (UTC) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) by mx1.freebsd.org (Postfix) with ESMTP id 4B93CD9B; Sun, 9 Mar 2014 19:46:26 +0000 (UTC) Received: from [192.168.0.129] (vie-188-118-240-099.dsl.sil.at [188.118.240.99]) by ainaz.pair.com (Postfix) with ESMTPSA id 118123F410; Sun, 9 Mar 2014 15:46:24 -0400 (EDT) Date: Sun, 9 Mar 2014 20:46:38 +0100 (CET) From: Gerald Pfeifer To: Colin Percival Subject: Re: svn commit: r347678 - in head: . audio audio/libmtp multimedia multimedia/libmtp In-Reply-To: <531CBDEA.7010204@freebsd.org> Message-ID: References: <201403091814.s29IEoKg084520@svn.freebsd.org> <531CBDEA.7010204@freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2014 19:46:26 -0000 On Sun, 9 Mar 2014, Colin Percival wrote: > When you move a port, you need to fix dependencies, e.g., make_index: > /usr/ports/audio/amarok-kde4: no entry for /usr/ports/audio/libmtp (& > others) Yep, sorry. A just comitted a fix. My tests now still fails with --- describe.devel --- make[5]: "/shscratch/tmp/gerald/4portmgr/devel/mingw32-binutils/Makefile" line 47: Malformed conditional ((defined(PREFIX) && ${PREFIX} != ${LOCALBASE} && ${PREFIX} != ${LINUXBASE} && ${PREFIX} != "/usr")) make[5]: Fatal errors encountered -- cannot continue===> devel/mingw32-binutils failed *** [describe.devel] Error code 1 but that seems unrelated. Gerald