From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 30 21:30:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 538A91065673 for ; Mon, 30 Apr 2012 21:30:10 +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 0631B8FC15 for ; Mon, 30 Apr 2012 21:30:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q3ULU9jY038713 for ; Mon, 30 Apr 2012 21:30:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q3ULU9Oc038710; Mon, 30 Apr 2012 21:30:09 GMT (envelope-from gnats) Resent-Date: Mon, 30 Apr 2012 21:30:09 GMT Resent-Message-Id: <201204302130.q3ULU9Oc038710@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, Jean-Sébastien Pédron Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3B96106580B for ; Mon, 30 Apr 2012 21:29:01 +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 3538D8FC0A for ; Mon, 30 Apr 2012 21:29:01 +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 q3ULT1mL008043 for ; Mon, 30 Apr 2012 21:29:01 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q3ULT09B008042; Mon, 30 Apr 2012 21:29:00 GMT (envelope-from nobody) Message-Id: <201204302129.q3ULT09B008042@red.freebsd.org> Date: Mon, 30 Apr 2012 21:29:00 GMT From: Jean-Sébastien Pédron To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/167464: [PATCH] Update graphics/darktable to 1.0.3 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: Mon, 30 Apr 2012 21:30:10 -0000 >Number: 167464 >Category: ports >Synopsis: [PATCH] Update graphics/darktable to 1.0.3 >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: Mon Apr 30 21:30:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jean-Sébastien Pédron >Release: FreeBSD 10.0-CURRENT amd64 >Organization: The FreeBSD Project >Environment: FreeBSD magellan.dumbbell.fr 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r234698M: Thu Apr 26 12:49:24 CEST 2012 root@magellan.dumbbell.fr:/usr/obj/home/dumbbell/Projects/freebsd/SVN/head/sys/MAGELLAN amd64 >Description: The patch is available here: http://people.freebsd.org/~dumbbell/darktable/graphics-darktable-update-to-103.2.patch With this update, I changed two things: 1. USE_GCC=4.6+: while not required, this permits the use of OpenMP and this improves performances. 2. ONLY_FOR_ARCHS=i386 amd64: darktable requires SSE. I also force the "darktable" executable to be linked to libstdc++. This is a workaround to fix a problem with CMake: it strips any RPATH from libdarktable.so (the one linked to libstdc++), therefore the wrong libstdc++ is picked (/usr/lib/libstdc++.so.6 instead of /usr/local/lib/gcc46/libstdc++.so.6). Because RPATH is kept with the "darktable" executable, forcing the link to libstdc++ fixes the issue. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: