FreeBSD Bugzilla – Attachment 168229 Details for
Bug 208018
[MAINTAINER][PATCH] sysutils/dsbmd: 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.
sysutils-dsbmd.diff (text/plain), 800 bytes, created by
Marcel Kaiser
on 2016-03-15 09:31:55 UTC
(
hide
)
Description:
Patch to build port as non-root user.
Filename:
MIME Type:
Creator:
Marcel Kaiser
Created:
2016-03-15 09:31:55 UTC
Size:
800 bytes
patch
obsolete
>diff -ruN dsbmd.bak/files/patch-Makefile dsbmd/files/patch-Makefile >--- dsbmd.bak/files/patch-Makefile 1970-01-01 01:00:00.000000000 +0100 >+++ dsbmd/files/patch-Makefile 2016-03-15 09:45:00.663178000 +0100 >@@ -0,0 +1,15 @@ >+--- Makefile.orig 2016-03-15 08:44:21 UTC >++++ Makefile >+@@ -17,9 +17,9 @@ PROGRAM_FLAGS += -DPATH_PID_FILE=\"${PID >+ PROGRAM_FLAGS += -DPATH_DSBMD_SOCKET=\"${SOCKETPATH}\" >+ PROGRAM_FLAGS += -DPATH_CONFIG=\"${CFGDIR}/${CFGFILE}\" >+ PROGRAM_LIBS = -lgeom -lcam -lpthread >+-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: ${PROGRAM} ${RCSCRIPT} >+
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 208018
:
168229
|
168230
|
168231
|
168232
|
168822
|
168823
|
168824
|
168825