FreeBSD Bugzilla – Attachment 154809 Details for
Bug 196414
x11-toolkits/linux-c6-tk85 doesn't build as unprivileged user.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed workaround to enable build as unprivileged user, tested w/ poudriere for 9.3/10.1 amd64
x11-toolkits__linux-c6-tk85__workaround.patch (text/plain), 1.47 KB, created by
Matthias Andree
on 2015-03-25 23:46:28 UTC
(
hide
)
Description:
proposed workaround to enable build as unprivileged user, tested w/ poudriere for 9.3/10.1 amd64
Filename:
MIME Type:
Creator:
Matthias Andree
Created:
2015-03-25 23:46:28 UTC
Size:
1.47 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (Revision 382272) >+++ Makefile (Arbeitskopie) >@@ -10,6 +10,8 @@ > MAINTAINER= emulation@FreeBSD.org > COMMENT= Graphical toolkit for TCL (Linux CentOS ${LINUX_DIST_VER}) > >+EXTRACT_DEPENDS=rpm2archive:${PORTSDIR}/archivers/rpm4 >+ > CONFLICTS= linux-f10-tk85-[0-9]* > > USE_LINUX= c6 >@@ -17,10 +19,13 @@ > USE_LINUX_APPS= xorglibs > > RPMVERSION= 5.el6 >-BRANELF_FILES= #usr/bin/wish8.5 >+BRANDELF_FILES= #usr/bin/wish8.5 > USE_LDCONFIG= yes > >+EXTRACT_CMD= ${LOCALBASE}/bin/rpm2archive >+EXTRACT_BEFORE_ARGS= < >+EXTRACT_AFTER_ARGS= | ${GZIP_CMD} -cd | ${TAR} xf - --no-same-owner --no-same-permissions >+ > DESCR= ${.CURDIR}/../${PORTNAME}${PKGNAMESUFFIX}/pkg-descr > >- > .include <bsd.port.mk> >Index: pkg-plist >=================================================================== >--- pkg-plist (Revision 382272) >+++ pkg-plist (Arbeitskopie) >@@ -258,19 +258,3 @@ > usr/%%DATADIR%%8.5/ttk/xpTheme.tcl > usr/%%DATADIR%%8.5/unsupported.tcl > usr/%%DATADIR%%8.5/xmfbox.tcl >-@dirrmtry usr/%%DATADIR%%8.5/ttk >-@dirrmtry usr/%%DATADIR%%8.5/msgs >-@dirrmtry usr/%%DATADIR%%8.5/images >-@dirrmtry usr/%%DATADIR%%8.5/demos/images >-@dirrmtry usr/%%DATADIR%%8.5/demos >-@dirrmtry usr/%%DATADIR%%8.5 >-@dirrmtry usr/share/man/mann >-@dirrmtry usr/share/man/man1 >-@dirrmtry usr/share/man >-@dirrmtry usr/share/doc/tk-8.5.7 >-@dirrmtry usr/share/doc >-@dirrmtry usr/share >-@dirrmtry usr/lib/tk8.5 >-@dirrmtry usr/lib >-@dirrmtry usr/bin >-@dirrmtry usr
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 196414
: 154809