Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Mar 2016 19:01:42 +0000 (UTC)
From:      =?UTF-8?Q?Jean-S=c3=a9bastien_P=c3=a9dron?= <dumbbell@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r410836 - in head/graphics/darktable: . files
Message-ID:  <201603111901.u2BJ1gLZ024645@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dumbbell (src committer)
Date: Fri Mar 11 19:01:42 2016
New Revision: 410836
URL: https://svnweb.freebsd.org/changeset/ports/410836

Log:
  graphics/darktable: Update to 2.0.2
  
  This update also fixes the build on FreeBSD 9.3-RELEASE where the
  definition of powl(3) is hidden behind _DECLARE_C99_LDBL_MATH.
  
  Reviewed by:	kwm
  Approved by:	kwm
  Differential Revision:	https://reviews.freebsd.org/D5279

Deleted:
  head/graphics/darktable/files/patch-src_develop_masks_path.c
Modified:
  head/graphics/darktable/Makefile
  head/graphics/darktable/distinfo
  head/graphics/darktable/pkg-plist

Modified: head/graphics/darktable/Makefile
==============================================================================
--- head/graphics/darktable/Makefile	Fri Mar 11 18:53:02 2016	(r410835)
+++ head/graphics/darktable/Makefile	Fri Mar 11 19:01:42 2016	(r410836)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	darktable
-PORTVERSION=	2.0.1
+PORTVERSION=	2.0.2
 PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION:C/\.rc/rc/}/
@@ -126,6 +126,12 @@ LDFLAGS+=	${OPENMP_FLAGS}
 CMAKE_ARGS+=	-DCMAKE_POLICY_DEFAULT_CMP0056:STRING=NEW
 .endif
 
+# On FreeBSD 9.3-RELEASE, powl(3) is hidden behind the following
+# define. So let's define it to fix the build. This is only needed on
+# 9.3-RELEASE, but it's harmless on later branches because this define
+# is not used.
+CFLAGS+=	-D_DECLARE_C99_LDBL_MATH
+
 .if defined(WITH_DEBUG)
 CMAKE_BUILD_TYPE=	RelWithDebInfo
 STRIP=

Modified: head/graphics/darktable/distinfo
==============================================================================
--- head/graphics/darktable/distinfo	Fri Mar 11 18:53:02 2016	(r410835)
+++ head/graphics/darktable/distinfo	Fri Mar 11 19:01:42 2016	(r410836)
@@ -1,2 +1,2 @@
-SHA256 (darktable-2.0.1.tar.xz) = 4d0e76eb42b95418ab59c17bff8aac660f5348b082aabfb3113607c67e87830b
-SIZE (darktable-2.0.1.tar.xz) = 2927028
+SHA256 (darktable-2.0.2.tar.xz) = 75ea6354eb08aab8f25315a2de14c68dc6aad6ee5992061beea624afc7912400
+SIZE (darktable-2.0.2.tar.xz) = 2963072

Modified: head/graphics/darktable/pkg-plist
==============================================================================
--- head/graphics/darktable/pkg-plist	Fri Mar 11 18:53:02 2016	(r410835)
+++ head/graphics/darktable/pkg-plist	Fri Mar 11 19:01:42 2016	(r410836)
@@ -337,6 +337,7 @@ share/icons/hicolor/scalable/apps/darkta
 %%NLS%%share/locale/el/LC_MESSAGES/darktable.mo
 %%NLS%%share/locale/es/LC_MESSAGES/darktable.mo
 %%NLS%%share/locale/fr/LC_MESSAGES/darktable.mo
+%%NLS%%share/locale/he/LC_MESSAGES/darktable.mo
 %%NLS%%share/locale/hu/LC_MESSAGES/darktable.mo
 %%NLS%%share/locale/it/LC_MESSAGES/darktable.mo
 %%NLS%%share/locale/ja/LC_MESSAGES/darktable.mo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603111901.u2BJ1gLZ024645>