From owner-cvs-ports@FreeBSD.ORG Tue Dec 9 13:46:01 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4812616A4E7; Tue, 9 Dec 2003 13:46:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F203743D2F; Tue, 9 Dec 2003 13:45:48 -0800 (PST) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB9LjmXJ029864; Tue, 9 Dec 2003 13:45:48 -0800 (PST) (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB9LjmJg029863; Tue, 9 Dec 2003 13:45:48 -0800 (PST) (envelope-from joerg) Message-Id: <200312092145.hB9LjmJg029863@repoman.freebsd.org> From: Joerg Wunsch Date: Tue, 9 Dec 2003 13:45:48 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/libimg Makefileports/graphics/libimg/files Makefile.bsd patch-tk84_Tk_PhotoPutBlock X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Dec 2003 21:46:01 -0000 joerg 2003/12/09 13:45:48 PST FreeBSD ports repository Modified files: graphics/libimg Makefile graphics/libimg/files Makefile.bsd Added files: graphics/libimg/files patch-tk84_Tk_PhotoPutBlock Log: Bring Img up to the world of Tcl/Tk 8.4. Since the Tk_PhotoPutBlock() function now has one more parameter to pass, I collected all the individual file patches in a single patch for that purpose, so if/when the original software is up to Tk 8.4, this patch file can easily be removed again. Revision Changes Path 1.17 +3 -2 ports/graphics/libimg/Makefile 1.6 +1 -1 ports/graphics/libimg/files/Makefile.bsd 1.1 +138 -0 ports/graphics/libimg/files/patch-tk84_Tk_PhotoPutBlock (new)