FreeBSD Bugzilla – Attachment 161780 Details for
Bug 203598
sysutils/pcbsd-utils-qt5: fix install from non-root, fix shebangs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
pcbsd-utils-qt5.patch (text/plain), 1.58 KB, created by
Dmitry Marakasov
on 2015-10-07 02:06:16 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2015-10-07 02:06:16 UTC
Size:
1.58 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 398465) >+++ Makefile (working copy) >@@ -31,7 +31,9 @@ > USE_LDCONFIG= yes > USE_QT5= core gui network svg linguist \ > buildtools x11extras >-USES= desktop-file-utils python qmake tar:xz >+USES= desktop-file-utils python qmake shebangfix tar:xz >+SHEBANG_FILES= pc-netmanager/src/NetworkManager/resources/umts_stick \ >+ pc-sysmanager/scripts/fastest_cvsup > > WRKSRC_SUBDIR= src-qt5 > >Index: files/patch-PCDM_PCDM.pro >=================================================================== >--- files/patch-PCDM_PCDM.pro (revision 0) >+++ files/patch-PCDM_PCDM.pro (working copy) >@@ -0,0 +1,11 @@ >+--- PCDM/PCDM.pro.orig 2015-07-31 19:11:02 UTC >++++ PCDM/PCDM.pro >+@@ -119,7 +119,7 @@ theme.path=/usr/local/share/PCDM >+ theme.extra=cp -r themes $(INSTALL_ROOT)/usr/local/share/PCDM/. >+ >+ session.path=/usr/local/share/PCDM >+-session.extra=cc -o pcdm-session src/pcdm-session.c && strip pcdm-session && install -o root -g wheel -m 755 pcdm-session $(INSTALL_ROOT)/usr/local/share/PCDM/ >++session.extra=cc -o pcdm-session src/pcdm-session.c && strip pcdm-session && install -m 755 pcdm-session $(INSTALL_ROOT)/usr/local/share/PCDM/ >+ >+ conf=pcdm.conf >+ conf.path=/usr/local/etc > >Property changes on: files/patch-PCDM_PCDM.pro >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 203598
: 161780