From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 9 14:20:09 2005 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 290DE16A41C for ; Thu, 9 Jun 2005 14:20:09 +0000 (GMT) (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 B57CF43D48 for ; Thu, 9 Jun 2005 14:20:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j59EK8hf003174 for ; Thu, 9 Jun 2005 14:20:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j59EK81h003173; Thu, 9 Jun 2005 14:20:08 GMT (envelope-from gnats) Resent-Date: Thu, 9 Jun 2005 14:20:08 GMT Resent-Message-Id: <200506091420.j59EK81h003173@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, "Marwan Burelle " Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CB0C16A41C for ; Thu, 9 Jun 2005 14:13:29 +0000 (GMT) (envelope-from marwan.burelle@lri.fr) Received: from lri.lri.fr (lri.lri.fr [129.175.15.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id D804C43D62 for ; Thu, 9 Jun 2005 14:13:28 +0000 (GMT) (envelope-from marwan.burelle@lri.fr) Received: from localhost (localhost [127.0.0.1]) by lri.lri.fr (Postfix) with ESMTP id A7BD519E8AD; Thu, 9 Jun 2005 16:13:27 +0200 (CEST) Received: from lri.lri.fr ([127.0.0.1]) by localhost (lri.lri.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 32501-06; Thu, 9 Jun 2005 16:13:27 +0200 (CEST) Received: from pc5-179.lri.fr (pc5-179 [129.175.5.179]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by lri.lri.fr (Postfix) with ESMTP id 953D719E88C; Thu, 9 Jun 2005 16:13:27 +0200 (CEST) Received: from pc5-179.lri.fr (pc5-179.lri.fr [129.175.5.179]) by pc5-179.lri.fr (8.13.3/8.13.1) with ESMTP id j59EDROC096190; Thu, 9 Jun 2005 16:13:27 +0200 (CEST) (envelope-from marwan.burelle@lri.fr) Message-Id: <1118326407.0@pc5-179.lri.fr> Date: Thu, 9 Jun 2005 16:13:27 +0200 From: "Marwan Burelle " To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.6 Cc: marwan.burelle@lri.fr Subject: ports/82069: [maintainer-update] devel/ocaml-ulex : install target installs nothing 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: Thu, 09 Jun 2005 14:20:09 -0000 >Number: 82069 >Category: ports >Synopsis: [maintainer-update] devel/ocaml-ulex : install target installs nothing >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: Thu Jun 09 14:20:08 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Marwan Burelle >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD 5.4-STABLE #0: Fri May 27 16:10:41 CEST 2005 root@:/usr/home/obj/usr/src/sys/KER_pc5-179 >Description: Without USE_GMAKE, install target install nothing (wildard empty), so add again USE_GMAKE. >How-To-Repeat: >Fix: --- patch-ocaml-ulex begins here --- diff -ruN ocaml-ulex.orig/Makefile ocaml-ulex/Makefile --- ocaml-ulex.orig/Makefile Thu Jun 9 16:10:17 2005 +++ ocaml-ulex/Makefile Thu Jun 9 16:10:37 2005 @@ -22,6 +22,8 @@ ALL_TARGET= all all.opt +USE_GMAKE= yes + MAKE_ENV= OCAMLFIND_DESTDIR="${PREFIX}/lib/ocaml/site-lib" .if !defined(NOPORTDOCS) --- patch-ocaml-ulex ends here --- >Release-Note: >Audit-Trail: >Unformatted: