From owner-cvs-all@FreeBSD.ORG Thu Oct 27 09:46:26 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F1C3106566B; Thu, 27 Oct 2011 09:46:26 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 275BF8FC0C; Thu, 27 Oct 2011 09:46:26 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p9R9kQXh077726; Thu, 27 Oct 2011 09:46:26 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p9R9kQj5077725; Thu, 27 Oct 2011 09:46:26 GMT (envelope-from erwin) Message-Id: <201110270946.p9R9kQj5077725@repoman.freebsd.org> From: Erwin Lansing Date: Thu, 27 Oct 2011 09:46:26 +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.port.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2011 09:46:26 -0000 erwin 2011-10-27 09:46:26 UTC FreeBSD ports repository Modified files: Mk bsd.port.mk Log: Add a workaround for ports that don't recognize FreeBSD 10.x or newer. Ports that need this can set WITH_FBSD10_FIX to apply the hack, but only on FreeBSD 10. This is only a temporary workaround as the real fix lies upstream by fixing the included scripts, but this will take a long time. Submitted by: ed, jilles, stas, beat (and more) Tested on: pointyhat i386-9-exp and i386-10 Revision Changes Path 1.697 +20 -2 ports/Mk/bsd.port.mk