From owner-svn-ports-all@FreeBSD.ORG Tue Jun 24 11:21:59 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8E3A8AAA; Tue, 24 Jun 2014 11:21:59 +0000 (UTC) Received: from mail-yk0-x235.google.com (mail-yk0-x235.google.com [IPv6:2607:f8b0:4002:c07::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 163872DB1; Tue, 24 Jun 2014 11:21:59 +0000 (UTC) Received: by mail-yk0-f181.google.com with SMTP id 9so66991ykp.26 for ; Tue, 24 Jun 2014 04:21:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=x88RbHWEKnsnM9uA/d5pfKgge/hyVj7UFTRbfIdHF4M=; b=SBDg6kmlB2YQHhpQmfTDXWXgKgvMCj1V/54gxku2Ei5LBkNdxDj1i9/yqFwtqosWdf 2dANzuyZjzcUlrb62c7RECto/5MFPueEtKAZb69u9/jmLyRxw5RwO68wmcij+1617Q/c thG6LRTme8iDfP9ULx/Mv6V353wCL736sA2AB4tm8pv+CtkM9z2RY1zToQIbSaRTMpbg 2P9vA1lAKMirIXkLCx8EINS14WjN2RhKatyF8Bh0E6BQVLEtXx3mCURwpEOrTbU6CIcQ 8UaMNymiyXTfzuwQHpM9M3LUgh57We3x1+mOPdmIJWpSeypDA4gDRi9o8LFJcFqKQi+9 MsHw== MIME-Version: 1.0 X-Received: by 10.236.91.99 with SMTP id g63mr676813yhf.6.1403608917971; Tue, 24 Jun 2014 04:21:57 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.170.50.80 with HTTP; Tue, 24 Jun 2014 04:21:57 -0700 (PDT) In-Reply-To: <20140624111232.GA11118@FreeBSD.org> References: <201406162246.s5GMklsu074568@svn.freebsd.org> <20140624111232.GA11118@FreeBSD.org> Date: Tue, 24 Jun 2014 13:21:57 +0200 X-Google-Sender-Auth: ttoq7OTLgY93UQH1YevnEAEeCf4 Message-ID: Subject: Re: svn commit: r358059 - head/audio/x11amp From: Antoine Brodin To: Alexey Dokuchaev Content-Type: text/plain; charset=UTF-8 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , Dmitry Marakasov , "ports-committers@freebsd.org" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 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: Tue, 24 Jun 2014 11:21:59 -0000 On Tue, Jun 24, 2014 at 1:12 PM, Alexey Dokuchaev wrote: > On Mon, Jun 16, 2014 at 10:46:47PM +0000, Dmitry Marakasov wrote: >> New Revision: 358059 >> URL: http://svnweb.freebsd.org/changeset/ports/358059 >> QAT: https://qat.redports.org/buildarchive/r358059/ >> >> Log: >> - Switch to USES=libtool, drop .la files >> - Mark BROKEN, does not run (BROKENness is not related to libtool change) >> [...] >> +BROKEN= hangs at start with gtk and linker errors > > Looks like it you should've used IGNORE instead (run-time problem). No BROKEN is fine in this case. Cheers, Antoine