From owner-p4-projects@FreeBSD.ORG Thu Jul 20 11:31:02 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id D314B16A4E1; Thu, 20 Jul 2006 11:31:01 +0000 (UTC) X-Original-To: perforce@FreeBSD.org Delivered-To: perforce@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E92A16A4DA for ; Thu, 20 Jul 2006 11:31:01 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E32743D5A for ; Thu, 20 Jul 2006 11:30:59 +0000 (GMT) (envelope-from gabor@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 k6KBUxu7087402 for ; Thu, 20 Jul 2006 11:30:59 GMT (envelope-from gabor@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6KBUxWW087398 for perforce@freebsd.org; Thu, 20 Jul 2006 11:30:59 GMT (envelope-from gabor@FreeBSD.org) Date: Thu, 20 Jul 2006 11:30:59 GMT Message-Id: <200607201130.k6KBUxWW087398@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to gabor@FreeBSD.org using -f From: Gabor Kovesdan To: Perforce Change Reviews Cc: Subject: PERFORCE change 101987 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jul 2006 11:31:02 -0000 http://perforce.freebsd.org/chv.cgi?CH=101987 Change 101987 by gabor@gabor_spitfire on 2006/07/20 11:30:30 Document IGNORE_PATH_CHECKS macro and sanity checks in the header. Affected files ... .. //depot/projects/soc2006/gabor_ports/Mk/bsd.port.mk#53 edit Differences ... ==== //depot/projects/soc2006/gabor_ports/Mk/bsd.port.mk#53 (text+ko) ==== @@ -521,6 +521,19 @@ # Default: ${X11BASE_REL} if USE_X_PREFIX is set, # ${LINUXBASE_REL} if USE_LINUX_PREFIX is set, # otherwise ${LOCALBASE_REL} +# +# IGNORE_PATH_CHECKS - There are some sanity checks against PREFIX and DESTDIR. +# You can diasble these checks with defining +# this variable, but this is not recommended! +# Only do this if you really know what you are +# doing. These sanity checks are the following: +# - DESTDIR can't be /. Just leave it undefined +# if you want to install to /. +# - DESTDIR has to be an absolute path. +# - DESTDIR can't have a trailing slash. +# - PREFIX has to be an absolute path. +# - PREFIX can't have a trailing slash. +# # MASTERDIR - Where the port finds patches, package files, etc. Define # this is you have two or more ports that share most of the # files.