From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Mar 1 13:50:12 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 132AA1065674 for ; Tue, 1 Mar 2011 13:50:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CAAD38FC1A for ; Tue, 1 Mar 2011 13:50:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p21Do9DV072324 for ; Tue, 1 Mar 2011 13:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p21Do9DZ072323; Tue, 1 Mar 2011 13:50:09 GMT (envelope-from gnats) Resent-Date: Tue, 1 Mar 2011 13:50:09 GMT Resent-Message-Id: <201103011350.p21Do9DZ072323@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, Jaap Boender Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 55C791065670 for ; Tue, 1 Mar 2011 13:42:52 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 44C508FC16 for ; Tue, 1 Mar 2011 13:42:52 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p21Dgprj092657 for ; Tue, 1 Mar 2011 13:42:51 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p21DgpJm092651; Tue, 1 Mar 2011 13:42:51 GMT (envelope-from nobody) Message-Id: <201103011342.p21DgpJm092651@red.freebsd.org> Date: Tue, 1 Mar 2011 13:42:51 GMT From: Jaap Boender To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/155153: [update] search path update for ocaml-findlib 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: Tue, 01 Mar 2011 13:50:12 -0000 >Number: 155153 >Category: ports >Synopsis: [update] search path update for ocaml-findlib >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Mar 01 13:50:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jaap Boender >Release: 8.2-STABLE >Organization: >Environment: FreeBSD vanrossum.irill.org 8.2-STABLE FreeBSD 8.2-STABLE #0: Fri Feb 25 15:52:06 CET 2011 root@vanrossum.irill.org:/usr/obj/usr/src/sys/VANROSSUM amd64 >Description: The search path for ocaml-findlib is set in such a way that it doesn't find some packages installed in /usr/local/lib/ocaml, for example ocaml-lablgtk2. I've added a command to the post-patch target to update the findlib config file. >How-To-Repeat: n/a >Fix: diff of the port directory included. Patch attached with submission follows: diff -Naur ocaml-findlib/Makefile ocaml-findlib-new/Makefile --- ocaml-findlib/Makefile 2010-09-04 11:48:08.000000000 +0200 +++ ocaml-findlib-new/Makefile 2011-03-01 14:27:47.493180617 +0100 @@ -8,6 +8,7 @@ PORTNAME= findlib PORTVERSION= 1.2.6 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://download.camlcity.org/download/ PKGNAMEPREFIX= ocaml- @@ -42,6 +43,9 @@ -e 's,(${PATTERN}+.*SITELIB),\1\$${BSD_INSTALL_DATA} \3,' \ ${WRKSRC}/Makefile ${WRKSRC}/src/findlib/Makefile \ ${WRKSRC}/src/findlib-toolbox/Makefile + ${REINPLACE_CMD} \ + -e 's,path="@SITELIB@",path="@SITELIB@:${PREFIX}/lib/ocaml",' \ + ${WRKSRC}/findlib.conf.in post-install: .if !defined(NOPORTDOCS) >Release-Note: >Audit-Trail: >Unformatted: