pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/doxygen Make this package build on a case-insens...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eb556fff7d6a
branches:  trunk
changeset: 511386:eb556fff7d6a
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Apr 13 20:05:40 2006 +0000

description:
Make this package build on a case-insensitive filesystem.

diffstat:

 devel/doxygen/Makefile |   8 +++++++-
 devel/doxygen/PLIST    |  14 +++++++++-----
 2 files changed, 16 insertions(+), 6 deletions(-)

diffs (57 lines):

diff -r 4ddc833fb037 -r eb556fff7d6a devel/doxygen/Makefile
--- a/devel/doxygen/Makefile    Thu Apr 13 19:48:35 2006 +0000
+++ b/devel/doxygen/Makefile    Thu Apr 13 20:05:40 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2006/02/05 23:08:41 joerg Exp $
+# $NetBSD: Makefile,v 1.45 2006/04/13 20:05:40 minskim Exp $
 
 DISTNAME=      doxygen-1.4.5.src
 PKGNAME=       doxygen-1.4.5
@@ -23,6 +23,12 @@
 CONFIGURE_ARGS+=       --docdir ${PREFIX}/share/doc
 MAKE_ENV+=             PKGSRC_CFLAGS=${CFLAGS:M*:Q}
 
+.if exists(./descr)
+PLIST_SUBST+=  CASESENSITIVE="@comment " CASEINSENSITIVE=""
+.else
+PLIST_SUBST+=  CASESENSITIVE="" CASEINSENSITIVE="@comment "
+.endif
+
 SUBST_CLASSES+=                pybin
 SUBST_STAGE.pybin=     pre-configure
 SUBST_FILES.pybin=     doc/Makefile.in
diff -r 4ddc833fb037 -r eb556fff7d6a devel/doxygen/PLIST
--- a/devel/doxygen/PLIST       Thu Apr 13 19:48:35 2006 +0000
+++ b/devel/doxygen/PLIST       Thu Apr 13 20:05:40 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2005/10/08 08:17:27 adam Exp $
+@comment $NetBSD: PLIST,v 1.12 2006/04/13 20:05:40 minskim Exp $
 bin/doxygen
 bin/doxytag
 man/man1/doxygen.1
@@ -191,8 +191,10 @@
 share/doc/doxygen/examples/docstring.cfg
 share/doc/doxygen/examples/docstring.py
 share/doc/doxygen/examples/docstring/html/annotated.html
-share/doc/doxygen/examples/docstring/html/classdocstring_1_1PyClass-members.html
-share/doc/doxygen/examples/docstring/html/classdocstring_1_1PyClass.html
+${CASESENSITIVE}share/doc/doxygen/examples/docstring/html/classdocstring_1_1PyClass-members.html
+${CASEINSENSITIVE}share/doc/doxygen/examples/docstring/html/classdocstring_1_1_py_class-members.html
+${CASESENSITIVE}share/doc/doxygen/examples/docstring/html/classdocstring_1_1PyClass.html
+${CASEINSENSITIVE}share/doc/doxygen/examples/docstring/html/classdocstring_1_1_py_class.html
 share/doc/doxygen/examples/docstring/html/doxygen.css
 share/doc/doxygen/examples/docstring/html/doxygen.png
 share/doc/doxygen/examples/docstring/html/functions.html
@@ -386,8 +388,10 @@
 share/doc/doxygen/examples/pyexample.cfg
 share/doc/doxygen/examples/pyexample.py
 share/doc/doxygen/examples/pyexample/html/annotated.html
-share/doc/doxygen/examples/pyexample/html/classpyexample_1_1PyClass-members.html
-share/doc/doxygen/examples/pyexample/html/classpyexample_1_1PyClass.html
+${CASESENSITIVE}share/doc/doxygen/examples/pyexample/html/classpyexample_1_1PyClass-members.html
+${CASEINSENSITIVE}share/doc/doxygen/examples/pyexample/html/classpyexample_1_1_py_class-members.html
+${CASESENSITIVE}share/doc/doxygen/examples/pyexample/html/classpyexample_1_1PyClass.html
+${CASEINSENSITIVE}share/doc/doxygen/examples/pyexample/html/classpyexample_1_1_py_class.html
 share/doc/doxygen/examples/pyexample/html/doxygen.css
 share/doc/doxygen/examples/pyexample/html/doxygen.png
 share/doc/doxygen/examples/pyexample/html/functions.html



Home | Main Index | Thread Index | Old Index