From owner-svn-ports-head@FreeBSD.ORG Mon Oct 21 23:28:37 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]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 35BAAB72 for ; Mon, 21 Oct 2013 23:28:37 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from mail-ie0-f171.google.com (mail-ie0-f171.google.com [209.85.223.171]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 05EFD2EB9 for ; Mon, 21 Oct 2013 23:28:36 +0000 (UTC) Received: by mail-ie0-f171.google.com with SMTP id tp5so393321ieb.30 for ; Mon, 21 Oct 2013 16:28:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=m4avWsTpq0JO2PaMjeD97KV3fpjAZ9bpD/bWqE686M0=; b=ildaMAcC7omZRbJfQUORoY9GkYUyKjv5xJGHPJztw+JZ4LNfYcSfZWGhh2ztCtKLGw KmOTwECRwZUuhQmR9s/se480CSLdRB38DdnfhElgSjmzYcew1HVCPlsKkIyE7tHfVutR A/n7GzZe/2bg6mdcZvTifTeIM5AIbKKAqgJb/bH9F2nqcEYViCIrhHfak/RLVePqsBz4 WBkQQYbKuJ8DT6a37r3cTGiKiBQezCLVFIY4ueEOnBzmfohSopOzUZ0RIaLdosok/RCP awsvoOpbfUVA8OeMVyYGeXN8OlE3LpTqR8/PNUrnDNoaq/ViRn0ezrLGs6c6hmcldU4o XCYg== X-Gm-Message-State: ALoCoQl54ds/y/T4ImKNgbqqIALTf0wSn/TysV+1ostPVJjX5ppGS5MREt5CnBwqa3ZABBlEg3k0 MIME-Version: 1.0 X-Received: by 10.50.115.100 with SMTP id jn4mr11291587igb.9.1382398116387; Mon, 21 Oct 2013 16:28:36 -0700 (PDT) Received: by 10.50.39.46 with HTTP; Mon, 21 Oct 2013 16:28:36 -0700 (PDT) X-Originating-IP: [199.108.71.41] In-Reply-To: <201310031721.r93HLLLp007021@svn.freebsd.org> References: <201310031721.r93HLLLp007021@svn.freebsd.org> Date: Mon, 21 Oct 2013 19:28:36 -0400 Message-ID: Subject: Re: svn commit: r329214 - head/Mk From: "Philip M. Gollucci" To: Baptiste Daroussin Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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.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: Mon, 21 Oct 2013 23:28:37 -0000 Thank you! On Thu, Oct 3, 2013 at 1:21 PM, Baptiste Daroussin wrote: > Author: bapt > Date: Thu Oct 3 17:21:20 2013 > New Revision: 329214 > URL: http://svnweb.freebsd.org/changeset/ports/329214 > > Log: > Allow to mark a port as broken on some given arches without having to > add pre/post dancing > > Modified: > head/Mk/bsd.port.mk > > Modified: head/Mk/bsd.port.mk > > ============================================================================== > --- head/Mk/bsd.port.mk Thu Oct 3 17:11:18 2013 (r329213) > +++ head/Mk/bsd.port.mk Thu Oct 3 17:21:20 2013 (r329214) > @@ -166,9 +166,12 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org > # because it cannot be manually fetched, > etc). Error > # logs will not appear on pointyhat, so > this should be > # used sparingly. > -# BROKEN - Port is believed to be broken. Package builds > will > -# still be attempted on the pointyhat > package cluster to > -# test this assumption. > +# BROKEN - Port is believed to be broken. Package builds > can > +# still be attempted using TRYBROKEN to > test this > +# assumption. > +# BROKEN_${ARCH} Port is believed to be broken on ${ARCH}. Package builds > +# can still be attempted using TRYBROKEN > to test this > +# assumption. > # DEPRECATED - Port is deprecated to install. Advisory only. > # EXPIRATION_DATE > # - If DEPRECATED is set, determines a date > when > @@ -3126,6 +3129,10 @@ IGNORE= is restricted: ${RESTRICTED} > .if !defined(TRYBROKEN) > IGNORE= is marked as broken: ${BROKEN} > .endif > +.elif defined(BROKEN_${ARCH}) > +.if !defined(TRYBROKEN) > +IGNORE= is marked as broken on ${ARCH}: ${BROKEN_${ARCH}} > +.endif > .elif defined(FORBIDDEN) > IGNORE= is forbidden: ${FORBIDDEN} > .endif > -- --------------------------------------------------------------------------------------------- 4096R/D1EAB94D 2081 E230 3001 6508 8847 1BBF A0A8 DB0F D1EA B94D Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 Member, Apache Software Foundation Committer, FreeBSD Foundation Consultant, P6M7G8 Inc. Director IT Operations, RideCharge Inc. Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching.