From owner-svn-ports-all@FreeBSD.ORG Sun Dec 22 16:40:01 2013 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 B1180168 for ; Sun, 22 Dec 2013 16:40:01 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.17.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 46CB01864 for ; Sun, 22 Dec 2013 16:40:01 +0000 (UTC) Received: from [192.168.0.100] ([87.139.233.65]) by mail.gmx.com (mrgmx003) with ESMTPSA (Nemesis) id 0LaWlT-1VDEFp026p-00mLzM for ; Sun, 22 Dec 2013 17:39:54 +0100 Message-ID: <52B715E4.4000000@gmx.de> Date: Sun, 22 Dec 2013 17:40:04 +0100 From: olli hauer User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Mathieu Arnold Subject: Re: svn commit: r337193 - in head/lang: perl5.16 perl5.18 References: <201312221559.rBMFxETR016232@svn.freebsd.org> <52B710D1.10207@gmx.de> In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K0:UqppuHTYQTAW4eZAIPMNhzr6mZRndLCVEiD+C52KTadSX2ECCQV 2t4YYSejIE88McSQD3TODA4+KC2AdpaLprTM+Q7sIt4YpVF6ihXc6UIWCRDGmt1V5ZR4OJ4 Q8h8vPVgP8oJQ0FXVb8k8y26XTnoY70zebILWNfaObFkkuJwSB2sTMFDavQg9EEORTN0YXY TUqE7ZJ7OKQr9mSx3gXKw== Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 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: Sun, 22 Dec 2013 16:40:01 -0000 On 2013-12-22 17:21, Mathieu Arnold wrote: > +--On 22 décembre 2013 17:18:25 +0100 olli hauer wrote: > | On 2013-12-22 16:59, Mathieu Arnold wrote: > |> Author: mat > |> Date: Sun Dec 22 15:59:13 2013 > |> New Revision: 337193 > |> URL: http://svnweb.freebsd.org/changeset/ports/337193 > |> > |> Log: > |> Fixup perldoc by using groff from ports. > |> > |> Modified: > |> head/lang/perl5.16/Makefile > |> head/lang/perl5.18/Makefile > | ... > |> +RUN_DEPENDS= groff>=1.20.1:${PORTSDIR}/textproc/groff > | > | > | Wow, this will spam console servers the same way like the new defaults > | for graphics/tiff > | > | Maybe it is wise to change the default for groff so small console devices > | that require perl (soekris and friends) don't have to load / build all > | this X11 crap. > > Well, I reverted it, so, the defaults are back to old base groff. :-) > Thanks! For small devices this change was a nightmare ... (make all-depends-list tells stories in groff) -- olli