FreeBSD Bugzilla – Attachment 55383 Details for
Bug 83716
Fix cosmetic bug in security-check target
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
bsd.port.mk.diff
bsd.port.mk.diff (text/plain), 498 bytes, created by
Petr Rehor
on 2005-07-19 11:30:19 UTC
(
hide
)
Description:
bsd.port.mk.diff
Filename:
MIME Type:
Creator:
Petr Rehor
Created:
2005-07-19 11:30:19 UTC
Size:
498 bytes
patch
obsolete
>--- bsd.port.mk.orig Tue Jul 19 09:20:16 2005 >+++ bsd.port.mk Tue Jul 19 09:20:24 2005 >@@ -3624,7 +3624,7 @@ > # > -@${RM} -f ${WRKDIR}/.PLIST.setuid ${WRKDIR}/.PLIST.writable ${WRKDIR}/.PLIST.objdump; \ > ${AWK} -v prefix='${PREFIX}' ' \ >- match($$0, /^@cwd /) { prefix = substr($$0, RSTART + RLENGTH); next; } \ >+ match($$0, /^@cwd /) { prefix = substr($$0, RSTART + RLENGTH); if (prefix == "/") prefix=""; next; } \ > /^@/ { next; } \ > /^\// { print; next; } \ > { print prefix "/" $$0; } \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 83716
: 55383