Tobias C. Berner
5e373eaa92
Make ninja opt-out in cmake.mk
...
Using ninja instead of make (1) can lead to significant speed ups while building.
Therefore switch from having the ninja generator opt-in to having it opt-out.
Previously cmake-ports that wanted to use ninja could set
CMAKE_NINJA=yes
now, ports that do not work with ninja can set
cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.
The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary
PR: 219629
PR: 213331
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D10748
2017-06-25 21:07:58 +00:00
Mark Linimon
c095cd43d0
Mark some ports failing on armv6, for errors classified as "???".
...
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
2017-05-26 20:02:44 +00:00
Gerald Pfeifer
04d6f52202
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
...
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
2017-04-01 15:23:30 +00:00
Mahdi Mokhtari
a4dda6684a
Fix clang39 dependency on editors/codelite
...
PR: 216691
Submitted by: mmokhi (maintainer)
Reported by: rozhuk.im@gmail.com
Reviewed by: feld, mat
Approved by: feld, mat (mentors)
Differential Revision: https://reviews.freebsd.org/D9412
2017-02-11 07:26:52 +00:00
Mahdi Mokhtari
e87d9e532d
Updating the ports I maintain to my FreeBSD.org address.
...
Submitted by: mmokhi
Reviewed by: feld, mat
Approved by: feld, mat (mentors)
Differential Revision: https://reviews.freebsd.org/D9498
2017-02-11 04:44:43 +00:00
Nikolai Lifanov
00bc048859
update editors/codelite to 10.0
...
PR: 216529
Submitted by: Mahdi Mokhtari <mokhi64@gmail.com> (maintainer)
Reviewed by: feld, lifanov, matthew
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D9362
2017-01-31 16:02:07 +00:00
Jan Beich
24bce6e056
textproc/hunspell: update to 1.6.0
...
- Restore DIST_SUBDIR from r305651
- Adjust license for "or later" clause
- Restore GPLv2+/LGPL21+ license files removed upstream as
GPLv3+/LGPL3+ only affects Hunspell 2.0 (not currently built)
- Unbreak |make makepatch|
Changes: https://github.com/hunspell/hunspell/releases/tag/v1.6.0
PR: 215714
Submitted by: sunpoet (based on)
Exp-run by: antoine
MFH: 2017Q1
Differential Revision: https://reviews.freebsd.org/D8887
2017-01-07 14:43:11 +00:00
Jan Beich
70b03eae74
textproc/hunspell: update to 1.5.4
...
Changes: https://github.com/hunspell/hunspell/blob/v1.5.4/ChangeLog
PR: 214837
Exp-run by: antoine (for 1.5.3)
Approved by: office (bapt)
2016-12-03 22:24:36 +00:00
Jan Beich
9e5e83573b
editors/codelite: unbreak with hunspell 1.5
...
**
** NOTICE ** Could not locate libhunspell. SpellChecker plugin will not be build
** NOTICE ** Try installing libhunspell-dev package
**
[...]
===> Building package for codelite-9.2_2
pkg-static: Unable to access file ${STAGEDIR}${PREFIX}/lib/codelite/SpellCheck.so: No such file or directory
pkg-static: DEVELOPER_MODE: Plist error, missing file: lib/codelite/SpellCheck.so
pkg-static: Unable to access file ${STAGEDIR}${PREFIX}/share/codelite/dics/en_GB.aff: No such file or directory
pkg-static: DEVELOPER_MODE: Plist error, missing file: share/codelite/dics/en_GB.aff
pkg-static: Unable to access file ${STAGEDIR}${PREFIX}/share/codelite/dics/en_GB.dic: No such file or directory
pkg-static: DEVELOPER_MODE: Plist error, missing file: share/codelite/dics/en_GB.dic
pkg-static: Unable to access file ${STAGEDIR}${PREFIX}/share/codelite/dics/en_US.aff: No such file or directory
pkg-static: DEVELOPER_MODE: Plist error, missing file: share/codelite/dics/en_US.aff
pkg-static: Unable to access file ${STAGEDIR}${PREFIX}/share/codelite/dics/en_US.dic: No such file or directory
pkg-static: DEVELOPER_MODE: Plist error, missing file: share/codelite/dics/en_US.dic
*** Error code 1
PR: 214837
Approved by: portmgr blanket
2016-11-26 12:30:31 +00:00
Carlos J. Puga Medina
b2870ae5c7
- Fix codelite install for Clang 3.4, 3.5 and 3.6.
...
===> Registering installation for codelite-9.2_1
pkg-static: Unable to access file /tmp/ports/usr/ports/editors/codelite/work/stage/usr/local/bin/codelite-lldb: No such file or directory
pkg-static: Unable to access file /tmp/ports/usr/ports/editors/codelite/work/stage/usr/local/lib/codelite/LLDBDebugger.so: No such file or directory
*** Error code 74
PR: 211851
Submitted by: Mahdi Mokhtari (maintainer)
Reported by: rozhuk.im@gmail.com
Reviewed by: amdmi3 (mentor)
Approved by: amdmi3 (mentor)
MFH: 2016Q3
2016-08-23 15:28:53 +00:00
Thomas Zander
6a416adf42
Fix plist, fix missing dependency
...
Details:
- Add missing LIB_DEPENDS to hunspell, add USE_GNOME
- Fix plist: Add missing entries for clang plugins (non-default OPTIONs)
- Bump PORTREVISION
PR: 211587
Submitted by: matthias@petermann-it.de
Reviewed by: w.schwarzenfeld@utanet.at , mokhi64@gmail.com (maintainer)
Approved by: mokhi64@gmail.com (maintainer)
2016-08-14 07:39:36 +00:00
Jason Unovitch
b220800a96
editors/codelite: update 9.1 -> 9.2
...
PR: 211122
Submitted by: Mahdi Mokhtari <mokhi64@gmail.com> (maintainer)
2016-07-17 00:16:57 +00:00
Mathieu Arnold
f4bcae52dc
fix clang 3.7, add clang 3.8, fix brief comment support [1]
...
While there, refactor the CLANGXX options.
PR: 208302 [1]
Submitted by: maintainer, rozhuk im gmail com
Sponsored by: Absolight
2016-06-21 15:43:00 +00:00
Jason Unovitch
4cae60ca87
Assign submitter as maintainer by request
...
PR: 209794
Submitted by: Mahdi Mokhtari <mokhi64@gmail.com>
Differential Revision: D6606
2016-05-28 02:02:54 +00:00
Mathieu Arnold
4e1b79a0a6
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
...
With hat: portmgr
Sponsored by: Absolight
2016-04-01 14:00:51 +00:00
Mathieu Arnold
858e838d08
Update to 9.1
...
PR: 206892
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
2016-03-07 17:48:20 +00:00
Dmitry Marakasov
b9398223bd
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
...
Approved by: portmgr blanket
2016-01-12 16:20:31 +00:00
Martin Wilke
60751abe79
- Update to 9.0
...
PR: 205203
Submitted by: ports fury
2016-01-10 12:07:01 +00:00
Boris Samorodov
76fcda0b56
editors/codelite: Fix clang code completion.
...
Let the port detect clang versions 3.3-3.6.
Remove duplicate pkg-plist locales.
2015-08-16 18:25:55 +00:00
Boris Samorodov
e3b18e5fec
editors/codelite: Up to version 8.1.
2015-08-15 14:53:55 +00:00
Dmitry Marakasov
6313b742d8
- Mark BROKEN on < 10.x:
...
/usr/local/include/wx-3.0/wx/strvararg.h:25:27: error: type_traits: No such file or directory
2015-06-16 22:59:00 +00:00
Mathieu Arnold
62d98f2dd1
Update ports in the [ef]* categories to not use GH_COMMIT.
...
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
2015-05-06 15:27:43 +00:00
Pietro Cerutti
c020107379
- Reset maintainership of my ports
2014-12-10 22:29:14 +00:00
Baptiste Daroussin
1733805e72
Cleanup plist
2014-10-27 12:19:12 +00:00
Gerald Pfeifer
15945f8122
Update the default version of GCC in the Ports Collection from GCC 4.7.4
...
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
2014-09-10 20:50:31 +00:00
Pietro Cerutti
074aab31fa
- Update to 6.1.1
...
Release notes:
* http://codelite.org/LiteEditor/ReleaseNotesCodeLite60
* http://codelite.org/LiteEditor/ReleaseNotesCodeLite61
2014-09-02 11:57:55 +00:00
Tijl Coosemans
216b5a285f
- Fix missing library problems when the linker enforces explicit linking
...
PR: 192062
Exp-run by: antoine
Approved by: portmgr (antoine)
2014-08-26 14:06:08 +00:00
Jimmy Olgeni
76c7f8fbe6
Remove indefinite articles and trailing periods from COMMENT, plus
...
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt)
2014-06-10 07:39:01 +00:00
Pietro Cerutti
886792db25
- Udpate to 6.0.1
...
Release notes: http://codelite.org/LiteEditor/ReleaseNotesCodeLite60
2014-06-05 15:21:07 +00:00
Pietro Cerutti
4b323e8aff
- Fix distinfo and WRKSRC, now that the distfile is fetched from github
...
Reported by: John J. Rushford <jjr@alisa.org>
2014-01-24 12:50:53 +00:00
Pietro Cerutti
da9077f2d2
- Update to 5.4
...
Release notes: http://codelite.org/LiteEditor/ReleaseNotesCodeLite54
2014-01-23 08:59:45 +00:00
Pietro Cerutti
17d64225a4
- Fix llvm-devel include paths (broken after r332935 [1] [MFH]
...
- Fix build on modern compilers [MFH]
- STAGE-clean
- Convert to new LIB_DEPENDS format
- Convert to USES=dos2unix
Reported by: John J. Rushford <jjr@alisa.org>
2014-01-21 16:18:52 +00:00
Dmitry Marakasov
a2105d9f79
- Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [bce])
...
Approved by: portmgr (bdrewery)
2013-10-22 13:57:35 +00:00
Baptiste Daroussin
68ede13b49
Add NO_STAGE all over the place in preparation for the staging support (cat: editors)
2013-09-20 16:36:23 +00:00
Pietro Cerutti
5b2a6ec426
- Update to 5.2
...
Release notes:
https://sourceforge.net/projects/codelite/files/Releases/codelite-5.2/
2013-07-17 14:21:05 +00:00
Sunpoet Po-Chuan Hsieh
c2d1a14c7c
- Update to 7.31.0
...
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
- Add COOKIES
- Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
- Add GSSAPI and SPNEGO [2]
- Remove KERBEROS4
- Rename LIBIDN to IDN
- Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile
Changes: http://curl.haxx.se/changes.html
PR: ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by: miwi
2013-07-11 16:26:26 +00:00
Baptiste Daroussin
32adaf6f08
Convert the 2 last USE_CMAKE to USES= cmake
2013-04-25 06:46:22 +00:00
Alex Kozlov
e159824929
- Convert USE_GETTEXT to USES (part 3)
...
Approved by: portmgr (bapt)
2013-04-24 18:10:30 +00:00
Pietro Cerutti
a6bbbd1624
- Update to 5.1
...
Release notes: http://sf.net/projects/codelite/files/Releases/codelite-5.1/
- Remove a few FreeBSD-specific patches which were applied upstream
Feature safe: yes
2013-04-17 08:16:10 +00:00
Pietro Cerutti
0483521bd4
- Update to 5.0.6213
...
See README at
https://sourceforge.net/projects/codelite/files/Releases/codelite-5.0/
2013-02-13 11:22:24 +00:00
Pietro Cerutti
f93134666f
- Update to 4.1.5770
...
ChangeLog: http://sf.net/projects/codelite/files/Releases/codelite-4.1/
2012-08-30 13:26:10 +00:00
Pietro Cerutti
da7e82640f
- Update to 4.0.5589
...
Changes:
see README at http://sf.net/projects/codelite/files/Releases/codelite-4.0
2012-06-19 08:35:21 +00:00
Dirk Meyer
2b74a89bc8
- update png to 1.5.10
2012-06-01 05:26:28 +00:00
Pietro Cerutti
7e81b3cf72
- Update to 3.5.5375
...
Release notes: http://sf.net/projects/codelite/files/Releases/codelite-3.5/README
- Add options to enable MySQL and/or PostgreSQL in DB Explorer plugin
- Add option to enable clang-based code completion (needs clang from ports)
- Add devel to CATEGORIES
2012-03-01 08:46:32 +00:00
Pietro Cerutti
c0e99c7350
- Update to 3.0.0.5041
...
Release notes: http://sf.net/projects/codelite/files/Releases/codelite-3.0/README
2011-08-30 08:34:19 +00:00
Pietro Cerutti
80da919730
- Update to 2.10.0.4778
...
Release notes:
http://sf.net/projects/codelite/files/Releases/codelite-2.10/README
2011-04-18 14:35:30 +00:00
Pietro Cerutti
a049198b40
- Update to 2.9.0.4684
...
Release notes:
https://sourceforge.net/projects/codelite/files/Releases/codelite-2.9/README/view
2011-01-04 09:21:54 +00:00
Pietro Cerutti
b0d9fa717d
- Update to 2.8.0.4537
...
Release notes: http://codelite.org/forum/viewtopic.php?f=9&t=1169
2010-11-11 18:53:13 +00:00
Pietro Cerutti
65dd544030
- Update to 2.7.0.4375
...
Announcement and changelog available here:
http://www.codelite.org/forum/viewtopic.php?f=9&t=1075
2010-09-16 10:18:41 +00:00
Pietro Cerutti
1f9d6c63bc
- Update to 2.6.0.4189
2010-07-21 21:42:23 +00:00