Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Mar 2004 01:30:32 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/64472: Update port: print/ghostscript-afpl
Message-ID:  <20040320013032.30ff7920.tkato@prontomail.com>
Resent-Message-ID: <200403191640.i2JGeH3F011388@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         64472
>Category:       ports
>Synopsis:       Update port: print/ghostscript-afpl
>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 Mar 19 08:40:16 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.9-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Fix build with freetype-2.1.7

New file:
files/patch-src:fapi_ft.c

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/print/ghostscript-afpl/Makefile print/ghostscript-afpl/Makefile
--- /usr/ports/print/ghostscript-afpl/Makefile	Sun Feb 29 21:40:53 2004
+++ print/ghostscript-afpl/Makefile	Wed Mar 17 21:46:55 2004
@@ -426,6 +426,8 @@
 .endfor
 .if defined(WITH_FT_BRIDGE)
 	${MKDIR} ${WRKSRC}/freetype/include
+	${LN} -sf ${LOCALBASE}/include/ft2build.h \
+		${WRKSRC}/freetype/include/ft2build.h
 	${LN} -sf ${LOCALBASE}/include/freetype2/freetype \
 		${WRKSRC}/freetype/include/freetype
 	${MKDIR} ${WRKSRC}/freetype/objs
diff -urN /usr/ports/print/ghostscript-afpl/files/patch-src:fapi_ft.c print/ghostscript-afpl/files/patch-src:fapi_ft.c
--- /usr/ports/print/ghostscript-afpl/files/patch-src:fapi_ft.c	Thu Jan  1 09:00:00 1970
+++ print/ghostscript-afpl/files/patch-src:fapi_ft.c	Wed Mar 17 21:43:56 2004
@@ -0,0 +1,12 @@
+--- src/fapi_ft.c.orig	Sat Dec 13 07:07:59 2003
++++ src/fapi_ft.c	Wed Mar 17 21:43:43 2004
+@@ -30,7 +30,8 @@
+ #include "math_.h"
+ 
+ /* FreeType headers */
+-#include "freetype/freetype.h"
++#include "ft2build.h"
++#include FT_FREETYPE_H
+ #include "freetype/ftincrem.h"
+ #include "freetype/ftglyph.h"
+ #include "freetype/ftoutln.h"
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040320013032.30ff7920.tkato>