FreeBSD Bugzilla – Attachment 216865 Details for
Bug 244976
java/icedtea-web: Update to 1.8.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to solve completion-dir problem
java_icedtea-web.diff (text/plain), 1.22 KB, created by
Lars Herschke
on 2020-07-29 18:52:05 UTC
(
hide
)
Description:
patch to solve completion-dir problem
Filename:
MIME Type:
Creator:
Lars Herschke
Created:
2020-07-29 18:52:05 UTC
Size:
1.22 KB
patch
obsolete
>Index: java/icedtea-web/Makefile >=================================================================== >--- java/icedtea-web/Makefile (Revision 543669) >+++ java/icedtea-web/Makefile (Arbeitskopie) >@@ -46,6 +46,12 @@ > CONFIGURE_ENV= BIN_BASH=${bash_CMD} > CONFIGURE_SHELL= ${bash_CMD} > >+BASHCOMPDIR!= echo $$(pkg-config --variable=completionsdir bash-completion) >+.if empty(BASHCOMPDIR) >+BASHCOMPDIR= ${PREFIX}/etc/bash_completion.d >+.endif >+PLIST_SUB:= BASHCOMPDIR=${BASHCOMPDIR} >+ > TEST_TARGET= check > > OPTIONS_DEFINE= DOCS PLUGIN RHINO TAGSOUP >Index: java/icedtea-web/pkg-plist >=================================================================== >--- java/icedtea-web/pkg-plist (Revision 543669) >+++ java/icedtea-web/pkg-plist (Arbeitskopie) >@@ -29,9 +29,9 @@ > share/applications/itweb-javaws.desktop > share/applications/itweb-policyeditor.desktop > share/applications/itweb-settings.desktop >-share/bash-completion/completions/itweb-settings.bash >-share/bash-completion/completions/javaws.bash >-share/bash-completion/completions/policyeditor.bash >+%%BASHCOMPDIR%%/itweb-settings.bash >+%%BASHCOMPDIR%%/javaws.bash >+%%BASHCOMPDIR%%/policyeditor.bash > %%DATADIR%%/javaws.jar > %%DATADIR%%/javaws_splash.png > %%PLUGIN%%%%DATADIR%%/jsobject.jar
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 244976
:
212611
|
215350
|
215574
|
216383
|
216446
|
216744
|
216757
| 216865 |
216912