svn commit: r343826 - in head/graphics/aalib: . files

Eitan Adler eadler at FreeBSD.org
Tue Feb 11 22:07:22 UTC 2014


Author: eadler
Date: Tue Feb 11 22:07:21 2014
New Revision: 343826
URL: http://svnweb.freebsd.org/changeset/ports/343826
QAT: https://qat.redports.org/buildarchive/r343826/

Log:
  graphics/aalib: fix build with new texinfo
  
  PR:		ports/186660
  Submitted by: 	Christoph Moench-Tegeder <cmt at burggraben.net>

Added:
  head/graphics/aalib/files/patch-doc_aalib.texinfo   (contents, props changed)
Modified:
  head/graphics/aalib/Makefile

Modified: head/graphics/aalib/Makefile
==============================================================================
--- head/graphics/aalib/Makefile	Tue Feb 11 22:07:04 2014	(r343825)
+++ head/graphics/aalib/Makefile	Tue Feb 11 22:07:21 2014	(r343826)
@@ -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/}

Added: head/graphics/aalib/files/patch-doc_aalib.texinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/aalib/files/patch-doc_aalib.texinfo	Tue Feb 11 22:07:21 2014	(r343826)
@@ -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
++ 
++- at title{AA-lib @value{VERSION}}
++- at subtitle{An ascii-art library}
++- at subtitle{API-DESCRIPTION}
+++ at title AA-lib @value{VERSION}
+++ at subtitle An ascii-art library 
+++ at subtitle API-DESCRIPTION 
++ 
++- at author{Jan Hubi at v cka & Kamil Toman}
+++ at author Jan Hubi at v cka & Kamil Toman 
++ @tex
++ Dukelsk\'ych bojovn\'\i ku 1944 
++ @end tex
++@@ -61,7 +61,8 @@
++ @end tex
++ @vskip 0pt plus 1filll
++ 
++- at copyright{} 1997 @tex Jan Hubi\v cka \& Kamil Toman
+++ at copyright{} 1997
+++ at 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.
++ 
++- at subsection Display driver
+++ at 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:
++ 
+


More information about the svn-ports-all mailing list