diff options
author | wiz <wiz@pkgsrc.org> | 2010-12-03 12:22:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-12-03 12:22:19 +0000 |
commit | a8503cf1525f48ba4a450be029ae95b8b051ee74 (patch) | |
tree | 20c56a1b6a774a61bf076d4177dd3efae579087e /multimedia | |
parent | 98bbaa2cfe08774d2f67bce2b4d880c7ebe25a5d (diff) | |
download | pkgsrc-a8503cf1525f48ba4a450be029ae95b8b051ee74.tar.gz |
Avoid using obsolete texi2html command line flags.
Fixes build with texi2html>=5.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/ffmpeg/distinfo | 4 | ||||
-rw-r--r-- | multimedia/ffmpeg/patches/patch-ac | 18 |
2 files changed, 16 insertions, 6 deletions
diff --git a/multimedia/ffmpeg/distinfo b/multimedia/ffmpeg/distinfo index 0fa8287f1a7..1b4f5befa9f 100644 --- a/multimedia/ffmpeg/distinfo +++ b/multimedia/ffmpeg/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.37 2010/09/05 22:55:38 wiz Exp $ +$NetBSD: distinfo,v 1.38 2010/12/03 12:22:19 wiz Exp $ SHA1 (ffmpeg-20090611.tar.bz2) = 04e67497f70c64b7a26534d4b67e3a46cdb4b219 RMD160 (ffmpeg-20090611.tar.bz2) = 447a72cd1a416f926100c61299d9012535909d9a Size (ffmpeg-20090611.tar.bz2) = 2799194 bytes SHA1 (patch-aa) = e40f61850fe5c85bdd4b659802601dfacfe73ad1 SHA1 (patch-ab) = 1c1da33f47be51f75635a9667b0d7d8052945ba7 -SHA1 (patch-ac) = 05820de2ae81b4607ba782b0233fd1e087045b97 +SHA1 (patch-ac) = 637911af6e8058f99a624b106743fae807e440e1 SHA1 (patch-ad) = ebee8a9e3d5caa533459e1547690ee6c2f095018 SHA1 (patch-ae) = ae9d686450fb6fa1161bb2844282bf530148e368 SHA1 (patch-af) = 2507866ddc72c7e8ff10b489c86cb679e8e2fd49 diff --git a/multimedia/ffmpeg/patches/patch-ac b/multimedia/ffmpeg/patches/patch-ac index 3378074ef6c..8a576af9625 100644 --- a/multimedia/ffmpeg/patches/patch-ac +++ b/multimedia/ffmpeg/patches/patch-ac @@ -1,10 +1,20 @@ -$NetBSD: patch-ac,v 1.7 2010/03/14 21:44:49 tron Exp $ +$NetBSD: patch-ac,v 1.8 2010/12/03 12:22:19 wiz Exp $ +Avoid using obsolete texi2html command line flags. Fix installation using the "install-sh" the package. ---- Makefile.orig Fri May 29 00:13:17 2009 -+++ Makefile Sun Mar 14 22:35:24 2010 -@@ -93,15 +93,15 @@ +--- Makefile.orig 2009-05-28 22:13:17.000000000 +0000 ++++ Makefile +@@ -80,7 +80,7 @@ documentation: $(addprefix doc/, ffmpeg- + ffplay-doc.html general.html $(ALLMANPAGES)) + + doc/%.html: doc/%.texi +- texi2html -monolithic -number $< ++ texi2html -monolithic -number-sections $< + mv $(@F) $@ + + doc/%.pod: doc/%-doc.texi +@@ -93,15 +93,15 @@ install: $(INSTALL_TARGETS-yes) install-progs: $(PROGS) $(INSTALL_PROGS_TARGETS-yes) install -d "$(BINDIR)" |