[69581] trunk/dports/emulators/qemu

raimue at macports.org raimue at macports.org
Sat Jul 10 07:13:12 PDT 2010


Revision: 69581
          http://trac.macports.org/changeset/69581
Author:   raimue at macports.org
Date:     2010-07-10 07:13:08 -0700 (Sat, 10 Jul 2010)
Log Message:
-----------
emulators/qemu:
Add dependency on texi2html, fix building with texi2html@>=5.0

Modified Paths:
--------------
    trunk/dports/emulators/qemu/Portfile

Added Paths:
-----------
    trunk/dports/emulators/qemu/files/patch-texi2html.diff

Modified: trunk/dports/emulators/qemu/Portfile
===================================================================
--- trunk/dports/emulators/qemu/Portfile	2010-07-10 13:49:18 UTC (rev 69580)
+++ trunk/dports/emulators/qemu/Portfile	2010-07-10 14:13:08 UTC (rev 69581)
@@ -23,8 +23,10 @@
                         rmd160  dbf5e02812b0df076e4ec8c20b7c382f7507645e
 
 patchfiles              patch-configure.diff \
-                        patch-cocoa.m
+                        patch-cocoa.m \
+                        patch-texi2html.diff
 
+depends_build           port:texi2html
 depends_lib             port:curl \
                         port:cyrus-sasl2 \
                         port:gnutls \

Added: trunk/dports/emulators/qemu/files/patch-texi2html.diff
===================================================================
--- trunk/dports/emulators/qemu/files/patch-texi2html.diff	                        (rev 0)
+++ trunk/dports/emulators/qemu/files/patch-texi2html.diff	2010-07-10 14:13:08 UTC (rev 69581)
@@ -0,0 +1,11 @@
+--- Makefile.orig	2010-07-10 15:55:02.000000000 +0200
++++ Makefile	2010-07-10 15:55:21.000000000 +0200
+@@ -331,7 +331,7 @@
+ 
+ # documentation
+ %.html: %.texi
+-	$(call quiet-command,texi2html -I=. -monolithic -number $<,"  GEN   $@")
++	$(call quiet-command,texi2html -I=. -monolithic -number-sections $<,"  GEN   $@")
+ 
+ %.info: %.texi
+ 	$(call quiet-command,makeinfo -I . $< -o $@,"  GEN   $@")
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100710/1ff5c5f4/attachment.html>


More information about the macports-changes mailing list