FreeBSD Bugzilla – Attachment 168249 Details for
Bug 208040
[MAINTAINER][PATCH] sysutils/dsbdriverd: Make port build as non-root user
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to build port as non-root user.
dsbdriverd-0.1.4.diff (text/plain), 731 bytes, created by
Marcel Kaiser
on 2016-03-15 18:50:35 UTC
(
hide
)
Description:
Patch to build port as non-root user.
Filename:
MIME Type:
Creator:
Marcel Kaiser
Created:
2016-03-15 18:50:35 UTC
Size:
731 bytes
patch
obsolete
>Index: files/patch-Makefile >=================================================================== >--- files/patch-Makefile (nicht existent) >+++ files/patch-Makefile (Arbeitskopie) >@@ -0,0 +1,15 @@ >+--- Makefile.orig 2016-03-15 11:38:05 UTC >++++ Makefile >+@@ -17,9 +17,9 @@ PROGRAM_FLAGS += -DPATH_DRIVERS_DB=\"${D >+ PROGRAM_FLAGS += -DPATH_LOG=\"${LOGFILE}\" >+ PROGRAM_FLAGS += -DPATH_PID_FILE=\"${PIDFILE}\" >+ PROGRAM_LIBS = -lusb >+-INSTALL_DATA = install -g wheel -o root -m 0644 >+-INSTALL_SCRIPT = install -g wheel -m 0755 -o root >+-INSTALL_PROGRAM= install -s -g wheel -m 0755 -o root >++INSTALL_DATA = install -m 0644 >++INSTALL_SCRIPT = install -m 0755 >++INSTALL_PROGRAM= install -s -m 0755 >+ >+ all: ${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
Flags:
rakuco
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 208040
: 168249 |
168250