From owner-cvs-ports@FreeBSD.ORG Tue Aug 8 19:19:36 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org 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 0F62816A4DD; Tue, 8 Aug 2006 19:19:36 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D927243D46; Tue, 8 Aug 2006 19:19:35 +0000 (GMT) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78JJZpD031917; Tue, 8 Aug 2006 19:19:35 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78JJZJe031916; Tue, 8 Aug 2006 19:19:35 GMT (envelope-from bsam) Message-Id: <200608081919.k78JJZJe031916@repoman.freebsd.org> From: Boris Samorodov Date: Tue, 8 Aug 2006 19:19:35 +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/linux_dri Makefile ports/graphics/linux_dri-devel Makefile 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: Tue, 08 Aug 2006 19:19:36 -0000 bsam 2006-08-08 19:19:35 UTC FreeBSD ports repository Modified files: graphics/linux_dri Makefile graphics/linux_dri-devel Makefile Log: Let the ports which have both bz2 and gz distfiles extract on 4.x (actually, if ${OSVERSION} < 502111): - remove BROKEN from graphics/linux_dri-devel; - remove IGNORE from graphics/linux_dri. The next technique is used (thanks Brooks Davis): .if ${OSVERSION} < 502111 EXTRACT_DEPENDS+= bsdtar:${PORTSDIR}/archivers/libarchive TAR= bsdtar .endif Approved by: netchild (mentor, implicit) Revision Changes Path 1.5 +7 -4 ports/graphics/linux_dri-devel/Makefile 1.20 +3 -2 ports/graphics/linux_dri/Makefile