PERFORCE change 101987 for review

Gabor Kovesdan gabor at FreeBSD.org
Thu Jul 20 11:31:02 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=101987

Change 101987 by gabor at 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.


More information about the p4-projects mailing list