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

2012-01-24 Thread Jason Hellenthal

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}  97
EXTRA_PATCHES=files/patch8-utmp.diff
.endif

To:

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

Or:

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


Thanks

-- 
;s =;


pgpc7xhLW8dc8.pgp
Description: PGP signature


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

2012-01-24 Thread Jason Helfman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wed, Jan 25, 2012 at 12:13:01AM -0500, Jason Hellenthal thus spake:

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}  97
EXTRA_PATCHES=files/patch8-utmp.diff
.endif

To:

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

Or:

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


Thanks

-- 
;s =;

Thanks. Committed!
- -jgh

- -- 
Jason Helfman | FreeBSD Committer
j...@freebsd.org   | http://people.freebsd.org/~jgh
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.18 (FreeBSD)

iQEcBAEBAgAGBQJPH52jAAoJECBZmmNBUNPcjlkIAIHZ+SOfrBB9QQcgzjDkTKuB
VQgpWKirFfU9vQJUp7OGGwxQm6/0swQwNQOitMYMK4DCLC+F7FSf05FYqvYU5HvW
CWaMkm/Dc2zYVXgHcT3CN1GYK+gB0lRbxPtsZTW7nkWhw6dMdMzJeQb5LRjYMQvd
9Rh6clzM0DlAqSL3GV30kuxXBZw97kCUnDnQgCfPaq+df8QVVXFCYCxy1qlIFBF1
kVHqTCzhkQwlsV24yHVMiI3aPdNJMN4MfVR1Gi379KzWMeKC3fH0EpjKl0rFels8
IzP5PLRsJrXv8yWux4Uw5h6pLRNs4kZEZ74xaWT7jNVEW+Z1IwN4ZEHjUrTqgro=
=XA5N
-END PGP SIGNATURE-
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org