From owner-cvs-all@FreeBSD.ORG Sun Jun 3 20:07:20 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 68BFE106566C; Sun, 3 Jun 2012 20:07:20 +0000 (UTC) (envelope-from romain@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3B19B8FC0C; Sun, 3 Jun 2012 20:07:20 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q53K7K5K081340; Sun, 3 Jun 2012 20:07:20 GMT (envelope-from romain@repoman.freebsd.org) Received: (from romain@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q53K7Kdp081339; Sun, 3 Jun 2012 20:07:20 GMT (envelope-from romain) Message-Id: <201206032007.q53K7Kdp081339@repoman.freebsd.org> From: Romain Tartière Date: Sun, 3 Jun 2012 20:07:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/libgdiplus/files patch-src_gifcodec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jun 2012 20:07:20 -0000 romain 2012-06-03 20:07:20 UTC FreeBSD ports repository Added files: x11-toolkits/libgdiplus/files patch-src_gifcodec.c Log: Fix build after giflib update. QuantizeBuffer() is no more public in the giflib but still present in the code. There is no update (yet) code in the libgdiplus code so copy the relevant lines from giflib for now. Revision Changes Path 1.1 +299 -0 ports/x11-toolkits/libgdiplus/files/patch-src_gifcodec.c (new)