18241529 apr doesn't build with workspace path containing test or arch
authorPetr Sumbera <petr.sumbera@oracle.com>
Fri, 13 May 2016 06:07:33 -0700
changeset 5999 3b8cbeec276f
parent 5998 b5aed47fac5b
child 6000 3b823561a81d
18241529 apr doesn't build with workspace path containing test or arch
components/apr-1_5/patches/doxygen.conf.patch
--- a/components/apr-1_5/patches/doxygen.conf.patch	Fri May 13 02:08:48 2016 -0700
+++ b/components/apr-1_5/patches/doxygen.conf.patch	Fri May 13 06:07:33 2016 -0700
@@ -1,11 +1,20 @@
 Patch origin: in-house
 Patch status: Solaris-specific; not suitable for upstream
 
---- docs/doxygen.conf	2005-02-07 15:12:15.000000000 -0800
-+++ docs/doxygen.conf	2014-01-28 01:32:48.342337115 -0800
-@@ -34,5 +34,8 @@
-                  "*/test/*" \
-                  "*/arch/*"
+EXCLUDE_PATTERNS part was reported to upstream via:
+https://bz.apache.org/bugzilla/show_bug.cgi?id=59546
+
+--- docs/doxygen.conf
++++ docs/doxygen.conf
+@@ -31,8 +31,12 @@
+ #STRIP_FROM_PATH=/buildpath/apr
+ 
+ EXCLUDE_PATTERNS="*/acconfig.h" \
+-                 "*/test/*" \
+-                 "*/arch/*"
++                 "*/test/abts*" \
++                 "*/test/test*" \
++                 "*/include/arch/*"
  
 -GENERATE_TAGFILE=docs/dox/apr.tag
 +GENERATE_LATEX=NO