The subject listed port attempts to apply the patch via its $CWD but if $CWD is 
not in not within the $MASTERDIR then the patch fails to apply. Please adjust 
the following...

.if ${OSVERSION} < 900007
EXTRA_PATCHES=files/patch8-utmp.diff
.endif

To:

.if ${OSVERSION} < 900007
EXTRA_PATCHES=${MASTERDIR}/files/patch8-utmp.diff
.endif

Or:

.if ${OSVERSION} < 900007
EXTRA_PATCHES=${.CURDIR}/files/patch8-utmp.diff
.endif


Thanks

-- 
;s =;

Attachment: pgpc7xhLW8dc8.pgp
Description: PGP signature

Reply via email to