ports/190153: [PATCH] devel/itext: fix docs build

Steve Wills swills at FreeBSD.org
Fri May 23 19:20:00 UTC 2014


>Number:         190153
>Category:       ports
>Synopsis:       [PATCH] devel/itext: fix docs build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 23 19:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 11.0-CURRENT FreeBSD 11.0-CURRENT #4 r264794M: Mon May  5 08:11:10
>Description:
- Fix docs build

I ran into an issue building this in poudriere on 11-CURRENT. The docs were
failing to build, but ant was exiting with a zero return code, so there was no
error until make tried to install the docs. This fixes the docs build for me.

Port maintainer (ale at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 1.02 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- itext-4.2.0.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 354957)
+++ Makefile	(working copy)
@@ -10,7 +10,7 @@
 MASTER_SITE_SUBDIR=	ale
 
 MAINTAINER=	ale at FreeBSD.org
-COMMENT=	A Java-PDF Library
+COMMENT=	Java-PDF Library
 
 LICENSE=	MPL LGPL20
 LICENSE_COMB=	dual
Index: files/patch-rtf__com__lowagie__text__rtf__parser__destinations__RtfDestinationStylesheetTable.java
===================================================================
--- files/patch-rtf__com__lowagie__text__rtf__parser__destinations__RtfDestinationStylesheetTable.java	(revision 0)
+++ files/patch-rtf__com__lowagie__text__rtf__parser__destinations__RtfDestinationStylesheetTable.java	(working copy)
@@ -0,0 +1,11 @@
+--- ./rtf/com/lowagie/text/rtf/parser/destinations/RtfDestinationStylesheetTable.java.orig	2014-05-23 19:02:27.000000000 +0000
++++ ./rtf/com/lowagie/text/rtf/parser/destinations/RtfDestinationStylesheetTable.java	2014-05-23 19:02:52.000000000 +0000
+@@ -91,7 +91,7 @@
+ 	 */
+ 	private int alignment = Element.ALIGN_LEFT;
+ 	/**
+-	 * Percentage of line occupied by Kashida justification (0 � low, 10 � medium, 20 � high).
++	 * Percentage of line occupied by Kashida justification (0 low, 10 medium, 20 high).
+ 	 * \qkN
+ 	 */
+ 	private int justificationPercentage = 0;

Property changes on: files/patch-rtf__com__lowagie__text__rtf__parser__destinations__RtfDestinationStylesheetTable.java
___________________________________________________________________
Added: fbsd:nokeywords
## -0,0 +1 ##
+yes
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
--- itext-4.2.0.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list