summaryrefslogtreecommitdiff
path: root/emulators/simulavr
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-03-07 17:31:22 +0000
committerjoerg <joerg@pkgsrc.org>2007-03-07 17:31:22 +0000
commit97c98ef0814e571de4dc5cb0ead4578f19386cb7 (patch)
treecdbc361b3c35837dea5106f13a6637f7edcb06ef /emulators/simulavr
parent2a9d044ffad52aef67f92d2edae3ec9370360c28 (diff)
downloadpkgsrc-97c98ef0814e571de4dc5cb0ead4578f19386cb7.tar.gz
Sync PLIST and build instructions: force it to believe that
texi2dvi and texi2html exist, so that configure believes that the documentation is wanted. Afterwards just patch the Makefile to not really use those as intended according.
Diffstat (limited to 'emulators/simulavr')
-rw-r--r--emulators/simulavr/Makefile4
-rw-r--r--emulators/simulavr/distinfo4
-rw-r--r--emulators/simulavr/patches/patch-aa31
3 files changed, 25 insertions, 14 deletions
diff --git a/emulators/simulavr/Makefile b/emulators/simulavr/Makefile
index b94e098e78c..0fd9486aea3 100644
--- a/emulators/simulavr/Makefile
+++ b/emulators/simulavr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2007/01/31 00:04:11 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2007/03/07 17:31:22 joerg Exp $
#
DISTNAME= simulavr-0.1.2.1
@@ -18,6 +18,8 @@ BUILD_DEPENDS+= doxygen-[0-9]*:../../devel/doxygen
BROKEN_IN= pkgsrc-2006Q4
CONFIGURE_ARGS+= --disable-tests
+CONFIGURE_ENV+= ac_cv_prog_has_texi2dvi=yes ac_cv_prog_has_texi2html=yes
+USE_TOOLS+= makeinfo
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
diff --git a/emulators/simulavr/distinfo b/emulators/simulavr/distinfo
index b29d3c65bf6..e183b130e2b 100644
--- a/emulators/simulavr/distinfo
+++ b/emulators/simulavr/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2005/04/22 14:09:03 wiz Exp $
+$NetBSD: distinfo,v 1.4 2007/03/07 17:31:22 joerg Exp $
SHA1 (simulavr-0.1.2.1.tar.bz2) = 276580f05ae57523684f6a61528cd3170858a3a4
RMD160 (simulavr-0.1.2.1.tar.bz2) = 0728f35617629c382157f6657b2cf0f7418bd071
Size (simulavr-0.1.2.1.tar.bz2) = 359233 bytes
-SHA1 (patch-aa) = 6114d828ed608610a820e6229ef837132e67f642
+SHA1 (patch-aa) = 4989d86dd551eccaac1fab0769d53feea90cc1e7
diff --git a/emulators/simulavr/patches/patch-aa b/emulators/simulavr/patches/patch-aa
index 8f864ef20a6..96441ffde04 100644
--- a/emulators/simulavr/patches/patch-aa
+++ b/emulators/simulavr/patches/patch-aa
@@ -1,13 +1,22 @@
-$NetBSD: patch-aa,v 1.1 2005/04/22 14:09:03 wiz Exp $
+$NetBSD: patch-aa,v 1.2 2007/03/07 17:31:23 joerg Exp $
---- doc/Makefile.in.orig 2004-01-19 00:58:29.000000000 +0100
+--- doc/Makefile.in.orig 2004-01-18 23:58:29.000000000 +0000
+++ doc/Makefile.in
-@@ -472,7 +472,7 @@ install-ps: ps $(INSTALL_DOX_PS)
- html: $(info_TEXINFOS) $(TARGET_DOX_HTML)
- mkdir -p html
- texi2html -split_node $(srcdir)/$(info_TEXINFOS)
-- mv *.html html
-+ mv simulavr/*.html html
- if test -f html/simulavr.html ; then \
- cp html/simulavr.html html/index.html ; \
- else \
+@@ -459,7 +459,7 @@ uninstall-am: uninstall-info-am uninstal
+ uninstall uninstall-am uninstall-info-am uninstall-local
+
+
+-all-local: html $(TARGET_PS) $(TARGET_PDF)
++all-local:
+
+ # Rule for generating postscript output.
+ ps: simulavr.ps $(TARGET_DOX_PS)
+@@ -490,7 +490,7 @@ install-html: html $(INSTALL_DOX_HTML)
+ done
+
+ # General rule for installing documentation
+-install-data-local: install-html install-ps $(INSTALL_PDF)
++install-data-local:
+
+ uninstall-local:
+ rm -rf $(DOC_INST_DIR)