pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/simulavr Add patch to make this look for the...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c794f8b213a8
branches:  trunk
changeset: 492918:c794f8b213a8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Apr 22 14:09:03 2005 +0000

description:
Add patch to make this look for the generated html pages
in the correct place. Should fix bulk build.

diffstat:

 emulators/simulavr/distinfo         |   3 ++-
 emulators/simulavr/patches/patch-aa |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r f6292f7992b7 -r c794f8b213a8 emulators/simulavr/distinfo
--- a/emulators/simulavr/distinfo       Fri Apr 22 12:54:18 2005 +0000
+++ b/emulators/simulavr/distinfo       Fri Apr 22 14:09:03 2005 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 18:49:20 agc Exp $
+$NetBSD: distinfo,v 1.3 2005/04/22 14:09:03 wiz 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
diff -r f6292f7992b7 -r c794f8b213a8 emulators/simulavr/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/simulavr/patches/patch-aa       Fri Apr 22 14:09:03 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2005/04/22 14:09:03 wiz Exp $
+
+--- doc/Makefile.in.orig       2004-01-19 00:58:29.000000000 +0100
++++ 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 \



Home | Main Index | Thread Index | Old Index