From owner-cvs-ports@FreeBSD.ORG Thu Oct 8 16:23:33 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 122721065697; Thu, 8 Oct 2009 16:23:33 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 01D558FC16; Thu, 8 Oct 2009 16:23:33 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n98GNWxl080884; Thu, 8 Oct 2009 16:23:32 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n98GNWdr080883; Thu, 8 Oct 2009 16:23:32 GMT (envelope-from danfe) Message-Id: <200910081623.n98GNWdr080883@repoman.freebsd.org> From: Alexey Dokuchaev Date: Thu, 8 Oct 2009 16:23:32 +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/games/nexuiz Makefile ports/games/nexuiz/files patch-libjpeg7-fix X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 08 Oct 2009 16:23:33 -0000 danfe 2009-10-08 16:23:32 UTC FreeBSD ports repository Modified files: games/nexuiz Makefile Removed files: games/nexuiz/files patch-libjpeg7-fix Log: Drop the patch that changed DarkPlaces' jpeg.h definitions to jpeg7's -- there is a knob (DP_LINK_TO_LIBJPEG) to disable offending code automatically. This allows to link against system-provided libjpeg, whether it is jpeg62 or jpeg7. That way it will continue to work, even if e.g. a new libjpeg71 with incompatible ABI comes out. Submitted by: Rudolf Polzer, one of the developers of Nexuiz Revision Changes Path 1.28 +2 -1 ports/games/nexuiz/Makefile 1.2 +0 -58 ports/games/nexuiz/files/patch-libjpeg7-fix (dead)