Date: Tue, 25 Jul 2000 04:14:07 -0400 From: Donn Miller <dmmiller@cvzoom.net> To: Udo Schweigert <ust@cert.siemens.de> Cc: ports@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: make package broken on -current (mtree -L problem) Message-ID: <397D4C4F.F2661226@cvzoom.net> References: <20000725100300.A6187@alaska.cert.siemens.de>
next in thread | previous in thread | raw e-mail | index | archive | help
Udo Schweigert wrote: > ===> Installing for bzip2-1.0.1 > mtree: illegal option -- L > usage: mtree [-PUcdeinrux] [-f spec] [-K key] [-k key] [-p path] [-s seed] > [-X excludes] > *** Error code 1 > > Seems to be a problem in /usr/ports/Mk/bsd.port.mk: > > .if ${OSVERSION} >= 500010 > MTREE_ARGS?= -U -f ${MTREE_FILE} -L -d -e -p > .else > MTREE_ARGS?= -U -f ${MTREE_FILE} -d -e -p > .endif Seems as if your mtree is out of date. How long has it been since your last make world? Cvsup again and build/install mtree again and/or do a make world. -- - Donn 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?397D4C4F.F2661226>