From owner-cvs-all@FreeBSD.ORG Wed Jun 8 21:16:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6404616A41C; Wed, 8 Jun 2005 21:16:03 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4545243D1D; Wed, 8 Jun 2005 21:16:03 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j58LG34r061531; Wed, 8 Jun 2005 21:16:03 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j58LG3Sd061530; Wed, 8 Jun 2005 21:16:03 GMT (envelope-from thierry) Message-Id: <200506082116.j58LG3Sd061530@repoman.freebsd.org> From: Thierry Thomas Date: Wed, 8 Jun 2005 21:16:02 +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/ocaml Makefile pkg-plist 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: Wed, 08 Jun 2005 21:16:03 -0000 thierry 2005-06-08 21:16:02 UTC FreeBSD ports repository Modified files: lang/ocaml Makefile pkg-plist Log: - Add a knob WITHOUT_COMPILER_LIB, in order to install compiler libs (additionnal libs needed to build programs manipulating OCaml modules, like the ocaml/cduce interface for example.); - add an option WITH_OPT_DEFAULT, telling the port to replace ocamlc and other tools by there native and faster version; WARNING: This option may break other ports! - Take maintainership. PR: ports/81868 Submitted by: Marwan Burelle Revision Changes Path 1.43 +43 -6 ports/lang/ocaml/Makefile 1.27 +0 -15 ports/lang/ocaml/pkg-plist