From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 13 10:20:26 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C664B16A403 for ; Wed, 13 Sep 2006 10:20:26 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83C4F43D79 for ; Wed, 13 Sep 2006 10:20:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8DAKHBr070877 for ; Wed, 13 Sep 2006 10:20:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8DAKH6C070871; Wed, 13 Sep 2006 10:20:17 GMT (envelope-from gnats) Resent-Date: Wed, 13 Sep 2006 10:20:17 GMT Resent-Message-Id: <200609131020.k8DAKH6C070871@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stanislav Sedov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3FEC16A40F for ; Wed, 13 Sep 2006 10:14:16 +0000 (UTC) (envelope-from ssedov@mbsd.msk.ru) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86BF443D6A for ; Wed, 13 Sep 2006 10:14:13 +0000 (GMT) (envelope-from ssedov@mbsd.msk.ru) Received: from [80.250.160.136] (helo=fonon.realnet) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1GNRkx-0007MR-FA for FreeBSD-gnats-submit@freebsd.org; Wed, 13 Sep 2006 14:14:11 +0400 Received: by fonon.realnet (Postfix, from userid 1001) id 13ABE11F48; Wed, 13 Sep 2006 14:13:32 +0400 (MSD) Message-Id: <20060913101333.13ABE11F48@fonon.realnet> Date: Wed, 13 Sep 2006 14:13:32 +0400 (MSD) From: Stanislav Sedov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/103216: [MAINTAINER] lang/ocaml-camlidl: Fix 4.x build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Sep 2006 10:20:26 -0000 >Number: 103216 >Category: ports >Synopsis: [MAINTAINER] lang/ocaml-camlidl: Fix 4.x build >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Sep 13 10:20:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stanislav Sedov >Release: FreeBSD 7.0-CURRENT i386 >Organization: MBSD labs, Inc. >Environment: System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Thu Aug 31 10:34:52 MSD 2006 >Description: - Use gmake as stock make fails on 4.x >How-To-Repeat: >Fix: --- ocaml-camlidl-1.05_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/lang/ocaml-camlidl/Makefile /var/tmp/ocaml-camlidl/Makefile --- /usr/ports/lang/ocaml-camlidl/Makefile Mon Sep 4 19:27:12 2006 +++ /var/tmp/ocaml-camlidl/Makefile Wed Sep 13 14:08:07 2006 @@ -8,6 +8,7 @@ PORTNAME= camlidl PORTVERSION= 1.05 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= http://caml.inria.fr/distrib/bazar-ocaml/ PKGNAMEPREFIX= ocaml- @@ -19,6 +20,7 @@ COMMENT= A stub code generator for using C/C++ libraries from ocaml USE_OCAML= yes +USE_GMAKE= yes USE_OCAMLWASH= yes DOCSDIR= ${PREFIX}/share/doc/ocaml/${PORTNAME} --- ocaml-camlidl-1.05_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: