From owner-cvs-ports@FreeBSD.ORG Thu Apr 9 10:35:12 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 562091065670; Thu, 9 Apr 2009 10:35:11 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2ABC38FC12; Thu, 9 Apr 2009 10:35:11 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n39AZBqB077974; Thu, 9 Apr 2009 10:35:11 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n39AZBPU077973; Thu, 9 Apr 2009 10:35:11 GMT (envelope-from bsam) Message-Id: <200904091035.n39AZBPU077973@repoman.freebsd.org> From: Boris Samorodov Date: Thu, 9 Apr 2009 10:35:11 +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/Mk bsd.linux-rpm.mk 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, 09 Apr 2009 10:35:12 -0000 bsam 2009-04-09 10:35:11 UTC FreeBSD ports repository Modified files: Mk bsd.linux-rpm.mk Log: Move checks away for MASTER_SITES area and restruct them. Linux Fredora 8 infrastructure ports should be used if: . sysctl compat.linux.osrelease is 2.6.16; . linux base port is set to f8 or f9; . linux infrastructrue is used. Remove _F8_COMPATIBLE_LINUX_BASE_PORTS for now (it will be reintroduced later). Please note, that there is no strict dependency upon OSRELEASE so far. Revision Changes Path 1.18 +18 -9 ports/Mk/bsd.linux-rpm.mk