Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 3C976A646F for ; Sat, 17 May 2014 09:25:05 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A678C14A2B3; Sat, 17 May 2014 09:25:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 68D0A14A2B0 for ; Sat, 17 May 2014 09:25:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id xO9emKR7QtqR for ; Sat, 17 May 2014 09:25:01 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id D93EE14A2AD for ; Sat, 17 May 2014 09:25:01 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id D6CC896; Sat, 17 May 2014 09:25:01 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 17 May 2014 09:25:01 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/graphics/imlib2 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20140517092501.D6CC896@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: adam Date: Sat May 17 09:25:01 UTC 2014 Modified Files: pkgsrc/graphics/imlib2: Makefile distinfo options.mk pkgsrc/graphics/imlib2/patches: patch-ac Added Files: pkgsrc/graphics/imlib2/patches: patch-src_lib_Makefile.in Log Message: Version 1.4.6 - TGA loader: Fix for corrupt RLE format. - Fix drawing of closed polygons in certain situations (ticket 2309). - Set warning options when using gcc. - Silence compiler warnings. - Don't set -std=gnu99. - XPM loader: Simplify and fix certain case of cpp > 2. To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 pkgsrc/graphics/imlib2/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/graphics/imlib2/distinfo cvs rdiff -u -r1.11 -r1.12 pkgsrc/graphics/imlib2/options.mk cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/imlib2/patches/patch-ac cvs rdiff -u -r0 -r1.1 \ pkgsrc/graphics/imlib2/patches/patch-src_lib_Makefile.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.