From owner-svn-ports-head@FreeBSD.ORG Sat Jan 3 02:05:42 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BEF2B188; Sat, 3 Jan 2015 02:05:42 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AAC8B644AE; Sat, 3 Jan 2015 02:05:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0325gCA099378; Sat, 3 Jan 2015 02:05:42 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0325gMr099377; Sat, 3 Jan 2015 02:05:42 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201501030205.t0325gMr099377@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sat, 3 Jan 2015 02:05:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376078 - head/graphics/png2ico/files 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.18-1 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: Sat, 03 Jan 2015 02:05:42 -0000 Author: marino Date: Sat Jan 3 02:05:41 2015 New Revision: 376078 URL: https://svnweb.freebsd.org/changeset/ports/376078 QAT: https://qat.redports.org/buildarchive/r376078/ Log: graphics/png2ico: #include This is fallout from png upgrade. Modern GCC needs for memset, although clang seems to be happy without it. Modified: head/graphics/png2ico/files/patch-png2ico.cpp Modified: head/graphics/png2ico/files/patch-png2ico.cpp ============================================================================== --- head/graphics/png2ico/files/patch-png2ico.cpp Sat Jan 3 01:30:36 2015 (r376077) +++ head/graphics/png2ico/files/patch-png2ico.cpp Sat Jan 3 02:05:41 2015 (r376078) @@ -1,10 +1,11 @@ ---- png2ico.cpp.orig +--- png2ico.cpp.orig 2002-12-07 22:37:58 UTC +++ png2ico.cpp -@@ -33,6 +33,7 @@ +@@ -33,6 +33,8 @@ Notes about transparent and inverted pix #include ++#include +#include #include #include - +