Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Nov 2011 23:30:20 GMT
From:      Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/158931: print/perlftlib is not built with perl5.14
Message-ID:  <201111102330.pAANUKRq071592@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/158931; it has been noted by GNATS.

From: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
To: bug-followup@FreeBSD.org, turutani@scphys.kyoto-u.ac.jp,
	miwi@FreeBSD.org
Cc:  
Subject: Re: ports/158931: print/perlftlib is not built with perl5.14
Date: Fri, 11 Nov 2011 08:21:19 +0900

 This problem still exists.
 Next fix will solve the problem:
 --- patch-FreeType_FreeType.xs.orig	2005-04-21 20:40:38.000000000 +0900
 +++ patch-FreeType_FreeType.xs	2011-11-11 08:17:01.000000000 +0900
 @@ -1,6 +1,11 @@
 ---- FreeType/FreeType.xs.orig	Mon Dec 14 14:13:26 1998
 -+++ FreeType/FreeType.xs	Tue Jul 18 21:56:29 2000
 -@@ -12,6 +12,8 @@
 +--- FreeType/FreeType.xs.orig	1998-12-14 14:13:26.000000000 +0900
 ++++ FreeType/FreeType.xs	2011-11-11 08:14:51.000000000 +0900
 +@@ -8,10 +8,13 @@
 + #include <freetype-1.1.h>
 + #else
 + #include <freetype.h>
 ++static int na;
 + #endif
   #include "EXTERN.h"
   #include "perl.h"
   #include "XSUB.h"
 
 I do not know whether this is a collect way, and why this problem occured 
 after upgrading perl.



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