security/ipsec-tools files/patch8-utmp.diff

Jason Hellenthal jhell at DataIX.net
Wed Jan 25 05:13:13 UTC 2012


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 =;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 455 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20120125/70caad63/attachment.pgp


More information about the freebsd-ports mailing list