Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 May 2004 20:42:20 +0200 (CEST)
From:      Stephane Legrand <stephane@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/66217: [maintainer update] NO_PACKAGE for devel/ocaml-findlib
Message-ID:  <200405031842.i43IgKuX032040@sequoia.mondomaineamoi.megalo>
Resent-Message-ID: <200405031850.i43IoNdt036482@freefall.freebsd.org>

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

>Number:         66217
>Category:       ports
>Synopsis:       [maintainer update] NO_PACKAGE for devel/ocaml-findlib
>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:   Mon May 03 11:50:23 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Stephane Legrand <stephane@freebsd.org>
>Release:        FreeBSD 4.10-BETA i386
>Organization:
>Environment:
  System: FreeBSD 4.10-BETA

>Description:
  ocaml-findlib should always be compiled because it then can build
  several useful META files.
  I hope this will fix the compilation of www/ocaml-net.

>How-To-Repeat:
>Fix:

diff -ruN ocaml-findlib-orig/Makefile ocaml-findlib/Makefile
--- ocaml-findlib-orig/Makefile	Mon May  3 17:41:29 2004
+++ ocaml-findlib/Makefile	Mon May  3 17:43:31 2004
@@ -13,7 +13,7 @@
 MASTER_SITES=	http://www.ocaml-programming.de/packages/
 PKGNAMEPREFIX=	ocaml-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	stephane@FreeBSD.org
 COMMENT=	OCaml package manager
 
 BUILD_DEPENDS=	ocamlc:${PORTSDIR}/lang/ocaml
@@ -25,6 +25,8 @@
 
 MAN1=	ocamlfind.1
 MAN5=	META.5 findlib.conf.5 site-lib.5
+
+NO_PACKAGE=	"Need to build standard META files"
 
 post-install:
 	@${FIND} ${PREFIX}/lib/ocaml/site-lib/findlib -type f | \
>Release-Note:
>Audit-Trail:
>Unformatted:



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