summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorkristerw <kristerw>2003-01-19 00:29:20 +0000
committerkristerw <kristerw>2003-01-19 00:29:20 +0000
commit3c36a2a46aa2a1805a8407ffbea13415a2cdda22 (patch)
treeb13d940c51a607064845210f46661fea874f0779 /misc
parentd7ae929cf0fe2971a248cfb197c27e4c4df057b2 (diff)
downloadpkgsrc-3c36a2a46aa2a1805a8407ffbea13415a2cdda22.tar.gz
Disable pedantic DTD check when building the documentation (since this
check reports errors, and thus breaks the build).
Diffstat (limited to 'misc')
-rw-r--r--misc/kstars/distinfo3
-rw-r--r--misc/kstars/patches/patch-aa12
2 files changed, 14 insertions, 1 deletions
diff --git a/misc/kstars/distinfo b/misc/kstars/distinfo
index 22fc074f4b3..00ebd63e261 100644
--- a/misc/kstars/distinfo
+++ b/misc/kstars/distinfo
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/06/19 11:20:02 agc Exp $
+$NetBSD: distinfo,v 1.2 2003/01/19 00:29:20 kristerw Exp $
SHA1 (kstars-0.9.kde2.tar.gz) = 0a2e3ceb9169974df4d31e0a6880c3c43ce106e2
Size (kstars-0.9.kde2.tar.gz) = 4556143 bytes
+SHA1 (patch-aa) = a135868b4affc0edd9a79e3835b665329e94e3f8
diff --git a/misc/kstars/patches/patch-aa b/misc/kstars/patches/patch-aa
new file mode 100644
index 00000000000..3a862a53705
--- /dev/null
+++ b/misc/kstars/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2003/01/19 00:29:22 kristerw Exp $
+--- doc/en/Makefile.in.orig Sun Jan 19 00:58:49 2003
++++ doc/en/Makefile.in Sun Jan 19 01:15:00 2003
+@@ -618,7 +618,7 @@
+
+ #>+ 21
+ index.cache.bz2: $(srcdir)/index.docbook $(KDE_XSL_STYLESHEET) index.docbook ai-contents.docbook astroinfo.docbook commands.docbook config.docbook cpoles.docbook credits.docbook csphere.docbook ecliptic.docbook equinox.docbook faq.docbook geocoords.docbook greatcircle.docbook horizon.docbook hourangle.docbook install.docbook julianday.docbook leapyear.docbook meridian.docbook precession.docbook quicktour.docbook retrograde.docbook screen1.png screen2.png screen3.png sidereal.docbook skycoords.docbook timezones.docbook utime.docbook zenith.docbook
+- @if test -n "$(MEINPROC)"; then echo $(MEINPROC) --check --cache index.cache.bz2 $(srcdir)/index.docbook; $(MEINPROC) --check --cache index.cache.bz2 $(srcdir)/index.docbook; fi
++ @if test -n "$(MEINPROC)"; then echo $(MEINPROC) --cache index.cache.bz2 $(srcdir)/index.docbook; $(MEINPROC) --cache index.cache.bz2 $(srcdir)/index.docbook; fi
+
+ docs-am: index.cache.bz2
+