From owner-svn-ports-all@FreeBSD.ORG Sun Dec 22 16:21:56 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 E49D8A4D; Sun, 22 Dec 2013 16:21:56 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A75D8174F; Sun, 22 Dec 2013 16:21:56 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 0772DBDC3E; Sun, 22 Dec 2013 17:21:51 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id F3C62BDC5A; Sun, 22 Dec 2013 17:21:49 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 90EC9CA78173; Sun, 22 Dec 2013 17:21:48 +0100 (CET) Date: Sun, 22 Dec 2013 17:21:46 +0100 From: Mathieu Arnold To: olli hauer Subject: Re: svn commit: r337193 - in head/lang: perl5.16 perl5.18 Message-ID: In-Reply-To: <52B710D1.10207@gmx.de> References: <201312221559.rBMFxETR016232@svn.freebsd.org> <52B710D1.10207@gmx.de> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline 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:21:57 -0000 +--On 22 d=C3=A9cembre 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 |>=20 |> Log: |> Fixup perldoc by using groff from ports. |>=20 |> Modified: |> head/lang/perl5.16/Makefile |> head/lang/perl5.18/Makefile | ... |> +RUN_DEPENDS=3D groff>=3D1.20.1:${PORTSDIR}/textproc/groff |=20 |=20 | Wow, this will spam console servers the same way like the new defaults | for graphics/tiff |=20 | 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. :-) --=20 Mathieu Arnold