From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Apr 26 22:20:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 62335F20 for ; Sat, 26 Apr 2014 22:20:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4D46C1AFB for ; Sat, 26 Apr 2014 22:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3QMK1W0095982 for ; Sat, 26 Apr 2014 22:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3QMK1Bn095981; Sat, 26 Apr 2014 22:20:01 GMT (envelope-from gnats) Date: Sat, 26 Apr 2014 22:20:01 GMT Message-Id: <201404262220.s3QMK1Bn095981@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Michael Subject: Re: ports/189039: math/ocaml-gsl: Update to 1.15.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Michael List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2014 22:20:01 -0000 The following reply was made to PR ports/189039; it has been noted by GNATS. From: Michael To: bug-followup@FreeBSD.org, michipili@gmail.com Cc: Subject: Re: ports/189039: math/ocaml-gsl: Update to 1.15.1 Date: Sun, 27 Apr 2014 00:15:18 +0200 This is a multi-part message in MIME format. --------------060400080900010604050908 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit This is the patch to Mk/bsd.ocaml.mk which I promised when opening the ticket. --------------060400080900010604050908 Content-Type: text/plain; charset=UTF-8; name="patch-Mk-bsd-ocaml-mk.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch-Mk-bsd-ocaml-mk.txt" --- Mk/bsd.ocaml.mk.orig 2014-03-29 15:19:00.000000000 +0100 +++ Mk/bsd.ocaml.mk 2014-04-26 22:40:27.000000000 +0200 @@ -78,6 +78,16 @@ # OCAML_LDCONF?= ${OCAML_LIBDIR}/ld.conf +# ocaml-findlib-1.4.1_1 wants to edit our ld.conf file, which does not +# work well with staging. +.if defined(USE_OCAML_LDCONFIG) +. if !target(ocaml-ldconfig) +. if !defined(NO_STAGE) +OCAMLFIND_LDCONF?= /dev/null +. endif +. endif +.endif + OCAMLFIND_DESTDIR?= ${PREFIX}/${OCAML_SITELIBDIR} OCAMLFIND_LDCONF?= ${PREFIX}/${OCAML_LDCONF} --------------060400080900010604050908--