From owner-cvs-ports@FreeBSD.ORG Fri May 11 14:17:03 2012 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E900D106564A; Fri, 11 May 2012 14:17:03 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BBBF78FC08; Fri, 11 May 2012 14:17:03 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q4BEH3rN097382; Fri, 11 May 2012 14:17:03 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q4BEH3k8097381; Fri, 11 May 2012 14:17:03 GMT (envelope-from danfe) Message-Id: <201205111417.q4BEH3k8097381@repoman.freebsd.org> From: Alexey Dokuchaev Date: Fri, 11 May 2012 14:17:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/darktable Makefile distinfo pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2012 14:17:04 -0000 danfe 2012-05-11 14:17:03 UTC FreeBSD ports repository Modified files: graphics/darktable Makefile distinfo pkg-plist Log: - Update to version 1.0.3, the latest to date, which features a lot of functionality and speed improvements over early 0.9.x series - Build with GCC 4.6+ by default, as it provides better OpenMP support, but allow to use system compiler for a time being - Explicitly link darktable executable to libstdc++, to workaround problem with CMake, which strips any RPATH from libdarktable.so, which in turn results in wrong libstdc++ being picked when using GCC from ports - Use ONLY_FOR_ARCHS (with reason) instead of BROKEN statement PR: ports/167464 Submitted by: dumbbell (principal changes, cleanups and fixes are mine) Revision Changes Path 1.25 +28 -17 ports/graphics/darktable/Makefile 1.8 +2 -2 ports/graphics/darktable/distinfo 1.7 +37 -2 ports/graphics/darktable/pkg-plist