From owner-svn-ports-head@FreeBSD.ORG Mon Mar 10 12:20:50 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C2CC37A8; Mon, 10 Mar 2014 12:20:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AFB0C182; Mon, 10 Mar 2014 12:20:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2ACKoFe032818; Mon, 10 Mar 2014 12:20:50 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2ACKo1K032596; Mon, 10 Mar 2014 12:20:50 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201403101220.s2ACKo1K032596@svn.freebsd.org> From: Rusmir Dusko Date: Mon, 10 Mar 2014 12:20:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347748 - head/x11-fonts/alfont X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2014 12:20:50 -0000 Author: nemysis Date: Mon Mar 10 12:20:49 2014 New Revision: 347748 URL: http://svnweb.freebsd.org/changeset/ports/347748 QAT: https://qat.redports.org/buildarchive/r347748/ Log: - Change REINPLACE and alfont.c to fix memset(*out, 0, _msize(*out)); implicit declaration of function '_msize', needed for build future Port games/opensurge Modified: head/x11-fonts/alfont/Makefile head/x11-fonts/alfont/distinfo (contents, props changed) Modified: head/x11-fonts/alfont/Makefile ============================================================================== --- head/x11-fonts/alfont/Makefile Mon Mar 10 12:18:02 2014 (r347747) +++ head/x11-fonts/alfont/Makefile Mon Mar 10 12:20:49 2014 (r347748) @@ -59,9 +59,10 @@ do-extract: post-patch: @${CP} -af ${_DISTDIR}/alfont.c ${WRKSRC}/src - @${REINPLACE_CMD} \ - -e 's|#define ALFONT_WINDOWS|//#define ALFONT_WINDOWS|' \ - -e 's|//#define ALFONT_LINUX|#define ALFONT_LINUX|' \ + @${REINPLACE_CMD} -e \ + 's|#define ALFONT_WINDOWS|//#define ALFONT_WINDOWS|; \ + s|//#define ALFONT_LINUX|#define ALFONT_LINUX|; \ + s|^ALFONT_DLL_DECLSPEC void alfont_get_string.*||' \ ${WRKSRC}/include/alfont.h do-build: Modified: head/x11-fonts/alfont/distinfo ============================================================================== --- head/x11-fonts/alfont/distinfo Mon Mar 10 12:18:02 2014 (r347747) +++ head/x11-fonts/alfont/distinfo Mon Mar 10 12:20:49 2014 (r347748) @@ -1,4 +1,4 @@ SHA256 (alfont/AlFont209.rar) = 734f7f9758dfb3b80979baf010245d931c9cd2a7557683906c7fc616353f960d SIZE (alfont/AlFont209.rar) = 3696983 -SHA256 (alfont/alfont.c) = 9d77d1ef5ce7d9c05e7e499d48d404aa51d2c2b3dd03fac7fd75c60e6adeb145 -SIZE (alfont/alfont.c) = 147045 +SHA256 (alfont/alfont.c) = c9117c82131376b99d94d8aa5678b5724f14b3649b42abf08ec46cd9df00e0ae +SIZE (alfont/alfont.c) = 147298