From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 10 23:30:20 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6862106564A for ; Thu, 10 Nov 2011 23:30:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C5C138FC12 for ; Thu, 10 Nov 2011 23:30:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id pAANUK45071600 for ; Thu, 10 Nov 2011 23:30:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id pAANUKRq071592; Thu, 10 Nov 2011 23:30:20 GMT (envelope-from gnats) Date: Thu, 10 Nov 2011 23:30:20 GMT Message-Id: <201111102330.pAANUKRq071592@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Tsurutani Naoki Cc: Subject: Re: ports/158931: print/perlftlib is not built with perl5.14 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Tsurutani Naoki List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Nov 2011 23:30:20 -0000 The following reply was made to PR ports/158931; it has been noted by GNATS. From: Tsurutani Naoki 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 + #else + #include ++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.