FreeBSD Bugzilla – Attachment 117512 Details for
Bug 159592
[patch] graphics/xfig installs shared files with restrictive permissions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-xfig
patch-xfig (text/plain), 770 bytes, created by
mjl
on 2011-08-07 23:00:24 UTC
(
hide
)
Description:
patch-xfig
Filename:
MIME Type:
Creator:
mjl
Created:
2011-08-07 23:00:24 UTC
Size:
770 bytes
patch
obsolete
>diff -uNr xfig/Makefile xfig-new/Makefile >--- xfig/Makefile 2011-06-20 07:00:32.000000000 +1200 >+++ xfig-new/Makefile 2011-08-05 11:08:28.000000000 +1200 >@@ -51,10 +51,10 @@ > > post-extract: > @cd ${WRKSRC}/Doc && ${FIND} -s . -type d -print0 | ${XARGS} -0 ${CHMOD} a+rx >- @cd ${WRKSRC}/Doc && ${FIND} . -type f -print0 | ${XARGS} -0 ${CHMOD} a-x >+ @cd ${WRKSRC}/Doc && ${FIND} . -type f -print0 | ${XARGS} -0 ${CHMOD} a-x+r > @${CHMOD} a+rx ${WRKSRC}/Libraries > @cd ${WRKSRC}/Libraries && ${FIND} -s . -type d -print0 | ${XARGS} -0 ${CHMOD} a+rx >- @cd ${WRKSRC}/Libraries && ${FIND} . -type f -print0 | ${XARGS} -0 ${CHMOD} a-x >+ @cd ${WRKSRC}/Libraries && ${FIND} . -type f -print0 | ${XARGS} -0 ${CHMOD} a-x+r > @${CP} ${WRKSRC}/Doc/xfig.man ${WRKSRC} > > post-patch:
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 Raw
Actions:
View
Attachments on
bug 159592
: 117512