From owner-svn-ports-all@FreeBSD.ORG Mon Jun 30 08:19:39 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 4B26B557; Mon, 30 Jun 2014 08:19:39 +0000 (UTC) Received: from mail-oa0-x236.google.com (mail-oa0-x236.google.com [IPv6:2607:f8b0:4003:c02::236]) (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 D55DC2B16; Mon, 30 Jun 2014 08:19:38 +0000 (UTC) Received: by mail-oa0-f54.google.com with SMTP id eb12so8386906oac.41 for ; Mon, 30 Jun 2014 01:19:38 -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=NMTJBr+Tr+1Qv3ilMJYOy5aYl792Aw9UtrnXiAILEK0=; b=ld6U57bdY9iOsuDS31GxP5sfT1esztxQUGTsdbhc996TNDRTktjpHPjvBXet/UJ/GS Ljq8G6kCr6R4YMGmm6kSAtz1wByIWkYM4VRycA43m69/tj1P/kFhIbrUDijstQ3tDzlK 2lcrfWMZNZQ/5PE8bm1/MkqZ07yZ0z9HVZbyRvyniu01z5yy4ZFSkszPdg0ipP4O4US2 7ZZm800Rl4n+P75434kKU2wKchO6AVtHDzv7tLrJA6m1z39p/CNf4bEnE1G+q5r/Gu90 5EUMiK3s/TeItO6pZUec1BCNQd30bVuDvLLoF5IKn05siNYDK88QZXhJxM6IzJqNNECk Q2ag== MIME-Version: 1.0 X-Received: by 10.182.128.202 with SMTP id nq10mr1043953obb.77.1404116377886; Mon, 30 Jun 2014 01:19:37 -0700 (PDT) Sender: r.c.ladan@gmail.com Received: by 10.182.146.46 with HTTP; Mon, 30 Jun 2014 01:19:37 -0700 (PDT) In-Reply-To: <201406300609.s5U690f0090258@svn.freebsd.org> References: <201406300609.s5U690f0090258@svn.freebsd.org> Date: Mon, 30 Jun 2014 10:19:37 +0200 X-Google-Sender-Auth: cCvG2hfMWO16m_bTOqW3f5audP4 Message-ID: Subject: Re: svn commit: r359803 - head/games/crafty-open-enormous From: =?UTF-8?Q?Ren=C3=A9_Ladan?= To: Eitan Adler Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Bapt , 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: Mon, 30 Jun 2014 08:19:39 -0000 2014-06-30 8:09 GMT+02:00 Eitan Adler : > Author: eadler > Date: Mon Jun 30 06:09:00 2014 > New Revision: 359803 > URL: http://svnweb.freebsd.org/changeset/ports/359803 > QAT: https://qat.redports.org/buildarchive/r359803/ > > Log: > games/crafty-open-source: Fix bugs in r356899 by vanilla: > - fix RUN_DEPENDS (missing a : prior to =3D) > - add LEGAL_PACKAGE since NO_PACKAGE is unrelated to a known lega= l > issue > > Modified: > head/games/crafty-open-enormous/Makefile > > Modified: head/games/crafty-open-enormous/Makefile > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/games/crafty-open-enormous/Makefile Mon Jun 30 05:51:02 2014 > (r359802) > +++ head/games/crafty-open-enormous/Makefile Mon Jun 30 06:09:00 2014 > (r359803) > @@ -14,12 +14,13 @@ MAINTAINER=3D ports@FreeBSD.org > COMMENT=3D Enormous opening book (about 270 MByte) for crafty > > BUILD_DEPENDS=3D crafty:${PORTSDIR}/games/crafty > -RUN_DEPENDS=3D ${BUILD_DEPENDS} > +RUN_DEPENDS=3D rafty:${PORTSDIR}/games/crafty > > DIST_SUBDIR=3D crafty > USES=3D zip > NO_WRKSUBDIR=3D yes > NO_PACKAGE=3D Package is way too big > I remember that there is a policy shift to package such ports anyway, because pkg(8) will report the size. "Way too big" does not give much useful information anyway (1 MB? 1 GB? 10 GB?) +LEGAL_PACKAGE=3D CONFLICTS=3D crafty-open-large-* crafty-open-medium-* > crafty-open-default-* > > do-build: > > Ren=C3=A9 --=20 http://www.rene-ladan.nl/