pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/simulavr Sync PLIST and build instructions: ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e90f1d16f64a
branches:  trunk
changeset: 526316:e90f1d16f64a
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Mar 07 17:31:22 2007 +0000

description:
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:

 emulators/simulavr/Makefile         |   4 +++-
 emulators/simulavr/distinfo         |   4 ++--
 emulators/simulavr/patches/patch-aa |  31 ++++++++++++++++++++-----------
 3 files changed, 25 insertions(+), 14 deletions(-)

diffs (67 lines):

diff -r 57048fca3dad -r e90f1d16f64a emulators/simulavr/Makefile
--- a/emulators/simulavr/Makefile       Wed Mar 07 17:20:08 2007 +0000
+++ b/emulators/simulavr/Makefile       Wed Mar 07 17:31:22 2007 +0000
@@ -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 @@
 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 -r 57048fca3dad -r e90f1d16f64a emulators/simulavr/distinfo
--- a/emulators/simulavr/distinfo       Wed Mar 07 17:20:08 2007 +0000
+++ b/emulators/simulavr/distinfo       Wed Mar 07 17:31:22 2007 +0000
@@ -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 -r 57048fca3dad -r e90f1d16f64a emulators/simulavr/patches/patch-aa
--- a/emulators/simulavr/patches/patch-aa       Wed Mar 07 17:20:08 2007 +0000
+++ b/emulators/simulavr/patches/patch-aa       Wed Mar 07 17:31:22 2007 +0000
@@ -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)



Home | Main Index | Thread Index | Old Index