make package broken on -current (mtree -L problem)

2000-07-25 Thread Udo Schweigert

Hi all,

when building a package on -current one gets:

===  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

Regards
-- 
Udo Schweigert, Siemens AG   | Voice  : +49 89 636 42170
ZT IK 3, Siemens CERT| Fax: +49 89 636 41166
D-81730 Muenchen / Germany   | email  : [EMAIL PROTECTED]
PGP-2/5 fingerprint  | D8 A5 DF 34 EC 87 E8 C6  E2 26 C4 D0 EE 80 36 B2


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: make package broken on -current (mtree -L problem)

2000-07-25 Thread Donn Miller

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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: make package broken on -current (mtree -L problem)

2000-07-25 Thread Udo Schweigert

On Tue, Jul 25, 2000 at 04:14:07 -0400, Donn Miller wrote:
 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.
 

My mtree is up to date (rev 1.15 of mtree.c). A check of the cvs-tree shows
that -L was backed out yesterday.

Regards
-- 
Udo Schweigert, Siemens AG   | Voice  : +49 89 636 42170
ZT IK 3, Siemens CERT| Fax: +49 89 636 41166
D-81730 Muenchen / Germany   | email  : [EMAIL PROTECTED]
PGP-2/5 fingerprint  | D8 A5 DF 34 EC 87 E8 C6  E2 26 C4 D0 EE 80 36 B2


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message