summaryrefslogtreecommitdiff
path: root/graphics/darktable/patches
diff options
context:
space:
mode:
authordrochner <drochner>2012-12-14 19:49:42 +0000
committerdrochner <drochner>2012-12-14 19:49:42 +0000
commit5badc12e619acaceb25ca71f51e28e5383d0336c (patch)
tree21d039fc71b6041a15684ab4575b222c122def7c /graphics/darktable/patches
parent2dad37e701368a9f8c44a67b9b30f471cd6b261a (diff)
downloadpkgsrc-5badc12e619acaceb25ca71f51e28e5383d0336c.tar.gz
update to 1.1.1
changes: -bugfixes -support for SONY NEX 5R, Canon EOS 6D, Sony RX1 +minor pkgsrc related cleanup: -apparently, something improved in the msgfmt warpper, all i18n files can be built for me -remove unnecessary patches
Diffstat (limited to 'graphics/darktable/patches')
-rw-r--r--graphics/darktable/patches/patch-src_common_darktable.h13
-rw-r--r--graphics/darktable/patches/patch-src_control_control.c14
2 files changed, 0 insertions, 27 deletions
diff --git a/graphics/darktable/patches/patch-src_common_darktable.h b/graphics/darktable/patches/patch-src_common_darktable.h
deleted file mode 100644
index 72210773216..00000000000
--- a/graphics/darktable/patches/patch-src_common_darktable.h
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-src_common_darktable.h,v 1.2 2012/12/08 00:15:26 jakllsch Exp $
-
---- src/common/darktable.h.orig 2012-11-23 23:23:21.000000000 +0000
-+++ src/common/darktable.h
-@@ -47,7 +47,7 @@
- #include <mach/mach.h>
- #include <sys/sysctl.h>
- #endif
--#if defined(__DragonFly__) || defined(__FreeBSD__)
-+#if defined(__DragonFly__) || defined(__FreeBSD__) || defined(__DragonFly__)
- typedef unsigned int u_int;
- #include <sys/types.h>
- #include <sys/sysctl.h>
diff --git a/graphics/darktable/patches/patch-src_control_control.c b/graphics/darktable/patches/patch-src_control_control.c
deleted file mode 100644
index a5d967159b1..00000000000
--- a/graphics/darktable/patches/patch-src_control_control.c
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-src_control_control.c,v 1.1 2012/12/08 00:15:26 jakllsch Exp $
-
---- src/control/control.c.orig 2012-11-23 23:23:21.000000000 +0000
-+++ src/control/control.c
-@@ -594,7 +594,9 @@ void dt_control_init(dt_control_t *s)
-
- // selected_images should have a primary key. add it if it's missing:
- int is_in_primary_key = 0;
-+#if 0
- sqlite3_table_column_metadata(dt_database_get(darktable.db), NULL, "selected_images", "imgid", NULL, NULL, NULL, &is_in_primary_key, NULL);
-+#endif
- if(is_in_primary_key == 0)
- {
- sqlite3_exec(dt_database_get(darktable.db),