diff options
author | eadler <eadler@FreeBSD.org> | 2014-02-12 06:07:21 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2014-02-12 06:07:21 +0800 |
commit | 77fe30b926332e601f89251b8ef6a60ee222a9bd (patch) | |
tree | 3ad99ba31a5337c8d381acb37bebc67371e8c085 /graphics/aalib | |
parent | 0731a6a7452bd6fe68c87516806e8595dc863687 (diff) | |
download | freebsd-ports-gnome-77fe30b926332e601f89251b8ef6a60ee222a9bd.tar.gz freebsd-ports-gnome-77fe30b926332e601f89251b8ef6a60ee222a9bd.tar.zst freebsd-ports-gnome-77fe30b926332e601f89251b8ef6a60ee222a9bd.zip |
graphics/aalib: fix build with new texinfo
PR: ports/186660
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net>
Diffstat (limited to 'graphics/aalib')
-rw-r--r-- | graphics/aalib/Makefile | 2 | ||||
-rw-r--r-- | graphics/aalib/files/patch-doc_aalib.texinfo | 43 |
2 files changed, 44 insertions, 1 deletions
diff --git a/graphics/aalib/Makefile b/graphics/aalib/Makefile index d31107ea223d..1ace63e1da37 100644 --- a/graphics/aalib/Makefile +++ b/graphics/aalib/Makefile @@ -3,7 +3,7 @@ PORTNAME= aalib PORTVERSION= 1.4.r5 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= SF/aa-project/aa-lib/1.4rc5 DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/} diff --git a/graphics/aalib/files/patch-doc_aalib.texinfo b/graphics/aalib/files/patch-doc_aalib.texinfo new file mode 100644 index 000000000000..b9b67e6e6a45 --- /dev/null +++ b/graphics/aalib/files/patch-doc_aalib.texinfo @@ -0,0 +1,43 @@ +Index: files/patch-doc_aalib.texinfo +=================================================================== +--- files/patch-doc_aalib.texinfo (revision 0) ++++ files/patch-doc_aalib.texinfo (working copy) +@@ -0,0 +1,37 @@ ++--- doc/aalib.texinfo.orig 2014-02-11 19:55:03.000000000 +0100 +++++ doc/aalib.texinfo 2014-02-11 19:56:56.000000000 +0100 ++@@ -29,11 +29,11 @@ ++ ++ @titlepage ++ ++-@title{AA-lib @value{VERSION}} ++-@subtitle{An ascii-art library} ++-@subtitle{API-DESCRIPTION} +++@title AA-lib @value{VERSION} +++@subtitle An ascii-art library +++@subtitle API-DESCRIPTION ++ ++-@author{Jan Hubi@v cka & Kamil Toman} +++@author Jan Hubi@v cka & Kamil Toman ++ @tex ++ Dukelsk\'ych bojovn\'\i ku 1944 ++ @end tex ++@@ -61,7 +61,8 @@ ++ @end tex ++ @vskip 0pt plus 1filll ++ ++-@copyright{} 1997 @tex Jan Hubi\v cka \& Kamil Toman +++@copyright{} 1997 +++@tex Jan Hubi\v cka \& Kamil Toman ++ @end tex ++ ++ Permission is granted to make and distribute verbatim ++@@ -1318,7 +1319,7 @@ ++ functions (like initialization, drawing to screen etc...) and register it in ++ the driver registry. There is separate drivers for screen, mouse and keyboard. ++ ++-@subsection Display driver +++@section Display driver ++ Display driver is the most significant driver (of course) so it is recomended ++ to implement it first. Its structure is as follows: ++ + |