Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jul 2000 08:01:05 -0400
From:      Donn Miller <dmmiller@cvzoom.net>
To:        ports@freebsd.org
Subject:   mtree problems during make install on -current
Message-ID:  <3976EA01.FB36D819@cvzoom.net>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------7FE5DBE5AD76782605B9F55E
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

The following attached patch fixes the problem.  Note that the `-p'
option has to be at the end of MTREE_ARGS, not `-L'.

-- 
- Donn
--------------7FE5DBE5AD76782605B9F55E
Content-Type: text/plain; charset=us-ascii;
 name="current_mtree.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="current_mtree.diff"

--- /usr/ports/Mk/bsd.port.mk.orig	Thu Jul 20 07:56:49 2000
+++ /usr/ports/Mk/bsd.port.mk	Thu Jul 20 07:05:55 2000
@@ -912,7 +912,7 @@
 .endif
 MTREE_CMD?=	/usr/sbin/mtree
 .if ${OSVERSION} >= 500010
-MTREE_ARGS?=	-U -f ${MTREE_FILE} -d -e -p -L
+MTREE_ARGS?=	-U -f ${MTREE_FILE} -L -d -e -p 
 .else
 MTREE_ARGS?=	-U -f ${MTREE_FILE} -d -e -p
 .endif

--------------7FE5DBE5AD76782605B9F55E--



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3976EA01.FB36D819>