From owner-cvs-all@FreeBSD.ORG Mon Dec 11 17:29:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 66F4116A416; Mon, 11 Dec 2006 17:29:00 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BBC843CA2; Mon, 11 Dec 2006 17:27:42 +0000 (GMT) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBBHSxCQ002697; Mon, 11 Dec 2006 17:28:59 GMT (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBBHSxVr002696; Mon, 11 Dec 2006 17:28:59 GMT (envelope-from olgeni) Message-Id: <200612111728.kBBHSxVr002696@repoman.freebsd.org> From: Jimmy Olgeni Date: Mon, 11 Dec 2006 17:28:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/erlang Makefile ports/lang/erlang/files patch-lib_dialyzer_src_Makefile patch-lib_dialyzer_src_dialyzer__cl.erl patch-lib_dialyzer_src_dialyzer__cl__parse.erl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Dec 2006 17:29:00 -0000 olgeni 2006-12-11 17:28:59 UTC FreeBSD ports repository Modified files: lang/erlang Makefile Added files: lang/erlang/files patch-lib_dialyzer_src_Makefile patch-lib_dialyzer_src_dialyzer__cl.erl patch-lib_dialyzer_src_dialyzer__cl__parse.erl Log: Disable automatic PLT generation. Add the following patches: * patch-lib_dialyzer_src_Makefile Avoid computing the PLT when building the port. It may take so long that the port building cluster thinks this is a runaway port. * patch-lib_dialyzer_src_dialyzer__cl.erl Trick dialyzer into building the PLT even after the port is installed. * patch-lib_dialyzer_src_dialyzer__cl__parse.erl Let every user have his own initial PLT in ~/.dialyzer_init_plt. When dialyzer is invoked the PLT will be rebuilt if needed. This commit will fix both ports/105869 and the pointyhat port checks. Revision Changes Path 1.95 +1 -0 ports/lang/erlang/Makefile 1.3 +42 -0 ports/lang/erlang/files/patch-lib_dialyzer_src_Makefile (new) 1.1 +14 -0 ports/lang/erlang/files/patch-lib_dialyzer_src_dialyzer__cl.erl (new) 1.1 +15 -0 ports/lang/erlang/files/patch-lib_dialyzer_src_dialyzer__cl__parse.erl (new)