From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Mar 17 17:10:02 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 95602B09 for ; Mon, 17 Mar 2014 17:10:02 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 69A85DDF for ; Mon, 17 Mar 2014 17:10:02 +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 s2HHA2Aa025974 for ; Mon, 17 Mar 2014 17:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2HHA2gm025973; Mon, 17 Mar 2014 17:10:02 GMT (envelope-from gnats) Date: Mon, 17 Mar 2014 17:10:02 GMT Message-Id: <201403171710.s2HHA2gm025973@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: "Mars G. Miro" Subject: Re: ports/186779: building graphics/libopenraw fails X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: "Mars G. Miro" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Mar 2014 17:10:02 -0000 The following reply was made to PR ports/186779; it has been noted by GNATS. From: "Mars G. Miro" To: bug-followup@FreeBSD.org Cc: Tsurutani Naoki , Alex Zbyslaw Subject: Re: ports/186779: building graphics/libopenraw fails Date: Tue, 18 Mar 2014 00:58:02 +0800 This is a multi-part message in MIME format. --------------080901070903030608010708 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit And herein is the patch by Alex Zbyslaw ready to be placed under graphics/libopenraw/files/ It works for me, too. -- Technicality, n.: In an English court a man named Home was tried for slander in having accused a neighbor of murder. His exact words were: "Sir Thomas Holt hath taken a cleaver and stricken his cook upon the head, so that one side of his head fell on one shoulder and the other side upon the other shoulder." The defendant was acquitted by instruction of the court, the learned judges holding that the words did not charge murder, for they did not affirm the death of the cook, that being only an inference. -- Ambrose Bierce, "The Devil's Dictionary" --------------080901070903030608010708 Content-Type: text/plain; charset=us-ascii; name="patch-configure" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch-configure" --- configure.bak 2009-05-16 04:22:10.000000000 +0800 +++ configure 2014-03-17 23:47:54.000000000 +0800 @@ -15936,9 +15936,9 @@ boost_unit_test_framework$boost_tag_$boost_ver_ do # Avoid testing twice the same lib - case $boost_failed_libs in #( - *@$boost_lib@*) continue;; - esac + #case $boost_failed_libs in #( + # *@$boost_lib@*) continue;; + #esac # If with_boost is empty, we'll search in /lib first, which is not quite # right so instead we'll try to a location based on where the headers are. boost_tmp_lib=$with_boost --------------080901070903030608010708--