From owner-svn-ports-head@FreeBSD.ORG Fri Apr 19 17:55:08 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D4E00820 for ; Fri, 19 Apr 2013 17:55:08 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-wi0-x22a.google.com (mail-wi0-x22a.google.com [IPv6:2a00:1450:400c:c05::22a]) by mx1.freebsd.org (Postfix) with ESMTP id 6A369ADF for ; Fri, 19 Apr 2013 17:55:08 +0000 (UTC) Received: by mail-wi0-f170.google.com with SMTP id l13so1372346wie.5 for ; Fri, 19 Apr 2013 10:55:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=jNYfA7PIc1APM3rlLHLPsn8z4vW0I+csJ9ZKxkQqXY8=; b=fxfOqb/lKho2YbyfMe6AJcUxR5sDeoTgapNezqDelHBjJKCiWuN95dX9no39UJuY1o phT5SynuqQRLQ8GXyk8HQGuGGSmvhXwvizpBum+B4pZjpu5o/s+gVzawcjZl/E2dGq/P EoiwRRdIcbVyUukvVUQ6CBchgOBN4owGJmdgY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :x-gm-message-state; bh=jNYfA7PIc1APM3rlLHLPsn8z4vW0I+csJ9ZKxkQqXY8=; b=Lalxodwbl41z6eRx0BpLWLSiNTtYu3IZFQM6yf6HYEwsilBkVXISfWXB+362ZPOI2p coRWDQMiR2HCilXL36Uexmoc3s9Ibjq94Vpt1WFHVewXqgIxIw3CUo2rnimeB+NAwv1V NiX5zRE2A85n8IVOrpI6Jtw1kJbZ5OPvqSJGGcYNBAXQTdI/c+MWuqxVnnI2cvk4SHen CQ7myihFt4as4L1qsD0kn8VrlUl4VVqgDlz0Sth17eUUYi6p4DVKsbzWOh1zbfOkftUx LtCL9k9TzXa5BdfmJzVGyzafA+6Kd0X3AOUQH9up5tgRvhhvaD+vXPI+ozFKAVs8TJga 3i8Q== X-Received: by 10.180.189.17 with SMTP id ge17mr41795544wic.17.1366390216510; Fri, 19 Apr 2013 09:50:16 -0700 (PDT) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.194.134.102 with HTTP; Fri, 19 Apr 2013 09:49:45 -0700 (PDT) In-Reply-To: <20130419150333.M65185@FreeBSD.org> References: <201304191335.r3JDZF4B031649@svn.freebsd.org> <20130419134935.GA29457@FreeBSD.org> <20130419150333.M65185@FreeBSD.org> From: Eitan Adler Date: Fri, 19 Apr 2013 12:49:45 -0400 X-Google-Sender-Auth: LAlaS4AF43M2GYHrESLZwahP9iE Message-ID: Subject: Re: svn commit: r316102 - in head/emulators/dolphin-emu-devel: . files To: Ganael LAPLANCHE Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQn9t2z9RQqlnAGaHDJrRWTRrpL3JA8S0PG9usDxTanBSVIwy7BZoopAfaCH0LYlUZM5Wx5+ Cc: svn-ports-head@freebsd.org, Alexey Dokuchaev , svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Apr 2013 17:55:08 -0000 On 19 April 2013 11:15, Ganael LAPLANCHE wrote: > On Fri, 19 Apr 2013 13:49:35 +0000, Alexey Dokuchaev wrote > > Hi Alexey, > >> I would say this is rather bogus BROKEN message: it's totally >> unclear what exactly "i386-specific option" is: assembler >> instruction, compiler option, or something else. > > This is an old one that has been re-ordered, see : > > http://www.freebsd.org/cgi/cvsweb.cgi/ports/emulators/dolphin-emu-devel/Makefile.diff?r1=1.2;r2=1.3 > > and to be honest, I am not sure whether Dolphin is still BROKEN or not > on PowerPC, as it should now be buildable on (e.g.) Android devices too. > >> This is not only bad because perhaps NOT_FOR_ARCHS might suit >> better in this case, but also because it does not encourage >> some brave soul who might pass by this port to attempt to fix >> it. Vague hints tend to give these "oh well, maybe later" feelings. > > To encourage people to test the port on other archs, maybe something like : > > ONLY_FOR_ARCHS= i386 amd64 > ONLY_FOR_ARCHS_REASON= Has only been tested on i386 and amd64 > > would be more explicit ? No. ONLY_FOR_* means that the port is *never intended* to work on any other platform. BROKEN ports are, in theory, periodically tested. -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams