aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/scintilla
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* x11-toolkits/scintilla: Add/delete files under files/Li-Wen Hsu2020-10-306-49/+115
| | | | | | | PR: 250663 Notes: svn path=/head/; revision=553664
* x11-toolkits/scintilla: Update to 4.4.5Li-Wen Hsu2020-10-294-27/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update Makefile (add PATCH_WRKSRC because I needed to patch some files outside of WRKSRC, add some GNOME Uses that poudriere complained about, remove the pseudo-versioning because it was never being done in the actual compilation anyways, add a way to get a debug build) * Update distinfo * Correct URL in pkg-descr * Remove patch-makefile (due to the PATCH_WRKSRC change) * Add patch-gtk_makefile (due to the PATCH_WRKSRC change) and patch-lexilla_src_makefile * Add patch-src_PositionCache.h, patch-src_Style.cxx and patch-src_Style.h, temporary patches for this version until 4.4.6 comes out to fix compilation with newer compilers * Update pkg-plist Use of ASAN is removed from the build as it was causing an ASAN error for me when trying to run SciTE within a VM due to libGL (which isn't compiled with ASAN, nor is the FreeBSD base system libraries), and the author of Scintilla and SciTE said that it was fine to remove (his thought being that normally Scintilla and SciTE aren't built with Clang, but since it is the default compiler for FreeBSD and I want the software to work, it is better to just not enable ASAN until it is enabled everywhere. The removal of the version number on the libraries was due to consensus on IRC in #bsdports that it wasn't necessary if the software was not originally doing so in the first place. Changelog: https://www.scintilla.org/ScintillaHistory.html PR: 250663 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) MFH: 2020Q4 Notes: svn path=/head/; revision=553638
* x11-toolkits/scintilla & editors/scite: Update to 4.3.2Tobias C. Berner2020-03-152-4/+4
| | | | | | | | | | | Changelog: https://www.scintilla.org/ScintillaHistory.html PR: 244825 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) Notes: svn path=/head/; revision=528487
* x11-toolkits/scintilla & editors/scite: Update to 4.3.0Tobias C. Berner2020-03-083-29/+32
| | | | | | | | PR: 243644 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) Notes: svn path=/head/; revision=528056
* Update to 4.2.3Jochen Neumeister2020-01-082-4/+4
| | | | | | | | | PR: 242975 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=522368
* - Update to 4.2.1Dmitry Marakasov2019-12-042-5/+4
| | | | | | | | PR: 242333 Submitted by: cyberbotx@cyberbotx.com (maintainer) Notes: svn path=/head/; revision=519015
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* x11-toolkits/scintilla: update 4.1.0 -> 4.2.0Kurt Jaeger2019-07-103-9/+9
| | | | | | | | | | | editors/scite: update 4.1.0 -> 4.2.0 PR: 238505 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) Relnotes: https://www.scintilla.org/ScintillaHistory.html Notes: svn path=/head/; revision=506375
* editors/scite, x11-toolkits/scintilla: Remove nop CXXSTDTobias Kortkamp2019-05-271-1/+0
| | | | | | | It is overwritten by USES=compiler later anyway. Notes: svn path=/head/; revision=502769
* x11-toolkits/scintilla: update to 4.1.0Steve Wills2019-01-273-26/+18
| | | | | | | | PR: 228909 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) Notes: svn path=/head/; revision=491444
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* x11-toolkits/scintilla editors/scite: Update to 4.0.2Yuri Victorovich2018-02-234-12/+15
| | | | | | | | | | | Also changed to DISTVERSION. PR: 225221 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=462677
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-0/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* - Update to 3.7.5Dmitry Marakasov2017-06-193-6/+6
| | | | | | | | | PR: 219711 Submitted by: lightside@gmx.com Approved by: cyberbotx@cyberbotx.com (maintainer) Notes: svn path=/head/; revision=443866
* - Update to 3.7.4Martin Wilke2017-05-062-5/+4
| | | | | | | | | PR: 218228 Submitted by: lightside@gmx.com Approved by: maintainer Notes: svn path=/head/; revision=440229
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-0/+1
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=437439
* - Update x11-toolkits/scintilla t o 3.7.3Guido Falsi2017-03-122-4/+4
| | | | | | | | | | | - Update editors/scite to 3.7.3 PR: 217693 Submitted by: lightside <lightside@gmx.com> Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) Notes: svn path=/head/; revision=436016
* x11-toolkits/scintilla, editors/scite: Update to 3.7.1Jason E. Hale2016-12-123-7/+7
| | | | | | | | | | Changes: http://www.scintilla.org/ScintillaHistory.html PR: 215234 Submitted by: lightside <lightside@gmx.com> Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) Notes: svn path=/head/; revision=428388
* x11-toolkits/scintilla, editors/scite: update to 3.7.0Jan Beich2016-11-062-4/+4
| | | | | | | | | Changes: http://www.scintilla.org/ScintillaHistory.html PR: 213556 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) Notes: svn path=/head/; revision=425459
* - Update to 3.6.7 (changes: http://www.scintilla.org/ScintillaHistory.html)Dmitry Marakasov2016-09-074-45/+43
| | | | | | | | | | | | - Silence mkdir - Add "-soname" linker option to create SONAME for scintilla libraries (fixes stage-qa) PR: 212404 Submitted by: lightside@gmx.com Approved by: cyberbotx@cyberbotx.com (maintainer) Notes: svn path=/head/; revision=421511
* - Update to 3.6.6Guido Falsi2016-07-113-14/+16
| | | | | | | | | | | - Add missing dependencies for editors/scite PR: 210940 Submitted by: lightside at gmx.com Approved by: Naram Qashat <cyberbotx at cyberbotx.com> (maintainer) Notes: svn path=/head/; revision=418359
* Update scite and scintilla to 3.6.5.Guido Falsi2016-05-142-3/+4
| | | | | | | | | PR: 209489 Submitted by: me Approved by: Naram Qashat <cyberbotx at cyberbotx.com> (maintainer) Notes: svn path=/head/; revision=415182
* - Update to 3.6.4Wen Heping2016-03-273-5/+5
| | | | | | | | | PR: 208300 Submitted by: sergey.v.brunov@gmail.com Approved by: maintainer Notes: svn path=/head/; revision=411976
* Update to 3.6.3Olivier Duchateau2016-02-072-3/+3
| | | | | | | | PR: 206751 Submitted by: Naram Qashat (maintainer) Notes: svn path=/head/; revision=408344
* - Update to 3.6.2Dmitry Marakasov2015-11-232-3/+3
| | | | | | | | PR: 204561 Submitted by: cyberbotx@cyberbotx.com (maintainer) Notes: svn path=/head/; revision=402317
* x11-toolkits/scintilla, editors/scite: update to 3.6.1Jan Beich2015-09-242-3/+3
| | | | | | | | | Changes: http://www.scintilla.org/ScintillaHistory.html PR: 203144 Submitted by: Naram Qashat cyberbotx@cyberbotx.com (maintainer) Notes: svn path=/head/; revision=397704
* Update to 3.6.0Guido Falsi2015-08-293-3/+4
| | | | | | | | PR: 202377 Submitted by: Naram Qashat <cyberbotx at cyberbotx.com> Notes: svn path=/head/; revision=395561
* - Update to 3.5.7Dmitry Marakasov2015-06-232-3/+3
| | | | | | | | PR: 201000 Submitted by: cyberbotx@cyberbotx.com (maintainer) Notes: svn path=/head/; revision=390419
* - Update to 3.5.6Dmitry Marakasov2015-06-022-3/+3
| | | | | | | | PR: 200531 Submitted by: cyberbotx@cyberbotx.com (maintainer) Notes: svn path=/head/; revision=388382
* x11-toolkits/scintilla, editors/scite: update to 3.5.5Jan Beich2015-05-043-5/+5
| | | | | | | | | | | | - Pet portlint since r383894 by formatting patches with makepatch target Changes: http://www.scintilla.org/ScintillaHistory.html PR: 199565 Submitted by: lightside <lightside@gmx.com> Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) Notes: svn path=/head/; revision=385395
* Upgrade to 3.5.4.Vanilla I. Shu2015-03-112-3/+3
| | | | | | | | PR: 198501 Submitted by: maintainer Notes: svn path=/head/; revision=380971
* - Update to 3.5.3Dmitry Marakasov2015-01-262-3/+3
| | | | | | | | PR: 196952 Submitted by: cyberbotx@cyberbotx.com (maintainer) Notes: svn path=/head/; revision=377945
* - Update to 3.5.2Dmitry Marakasov2014-12-053-10/+18
| | | | | | | | | | | - Add license information PR: 195675 Submitted by: lightside@gmx.com Approved by: cyberbotx@cyberbotx.com (maintainer) Notes: svn path=/head/; revision=374012
* - Update scintilla and scite to 3.5.1Guido Falsi2014-10-104-9/+8
| | | | | | | | | | - Remove dirrms PR: 193781 Submitted by: Naram Qashat <cyberbotx at cyberbotx.com> (maintainer) Notes: svn path=/head/; revision=370597
* scite and scintilla: Upgrade version 3.4.1 => 3.4.4John Marino2014-08-083-35/+27
| | | | | | | | PR: 190754 Submitted by: maintainer (Naram Qashat) Notes: svn path=/head/; revision=364377
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363374
* Rename x11-*/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-291-0/+0
| | | | | | | Finally, this is the last of it. Notes: svn path=/head/; revision=363358
* - Update to 3.4.1Guido Falsi2014-04-232-7/+5
| | | | | | | | | | | - in x11-toolkits/scintilla, leverage USES=compiler to check if we're on clang or gcc PR: ports/188782, ports/188783 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) Notes: svn path=/head/; revision=351916
* - Update to 3.3.9Guido Falsi2014-03-052-10/+9
| | | | | | | | | | | - Convert to staging PR: ports/186175 Submitted by: me Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) Notes: svn path=/head/; revision=347091
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | x11-toolkits) Notes: svn path=/head/; revision=327785
* - Update scintilla and scite to 3.3.5Guido Falsi2013-09-123-10/+19
| | | | | | | | | | | - The update fixes build on recent head PR: ports/182014 Submitted by: me Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) Notes: svn path=/head/; revision=327053
* - Add explicit dependency on pkgconfigGuido Falsi2013-09-051-2/+1
| | | | | | | | | - While here, convert to new LIB_DEPENDS format Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326375
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Update to 3.3.3.Raphael Kubo da Costa2013-06-222-3/+3
| | | | | | | | PR: ports/179850 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) Notes: svn path=/head/; revision=321587
* - Update to 3.3.1Guido Falsi2013-05-032-3/+3
| | | | | | | | PR: ports/178307, ports/178308 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) Notes: svn path=/head/; revision=317248
* Convert the last USE_ICONV to USES=iconvBaptiste Daroussin2013-04-271-1/+1
| | | | Notes: svn path=/head/; revision=316695
* Update to 3.2.5Max Brazhnikov2013-02-273-16/+16
| | | | | | | | PR: ports/176457 Submitted by: Naram Qashat (maintainer) Notes: svn path=/head/; revision=313046
* - Update x11-toolkits/scintilla and editors/scite to 3.2.4Guido Falsi2013-01-182-3/+3
| | | | | | | | PR: ports/175395, ports/175396 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) Notes: svn path=/head/; revision=310600
* - Update scintilla and scite to 3.2.3Guido Falsi2012-10-252-3/+3
| | | | | | | | | PR: ports/173082, ports/173083 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=306409