FreeBSD Bugzilla – Attachment 166512 Details for
Bug 206892
[PATCH] editors/codelite: Update to version 9.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
editors_codelite.diff
editors_codelite.diff (text/plain), 4.48 KB, created by
tkato432
on 2016-02-03 18:31:43 UTC
(
hide
)
Description:
editors_codelite.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2016-02-03 18:31:43 UTC
Size:
4.48 KB
patch
obsolete
>diff -urN /usr/ports/editors/codelite/Makefile editors/codelite/Makefile >--- /usr/ports/editors/codelite/Makefile 2016-01-13 07:48:43.600256000 +0900 >+++ editors/codelite/Makefile 2016-02-04 00:00:00.000000000 +0900 >@@ -2,9 +2,8 @@ > # $FreeBSD: head/editors/codelite/Makefile 405891 2016-01-12 16:20:31Z amdmi3 $ > > PORTNAME= codelite >-PORTVERSION= 9.0 >+PORTVERSION= 9.1 > CATEGORIES= editors devel >-MASTER_SITES= GH > > MAINTAINER= ports@FreeBSD.org > COMMENT= Open Source IDE for C/C++ >@@ -17,14 +16,15 @@ > GH_ACCOUNT= eranif > > USES= cmake:outsource compiler:c++11-lib dos2unix execinfo gettext \ >- shebangfix >+ shebangfix sqlite > DOS2UNIX_GLOB= *.cpp *.txt > SHEBANG_FILES= Runtime/codelite_xterm > bash_CMD= /bin/sh >-USE_SQLITE= 3 > USE_WX= 3.0 >-CMAKE_ARGS= -DENABLE_LLDB:STRING=0 \ >- -DPREFIX:STRING="${PREFIX}" >+CMAKE_ARGS= -DIS_FREEBSD:STRING=1 \ >+ -DENABLE_LLDB:STRING=0 \ >+ -DPREFIX:STRING="${PREFIX}" \ >+ -DCL_WX_CONFIG:STRING="${WX_CONFIG:T}" > USE_LDCONFIG= ${PREFIX}/lib/codelite > INSTALLS_ICONS= yes > >@@ -33,7 +33,7 @@ > > OPTIONS_DEFINE= CSCOPE SFTP > OPTIONS_RADIO= CLANG >-OPTIONS_RADIO_CLANG= CLANG34 CLANG35 CLANG36 >+OPTIONS_RADIO_CLANG= CLANG34 CLANG35 CLANG36 CLANG37 > OPTIONS_SUB= yes > > CLANG_DESC= Clang code-completion >@@ -46,11 +46,15 @@ > CLANG36_DESC= Clang 3.6.x > CLANG36_BUILD_DEPENDS= clang36>0:${PORTSDIR}/lang/clang36 > CLANG36_RUN_DEPENDS= clang36>0:${PORTSDIR}/lang/clang36 >+CLANG37_DESC= Clang 3.7.x >+CLANG37_BUILD_DEPENDS= clang37>0:${PORTSDIR}/lang/clang37 >+CLANG37_RUN_DEPENDS= clang37>0:${PORTSDIR}/lang/clang37 > CSCOPE_DESC= CScope integration > CSCOPE_RUN_DEPENDS= cscope:${PORTSDIR}/devel/cscope > SFTP_DESC= Secure FTP support via libssh > SFTP_LIB_DEPENDS= libssh.so:${PORTSDIR}/security/libssh > SFTP_CMAKE_OFF= -DENABLE_SFTP:STRING=0 >+SFTP_CFLAGS= -idirafter ${LOCALBASE}/include > > .include <bsd.port.options.mk> > >@@ -63,9 +67,10 @@ > post-patch: > # Use the correct wx-config > @${REINPLACE_CMD} -e \ >- '/IS_FREEBSD/s|0|1| ; \ >- /CL_WX_CONFIG/s|wx-config|${WX_CONFIG:T}| ; \ >- /-O2/s|^|#| ; \ >+ '/ IS_FREEBSD/s|^|#| ; \ >+ / CL_WX_CONFIG/s|^|#| ; \ >+ / -Wno-/s|^|#| ; \ >+ / -O2/s|^|#| ; \ > s|"-s"|""|' \ > ${WRKSRC}/CMakeLists.txt > @${REINPLACE_CMD} -e \ >diff -urN /usr/ports/editors/codelite/distinfo editors/codelite/distinfo >--- /usr/ports/editors/codelite/distinfo 2016-01-10 23:35:50.387861000 +0900 >+++ editors/codelite/distinfo 2016-02-04 00:00:00.000000000 +0900 >@@ -1,2 +1,2 @@ >-SHA256 (eranif-codelite-9.0_GH0.tar.gz) = 401ce3c8394aaee661fcae01330e5934ddeb10f5e4abc671d77f06602db05398 >-SIZE (eranif-codelite-9.0_GH0.tar.gz) = 72878710 >+SHA256 (eranif-codelite-9.1_GH0.tar.gz) = 90ee7668b8be985cef9d4e19a0df49f6160dcb235a47a41620937ef431a9da6e >+SIZE (eranif-codelite-9.1_GH0.tar.gz) = 90366396 >diff -urN /usr/ports/editors/codelite/pkg-descr editors/codelite/pkg-descr >--- /usr/ports/editors/codelite/pkg-descr 2015-08-24 03:50:06.147945000 +0900 >+++ editors/codelite/pkg-descr 2016-02-04 00:00:00.000000000 +0900 >@@ -1,5 +1,6 @@ > CodeLite is a powerful open-source, cross platform code editor for the > C/C++ programming languages. >+ > CodeLite uses a sophisticated, yet intuitive interface which allows > user to easy create and build complex projects. > >diff -urN /usr/ports/editors/codelite/pkg-plist editors/codelite/pkg-plist >--- /usr/ports/editors/codelite/pkg-plist 2016-01-10 23:35:50.388160000 +0900 >+++ editors/codelite/pkg-plist 2016-02-04 00:00:00.000000000 +0900 >@@ -50,6 +50,7 @@ > %%DATADIR%%/LICENSE > %%DATADIR%%/PHP.zip > %%DATADIR%%/astyle.sample >+%%DATADIR%%/codelite-bitmaps.zip > %%DATADIR%%/codelite-icons-dark.zip > %%DATADIR%%/codelite-icons-fresh-farm.zip > %%DATADIR%%/codelite-icons.zip >@@ -84,6 +85,7 @@ > %%DATADIR%%/images/recent_files.png > %%DATADIR%%/images/recent_workspaces.png > %%DATADIR%%/images/splashscreen.png >+%%DATADIR%%/images/splashscreen@2x.png > %%DATADIR%%/javascript.zip > %%DATADIR%%/lexers/lexers.json > %%DATADIR%%/rc/menu.xrc >@@ -272,6 +274,13 @@ > %%DATADIR%%/templates/projects/wxWidgets_ConsoleApp/wxWidgets_ConsoleApp.project > %%DATADIR%%/templates/qmake/qmake.project > %%DATADIR%%/unittest++1.3.tar.gz >+share/icons/hicolor/128x128/apps/codelite.png >+share/icons/hicolor/128x128@2x/apps/codelite.png >+share/icons/hicolor/256x256/apps/codelite.png >+share/icons/hicolor/256x256@2x/apps/codelite.png > share/icons/hicolor/32x32/apps/codelite.png >+share/icons/hicolor/32x32@2x/apps/codelite.png >+share/icons/hicolor/64x64/apps/codelite.png >+share/icons/hicolor/64x64@2x/apps/codelite.png > share/locale/cs/LC_MESSAGES/codelite.mo > share/locale/zh_CN/LC_MESSAGES/codelite.mo
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 206892
: 166512 |
167593