From owner-cvs-all@FreeBSD.ORG Fri Jun 10 01:21:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAD8216A41C; Fri, 10 Jun 2005 01:21:05 +0000 (GMT) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3BEC43D1F; Fri, 10 Jun 2005 01:21:05 +0000 (GMT) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5A1L5Pg088935; Fri, 10 Jun 2005 01:21:05 GMT (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5A1L5HK088934; Fri, 10 Jun 2005 01:21:05 GMT (envelope-from mi) Message-Id: <200506100121.j5A1L5HK088934@repoman.freebsd.org> From: Mikhail Teterin Date: Fri, 10 Jun 2005 01:21:05 +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/graphics/libimg Makefile ports/graphics/libimg/files Makefile.bsd patch-jpeg patch-png patch-tiff patch-tk84_Tk_PhotoPutBlock patch-warnings X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jun 2005 01:21:06 -0000 mi 2005-06-10 01:21:05 UTC FreeBSD ports repository Modified files: graphics/libimg Makefile graphics/libimg/files Makefile.bsd patch-tk84_Tk_PhotoPutBlock Added files: graphics/libimg/files patch-jpeg patch-png patch-tiff patch-warnings Log: A number of enhancements: . compile cleanly against 8.4 with -Wall on i386 and amd64; . use OS' run-time linker instead of dlopen-ing libpng, libjpeg, libtiff inside; . stop using TIFF's _internal_ headers for anything. This changes are quite radical, but seem to work with anything I have. Vendor's own tests pass except for some differences in PNG images -- most likely due to changes in PNG library since 2002. Stop requiring specific versions of jpeg, tiff, png -- we don't really care. Bump up PORTREVISION. Revision Changes Path 1.19 +7 -8 ports/graphics/libimg/Makefile 1.7 +2 -7 ports/graphics/libimg/files/Makefile.bsd 1.1 +625 -0 ports/graphics/libimg/files/patch-jpeg (new) 1.1 +414 -0 ports/graphics/libimg/files/patch-png (new) 1.1 +592 -0 ports/graphics/libimg/files/patch-tiff (new) 1.2 +11 -4 ports/graphics/libimg/files/patch-tk84_Tk_PhotoPutBlock 1.1 +229 -0 ports/graphics/libimg/files/patch-warnings (new)