summaryrefslogtreecommitdiff
path: root/graphics/lensfun
diff options
context:
space:
mode:
authorwiz <wiz>2013-10-25 06:41:47 +0000
committerwiz <wiz>2013-10-25 06:41:47 +0000
commit914f057e44686db217e3b3161cdb4dc1655087ef (patch)
tree595fd75442d1239b933de01dd9881a2e82539db6 /graphics/lensfun
parent7118954136d9887b5b7808a4a441368d67b0d5e6 (diff)
downloadpkgsrc-914f057e44686db217e3b3161cdb4dc1655087ef.tar.gz
GNU Make check is broken -- does not recognize 4.0 as newer than 3.81.
http://developer.berlios.de/bugs/?func=detailbug&bug_id=19153&group_id=9034
Diffstat (limited to 'graphics/lensfun')
-rw-r--r--graphics/lensfun/distinfo4
-rw-r--r--graphics/lensfun/patches/patch-ae18
2 files changed, 17 insertions, 5 deletions
diff --git a/graphics/lensfun/distinfo b/graphics/lensfun/distinfo
index a0d6f0f845d..b8819ad8db8 100644
--- a/graphics/lensfun/distinfo
+++ b/graphics/lensfun/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.11 2013/08/04 19:12:00 adam Exp $
+$NetBSD: distinfo,v 1.12 2013/10/25 06:41:47 wiz Exp $
SHA1 (lensfun-0.2.7.tar.bz2) = f26121093dfee85d6371c2c79dae22e6d1b8d0d6
RMD160 (lensfun-0.2.7.tar.bz2) = 87cee31658f1083734356c678b934a712bccefad
@@ -6,6 +6,6 @@ Size (lensfun-0.2.7.tar.bz2) = 552960 bytes
SHA1 (patch-aa) = d31dd742f232aa8a75f50f14f782918ba11a8119
SHA1 (patch-ab) = 5455bda9546dce6cc5b4a73429092afdee04bd23
SHA1 (patch-ad) = f9d54534d3be809e8517ec262e776c9d1785acd8
-SHA1 (patch-ae) = c7f47ac5081d52244f38d0fc40795c7cb00f40e4
+SHA1 (patch-ae) = 9fe7181571f24d90058b340e9f95e7a5557cdd48
SHA1 (patch-build_tibs_compiler_pkgconfig.mak) = 692dd4c04c3b1f348a8c7ef5a1c708cf254a0b14
SHA1 (patch-libs_auxfun_image.cpp) = 613b2f80ede85285195c20eb096cd70fe6783b1a
diff --git a/graphics/lensfun/patches/patch-ae b/graphics/lensfun/patches/patch-ae
index f38476a7f6f..580b9e2f39b 100644
--- a/graphics/lensfun/patches/patch-ae
+++ b/graphics/lensfun/patches/patch-ae
@@ -1,8 +1,20 @@
-$NetBSD: patch-ae,v 1.1 2011/01/17 16:38:21 drochner Exp $
+$NetBSD: patch-ae,v 1.2 2013/10/25 06:41:47 wiz Exp $
---- configure.orig 2010-03-24 00:22:24.000000000 +0000
+GNU Make check is broken -- does not recognize 4.0 as newer than 3.81.
+http://developer.berlios.de/bugs/?func=detailbug&bug_id=19153&group_id=9034
+Remove doxygen detection to avoid pulling it in unintendedly.
+
+--- configure.orig 2013-01-27 16:51:06.000000000 +0000
+++ configure
-@@ -52,11 +52,7 @@ if tibs.check_program ("makedep", "maked
+@@ -45,18 +45,14 @@ if tibs.TARGET [0] == "windows":
+ }
+
+ # Check for tools
+-tibs.check_program ("GNU Make", "make --version", ".*?([0-9\.]+).*", "3.81", True)
++#tibs.check_program ("GNU Make", "make --version", ".*?([0-9\.]+).*", "3.81", True)
+ if tibs.check_program ("makedep", "makedep -V", ".*Version.*?([0-9\.]+).*", "0.1.0"):
+ tibs.add_config_mak ("MAKEDEP", "makedep")
+ makedep = "yes"
else:
makedep = "no"