FreeBSD Bugzilla – Attachment 179535 Details for
Bug 216691
editors/codelite 10.0 depends on package: clang39>0 - not found
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Updated the patch based on latest changes of review (correct using of `BUILD_DEPENDS`)
patch-fixes-editors_codelite10.diff (text/plain), 580 bytes, created by
Mahdi Mokhtari
on 2017-02-02 16:42:33 UTC
(
hide
)
Description:
Updated the patch based on latest changes of review (correct using of `BUILD_DEPENDS`)
Filename:
MIME Type:
Creator:
Mahdi Mokhtari
Created:
2017-02-02 16:42:33 UTC
Size:
580 bytes
patch
obsolete
>Index: editors/codelite/Makefile >=================================================================== >--- editors/codelite/Makefile (revision 433005) >+++ editors/codelite/Makefile (working copy) >@@ -48,8 +48,13 @@ > .for v in 34 35 36 37 38 39 > OPTIONS_RADIO_CLANG+= CLANG$v > CLANG$v_DESC= Clang ${v:C/(.)(.)/\1.\2.x/} >+.if $v == 39 >+CLANG$v_BUILD_DEPENDS= llvm$v>0:devel/llvm$v >+CLANG$v_RUN_DEPENDS= llvm$v>0:devel/llvm$v >+.else > CLANG$v_BUILD_DEPENDS= clang$v>0:lang/clang$v > CLANG$v_RUN_DEPENDS= clang$v>0:lang/clang$v >+.endif > > post-patch-CLANG$v-on: > @${REINPLACE_CMD} -e \
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:
mmokhi
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 216691
:
179502
| 179535