Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jun 2005 16:13:27 +0200
From:      "Marwan Burelle <marwan.burelle@lri.fr>" <marwan.burelle@lri.fr>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Cc:        marwan.burelle@lri.fr
Subject:   ports/82069: [maintainer-update] devel/ocaml-ulex : install target installs nothing
Message-ID:  <1118326407.0@pc5-179.lri.fr>
Resent-Message-ID: <200506091420.j59EK81h003173@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <marwan.burelle@lri.fr>
>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1118326407.0>