From owner-svn-ports-head@FreeBSD.ORG Mon Nov 17 20:49:56 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4F13D9B7; Mon, 17 Nov 2014 20:49:56 +0000 (UTC) Received: from mail-yk0-x22f.google.com (mail-yk0-x22f.google.com [IPv6:2607:f8b0:4002:c07::22f]) (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 0A7F9298; Mon, 17 Nov 2014 20:49:56 +0000 (UTC) Received: by mail-yk0-f175.google.com with SMTP id 200so4823576ykr.20 for ; Mon, 17 Nov 2014 12:49:55 -0800 (PST) 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=MY3ysrwWz8gP2G1gaZKczXoqD2z26E6IMN6xqh1rox8=; b=c5d5y4YVypzE4N2Qvi/P9WohQ3Aezh8KtHhjOlAApYDLXIRplyQmXuo+QNkkIBu2+Y 0eGQEdiuyDOQLLnoY0ZnSIJnpA6/4kNW56sCthKUx/P0oXsgLwwvtGdByaKSBYBI/MuS 3Bz/J8bgSjjP436ThfN2fA+kY6cn8hqb8JPqgYhY5kqoFvY6IsmDFlkC+CZZI1BB6HK7 0QrCfzAWXhmy5hPa0D6i3u5/cbffkYWqzg7pwlkI9maCE1RNfSk0YPoVT25S4Cc89IUU snoJVMbgYc+wJOnVIeYtGMUQo36XsWI2jyKkMQAp0kBFlYmJpWCc027T+aOMvYu1CS92 6D9w== MIME-Version: 1.0 X-Received: by 10.170.171.214 with SMTP id n205mr4723336ykd.125.1416257395225; Mon, 17 Nov 2014 12:49:55 -0800 (PST) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.170.211.9 with HTTP; Mon, 17 Nov 2014 12:49:55 -0800 (PST) In-Reply-To: <546A5D30.4020300@marino.st> References: <201411172031.sAHKVvih060140@svn.freebsd.org> <546A5D30.4020300@marino.st> Date: Mon, 17 Nov 2014 21:49:55 +0100 X-Google-Sender-Auth: x-94CdhWQOzNzMyvwErZJ_-lZXQ Message-ID: Subject: Re: svn commit: r372684 - head/www/rejik From: Antoine Brodin To: John Marino Content-Type: text/plain; charset=UTF-8 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 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: Mon, 17 Nov 2014 20:49:56 -0000 On Mon, Nov 17, 2014 at 9:40 PM, John Marino wrote: > On 11/17/2014 21:31, Antoine Brodin wrote: >> Author: antoine >> Date: Mon Nov 17 20:31:56 2014 >> New Revision: 372684 >> URL: https://svnweb.freebsd.org/changeset/ports/372684 >> QAT: https://qat.redports.org/buildarchive/r372684/ >> >> Log: >> Mark BROKEN (please don't resurect broken ports...) >> > > > I believe the port was a new effort -- it wasn't just a revival. > > Is failure to stage as non-root considered "broken" ? Wouldn't there be > a lot of broken ports with that criteria? Hi, Failing to build/stage as a regular user is generally not considered broken. But it's not best practice and often there is something fishy in those ports, like files needing special ownership but @(owner,group,) missing from plist. Currently less than 200 ports fail to build/stage as a regular user (less than 1% of the ports tree). In the case of rejik I was going to fix it (removing one line from the Makefile) but then I noticed it was doing other things wrong... Cheers, Antoine