Created attachment 220867 [details] patch 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. WWW: https://codelite.org/
Hi, Given the discussion in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252738 can you perhaps adapt this patch to the main port instead of creating -devel? Best regards, Daniel
(In reply to daniel.engberg.lists from comment #1) Hi Ivan, Is it also possible to you to update your patch to v15.0.0 [1] (release version)? That would be really great :) [1] https://github.com/eranif/codelite/commit/53713d80b98cca07fef5e0f697497613f18adcff
Created attachment 222464 [details] patch
Hi Ivan, Can we transfer this to the main port instead? It's soon going to be broken due to bumping pango. A few things that can be improved by looking at your Makefile L4 and L26: Please follow Porter's Handbook https://docs.freebsd.org/en_US.ISO8859-1/books/porters-handbook/book.html#makefile-master_sites-github-ex5 L12 Seems to be GPLv2 ? Define LICENSE_FILE https://docs.freebsd.org/en_US.ISO8859-1/books/porters-handbook/book.html#licenses-license_file-ex1 L17 Remove? L27 is already defined by the framework https://svnweb.freebsd.org/ports/head/Mk/Uses/cmake.mk?revision=488341&view=markup#l68 L34 is this really needed and if it is, please use a proper DEBUG menu option https://github.com/eranif/codelite/blob/master/CMakeLists.txt#L429 L105, are you really sure about that? There is quite a bit of REINPLACE_CMD going on, this is in general discouraged perhaps usage can be reduced and replaced with patches? Some things are out of order, have a look at portlint and/or portclippy Does it pass poudriere? Great work! Daniel
Good work getting v15 to FreeBSD ports. I look forward to this p
Sorry for that incomplete message. I just wanted to say good work! Now that v15 is released the main port should probably be updated.