From owner-svn-ports-all@FreeBSD.ORG Sun Mar 9 18:13:35 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 8D7CD30E; Sun, 9 Mar 2014 18:13:35 +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 397DA64C; Sun, 9 Mar 2014 18:13:35 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 4274BBDC2E; Sun, 9 Mar 2014 19:13:33 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 39E67BDC24; Sun, 9 Mar 2014 19:13:33 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 70A1ED0BC52B; Sun, 9 Mar 2014 19:13:31 +0100 (CET) Date: Sun, 09 Mar 2014 19:13:29 +0100 From: Mathieu Arnold To: Colin Percival , Adam Weinberger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r347653 - in head: japanese/p5-Mail-SpamAssassin japanese/p5-Mail-SpamAssassin/files mail/p5-Mail-SpamAssassin mail/p5-Mail-SpamAssassin-Alt mail/p5-Mail-SpamAssassin/files Message-ID: <0E46904AA5717122892E6388@atuin.in.mat.cc> In-Reply-To: <531C9654.8060402@freebsd.org> References: <201403091554.s29Fsr0D025824@svn.freebsd.org> <531C9654.8060402@freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline 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, 09 Mar 2014 18:13:35 -0000 +--On 9 mars 2014 09:27:00 -0700 Colin Percival wrote: |> +MASTERDIR= ${.CURDIR}/../p5-Mail-SpamAssassin |> .include "${MASTERDIR}/Makefile" | | Today I learned that having a Makefile .include itself results in a very | very large number of warning messages before the file descriptor limit is | reached and make died. It also broke QAT in a very interesting way... -- Mathieu Arnold