From 5f1729966c11526a38d7823137dd34f1e60c89d1 Mon Sep 17 00:00:00 2001 From: jasper Date: Sun, 28 Aug 2011 17:26:07 +0000 Subject: [PATCH] Add missing INFO-DIR-SECTION to silence install-info(1) --- graphics/DevIL/Makefile | 4 ++-- .../patches/patch-docs_DevIL_manual_texi | 22 +++++++++++++++++++ 2 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 graphics/DevIL/patches/patch-docs_DevIL_manual_texi diff --git a/graphics/DevIL/Makefile b/graphics/DevIL/Makefile index dccbfb7b2c2..37b3386c991 100644 --- a/graphics/DevIL/Makefile +++ b/graphics/DevIL/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.4 2011/07/08 20:38:01 naddy Exp $ +# $OpenBSD: Makefile,v 1.5 2011/08/28 17:26:07 jasper Exp $ COMMENT= library for powerful image loading capabilities DISTNAME= DevIL-1.7.8 -REVISION= 2 +REVISION= 3 SHARED_LIBS+= IL 0.0 # 2.0 CATEGORIES= graphics devel diff --git a/graphics/DevIL/patches/patch-docs_DevIL_manual_texi b/graphics/DevIL/patches/patch-docs_DevIL_manual_texi new file mode 100644 index 00000000000..79070e73aa0 --- /dev/null +++ b/graphics/DevIL/patches/patch-docs_DevIL_manual_texi @@ -0,0 +1,22 @@ +$OpenBSD: patch-docs_DevIL_manual_texi,v 1.1 2011/08/28 17:26:07 jasper Exp $ + +Add missing INFO-DIR-SECTION to silence install-info(1) + +--- docs/DevIL_manual.texi.orig Sun Aug 28 19:21:00 2011 ++++ docs/DevIL_manual.texi Sun Aug 28 19:24:02 2011 +@@ -13,6 +13,15 @@ + @c version.texi is generated automatically + @include version.texi + ++@ifinfo ++@format ++INFO-DIR-SECTION Libraries ++START-INFO-DIR-ENTRY ++* DevIL_manual: (devil_manual). IL part of DevIL - handling images ++END-INFO-DIR-ENTRY ++@end format ++@end ifinfo ++ + @copying + This is @code{DevIL @value{VERSION}} manual. + Last update is from @value{UPDATED}.