Tue Feb 25 04:32:54 2014 UTC ()
Not a general issue of clang (some environment specific issue).


(obache)
diff -r1.36 -r1.37 pkgsrc/textproc/groonga/Makefile

cvs diff -r1.36 -r1.37 pkgsrc/textproc/groonga/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/groonga/Makefile 2014/02/25 00:58:30 1.36
+++ pkgsrc/textproc/groonga/Makefile 2014/02/25 04:32:54 1.37
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.36 2014/02/25 00:58:30 obache Exp $ 1# $NetBSD: Makefile,v 1.37 2014/02/25 04:32:54 obache Exp $
2# 2#
3 3
4DISTNAME= groonga-4.0.0 4DISTNAME= groonga-4.0.0
5CATEGORIES= textproc 5CATEGORIES= textproc
6MASTER_SITES= http://packages.groonga.org/source/groonga/ 6MASTER_SITES= http://packages.groonga.org/source/groonga/
7 7
8MAINTAINER= obache@NetBSD.org 8MAINTAINER= obache@NetBSD.org
9HOMEPAGE= http://groonga.org/ 9HOMEPAGE= http://groonga.org/
10COMMENT= Fulltext search engine and column store 10COMMENT= Fulltext search engine and column store
11LICENSE= gnu-lgpl-v2.1 11LICENSE= gnu-lgpl-v2.1
12 12
13RUBY_VERSION_SUPPORTED= 200 193 13RUBY_VERSION_SUPPORTED= 200 193
14.include "../../lang/ruby/rubyversion.mk" 14.include "../../lang/ruby/rubyversion.mk"
@@ -41,21 +41,16 @@ CONF_FILES+= share/examples/${PKGBASE}/ @@ -41,21 +41,16 @@ CONF_FILES+= share/examples/${PKGBASE}/
41OWN_DIRS+= ${VARBASE}/log/${PKGBASE} 41OWN_DIRS+= ${VARBASE}/log/${PKGBASE}
42 42
43CHECK_WRKREF_SKIP+= bin/groonga 43CHECK_WRKREF_SKIP+= bin/groonga
44CHECK_INTERPRETER_SKIP+= share/groonga/examples/* 44CHECK_INTERPRETER_SKIP+= share/groonga/examples/*
45 45
46REPLACE_RUBY+= data/munin/groonga_cpu_time_ 46REPLACE_RUBY+= data/munin/groonga_cpu_time_
47REPLACE_RUBY+= data/munin/groonga_disk_ 47REPLACE_RUBY+= data/munin/groonga_disk_
48REPLACE_RUBY+= data/munin/groonga_n_records_ 48REPLACE_RUBY+= data/munin/groonga_n_records_
49REPLACE_RUBY+= data/munin/groonga_query_performance_ 49REPLACE_RUBY+= data/munin/groonga_query_performance_
50REPLACE_RUBY+= data/munin/groonga_status_ 50REPLACE_RUBY+= data/munin/groonga_status_
51REPLACE_RUBY+= data/munin/groonga_throughput_ 51REPLACE_RUBY+= data/munin/groonga_throughput_
52.include "../../lang/ruby/replace.mk" 52.include "../../lang/ruby/replace.mk"
53 53
54.include "../../mk/compiler.mk" 
55.if !empty(PKGSRC_COMPILER:Mclang) 
56BROKEN= clang optimization bug 
57.endif 
58 
59.include "../../devel/editline/buildlink3.mk" 54.include "../../devel/editline/buildlink3.mk"
60.include "../../devel/glib2/buildlink3.mk" 55.include "../../devel/glib2/buildlink3.mk"
61.include "../../mk/bsd.pkg.mk" 56.include "../../mk/bsd.pkg.mk"