FreeBSD Bugzilla – Attachment 109527 Details for
Bug 150547
Fix bsd.port.mk to allow for INSTALL_AS_USER when BINOWN et al are used
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 718 bytes, created by
gerald
on 2010-09-14 02:00:03 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
gerald
Created:
2010-09-14 02:00:03 UTC
Size:
718 bytes
patch
obsolete
>Index: bsd.port.mk >=================================================================== >RCS file: /home/pcvs/ports/Mk/bsd.port.mk,v >retrieving revision 1.644 >diff -u -r1.644 bsd.port.mk >--- bsd.port.mk 20 Aug 2010 12:15:02 -0000 1.644 >+++ bsd.port.mk 14 Sep 2010 00:47:10 -0000 >@@ -2385,6 +2385,7 @@ > # Determine whether or not we can use rootly owner/group functions. > .if !defined(UID) > UID!= ${ID} -u >+USER!= ${ID} -un > .endif > .if ${UID} == 0 > _BINOWNGRP= -o ${BINOWN} -g ${BINGRP} >@@ -2394,6 +2395,8 @@ > _BINOWNGRP= > _SHROWNGRP= > _MANOWNGRP= >+# The following are for ports directly using them. >+MAKE_ENV+= BINOWN=${USER} BINGRP=${USER} MANOWN=${USER} MANGRP=${USER} > .endif > > # A few aliases for *-install targets
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 150547
: 109527