From owner-svn-ports-all@FreeBSD.ORG Fri May 1 07:22:35 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 75D7B6C7; Fri, 1 May 2015 07:22:35 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4C1E9136F; Fri, 1 May 2015 07:22:34 +0000 (UTC) Received: from [192.168.1.22] (140.Red-83-60-172.dynamicIP.rima-tde.net [83.60.172.140]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 24C8943B99; Fri, 1 May 2015 02:22:30 -0500 (CDT) Message-ID: <554329B3.5020905@marino.st> Date: Fri, 01 May 2015 09:22:27 +0200 From: John Marino Reply-To: marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: "Herbert J. Skuhra" , michipili@gmail.com, John Marino CC: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r385012 - in head/lang/ocaml: . files References: <201504292045.t3TKjO0F025992@svn.freebsd.org> <20150501071004.GA34486@oslo.ath.cx> In-Reply-To: <20150501071004.GA34486@oslo.ath.cx> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 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: Fri, 01 May 2015 07:22:35 -0000 On 5/1/2015 09:10, Herbert J. Skuhra wrote: > Hi, > > On Wed, Apr 29, 2015 at 08:45:24PM +0000, John Marino wrote: >> Author: marino >> Date: Wed Apr 29 20:45:23 2015 >> New Revision: 385012 >> URL: https://svnweb.freebsd.org/changeset/ports/385012 >> >> Log: >> lang/ocaml: Upgrade version 4.01 => 4.02 >> >> PR: 195736 >> Submitted by: Michael Gruenewald (maintainer) >> Add'l fixes: marino >> >> Besides typical port cleanup, the dragonfly patches which had been >> removed for the update were added back to the configure patch. > >>From Changes (OCaml 4.02.0): > > * Removed Camlp4 from the distribution, now available as third-party > software. > > It's reguired by at least deskutils/wyrd: > > sh: camlp4o: not found > File "install.ml", line 1: > Error: Error while running external preprocessor > Command line: camlp4o 'install.ml' > /tmp/ocamlppab25f9 > > Are other ports affected? Should we create a port for > https://github.com/ocaml/camlp4/tree/4.02 ? seems it has been done: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195773 > Can anyone mark wyrd port BROKEN until I found a way to fix it? > ok. John