aboutsummaryrefslogtreecommitdiff
path: root/math/speedcrunch
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* math/speedcrunch: fix build with qt5.14Mikael Urankar2020-05-022-2/+11
| | | | | | | | PR: 246033 Approved by: danfe (maintainer) Notes: svn path=/head/; revision=533686
* Update Qt5 to 5.14.2Tobias C. Berner2020-04-131-0/+2
| | | | | | | | | | | | | | Very big thanks go again to kai@ who provided the www/qt5-webengine upgrade (to 5.14.0). Notably, video capture support was re-enabled. Announcement: https://www.qt.io/blog/qt-5.14-has-released PR: 244964 Exp-run by: antoine Notes: svn path=/head/; revision=531601
* Add USES=xorg USES=gl, ports categories mNiclas Zeising2019-11-061-1/+1
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'm' While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=516916
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+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
* - Reorder Makefile knobs to what is normally expected in our ports, andAlexey Dokuchaev2019-03-161-7/+7
| | | | | | | | | | | switch from setting more low-level CMAKE_SOURCE_PATH to WRKSRC_SUBDIR - Current port version is 0.12.0 while upstream lists it as 0.12; while they're equal per `pkg version -t', leave an XXX note to make both of them consistent and report correct version in the About dialog window - Take the port under my wing for the time being Notes: svn path=/head/; revision=495901
* Fix build on gcc-based architectures:Mark Linimon2019-03-121-1/+1
| | | | | | | | | The compiler feature "cxx_decltype" is not known to CXX compiler Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=495412
* - Update to the latest Bitbucket commitAlexey Dokuchaev2019-03-103-16/+16
| | | | | | | | | | - Rephrase port description to follow README file more closely and for general neatness - Report correct version in the "About" dialog - Add missing `sql' Qt5 component to USE_QT Notes: svn path=/head/; revision=495288
* Fix various misspellings of PORTREVISION.Alexey Dokuchaev2019-03-101-1/+0
| | | | Notes: svn path=/head/; revision=495247
* Reset MAINTAINER of some portsTobias Kortkamp2019-02-021-1/+1
| | | | | | | | PR: 235429 Submitted by: mikael.urankar@gmail.com (maintainer) Notes: svn path=/head/; revision=491963
* Fix Qt5 symbol version scripts to put the catch-all clause first. WhenTijl Coosemans2019-01-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a symbol matches multiple clauses the last one takes precedence. If the catch-all is last it captures everything. In the case of Qt5 libraries this caused all symbols to have a Qt_5 label while some should have Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the catch-all lowest priority. Older versions of Qt5Webengine exported some memory allocation symbols from the bundled Chromium. Version 5.9 stopped exporting these [1] but the symbols were kept as weak wrappers for the standard allocation functions to maintain binary compatibility. [2][3] The problem is that the call to the standard function in these weak wrappers is only resolved to the standard function if there's a call to this standard function in other parts of Qt5Webengine, because only then is there a non-weak symbol that takes precedence over the weak one. If there's no such non-weak symbol the call in the weak wrapper resolves to the weak wrapper itself creating an infinite call loop that overflows the stack and causes a crash. Some of the allocation functions are variants of C++ new and delete and it probably depends on the compiler whether these variants are used in other parts of Qt5Webengine. Remove the weak wrappers (make them Linux specific). This isn't binary compatible but we are already breaking that with the changes to the symbol versions. [1] https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4 [2] https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5 [3] https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5 Bump all ports that depend on Qt5. PR: 234070 Exp-run by: antoine Approved by: kde (adridg) Notes: svn path=/head/; revision=490472
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341
* math/speedcrunch: remove uneeded dependsSteve Wills2018-08-191-1/+2
| | | | | | | | | PR: 230441 Submitted by: Andrew Romanenko <melanhit@gmail.com> Approved by: mikael.urankar@gmail.com (maintainer) Notes: svn path=/head/; revision=477580
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-281-2/+2
| | | | | | | | | | | | | | | | | | From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540 Notes: svn path=/head/; revision=473503
* - Update to 0.12.0Dmitry Marakasov2017-10-095-57/+21
| | | | | | | | | | | | - Chase move to bitbucket - Pass maintainership to submitter PR: 217460 Submitted by: mikael.urankar@gmail.com, lightside@gmx.com Reported by: godevilove@ya.ru Notes: svn path=/head/; revision=451619
* - Add LICENSEDmitry Marakasov2016-11-074-21/+28
| | | | | | | | | - Simplify patching - Regenerate patches - Add missing depends Notes: svn path=/head/; revision=425617
* Reassign makc's ports back to the pool.Raphael Kubo da Costa2016-10-201-1/+1
| | | | | | | | | | | | See "Maintainer Reset" in https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit was in March 31st (r412218), and his ports have been timing out since at least July (r418155). I also emailed him 2 weeks ago and have received no response so far. Notes: svn path=/head/; revision=424339
* math/speedcrunch: Update WWWMax Brazhnikov2015-05-181-1/+1
| | | | Notes: svn path=/head/; revision=386721
* Update ports in the [i-m]* category to not use GH_COMMIT.Mathieu Arnold2015-05-072-5/+2
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385637
* Update USE_GITHUB so it does not require GH_COMMIT.Bryan Drewery2015-03-191-1/+1
| | | | | | | | | | | | | | | | | | | | Using this new scheme allows only setting the _tag_ or _commit hash_ in GH_TAGNAME and not having to know the hash for a tag. This scheme will download a tarball that has a different checksum than before due to a changed directory name for extraction. The following MASTER_SITES are provided to retain the old checksum and directory structure (that require GH_COMMIT): GH -> GHL GITHUB -> GITHUB_LEGACY Differential Revision: https://reviews.freebsd.org/D748 Submitted by: amdmi3 Reviewed by: mat, swills, antoine, bdrewery With hat: portmgr Notes: svn path=/head/; revision=381618
* math/speedcrunch:Max Brazhnikov2014-03-316-365/+52
| | | | | | | | - update to 0.11 - remove NLS option (l10ns are incorporated into binary now) Notes: svn path=/head/; revision=349725
* - Support stagingMax Brazhnikov2013-10-231-3/+1
| | | | | | | | | | - Use new LIB_DEPENDS syntax - Use options helpers - Convert to USES - Minor changes/fixes Notes: svn path=/head/; revision=331383
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with m) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331270
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | math) Notes: svn path=/head/; revision=327746
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Add global options (DOCS, NLS, etc) to the OPTIONS_DEFINE and partly ↵Max Brazhnikov2013-05-121-5/+3
| | | | | | | | | | | | | | revert r315222 [1] - Convert WITH_DEBUG to new options framework - Trim Makefile header - Adjust COMMENTs - Reformat/update description [1] See follow-up discussion: http://lists.freebsd.org/pipermail/svn-ports-head/2013-March/016094.html Notes: svn path=/head/; revision=317947
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* - Convert my ports to new options frameworkMax Brazhnikov2012-07-271-2/+4
| | | | | | | | - use CONFLICTS_INSTALL - other minor changes Notes: svn path=/head/; revision=301600
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-061-3/+2
| | | | | | | Review by: bapt, David Naylor (kde team) Notes: svn path=/head/; revision=298557
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* Remove CMAKE_USE_PTHREAD from the ports using it.Raphael Kubo da Costa2011-11-141-1/+0
| | | | | | | | | | | This setting has not had any effect since r1.13 to bsd.cmake.mk, as it was only useful when we supported FreeBSD < 7. Approved by: avilla (mentor), portmgr (miwi) Feature safe: yes Notes: svn path=/head/; revision=285744
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - update to 1.4.1Dirk Meyer2010-03-281-0/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* Fix build after Qt4 update.Max Brazhnikov2009-08-061-1/+1
| | | | | | | | PR: ports/137382 Submitted by: Dima Panov <fluffy at fluffy.khv.ru> Notes: svn path=/head/; revision=239019
* Update to 0.10.1Max Brazhnikov2009-07-065-69/+358
| | | | | | | Take maintainership Notes: svn path=/head/; revision=237279
* bump PORTREVISION after cmake updateMax Brazhnikov2009-03-241-1/+1
| | | | Notes: svn path=/head/; revision=230897
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Add common code to support for cmake based ports.Martin Wilke2008-05-271-11/+3
| | | | | | | | | | - Update devel/cmake to 2.6.0 (also fix ports/123092) - Use the new CMAKE build framework in all ports using cmake Approved by: portmgr (pav) Notes: svn path=/head/; revision=213789
* Use ${MASTER_SITE_GOOGLE_CODE} instead ofEdwin Groothuis2008-03-061-1/+1
| | | | | | | | | http://something.googlecode.com/files PR: ports/121435 (related) Notes: svn path=/head/; revision=208538
* Reset relaxbsd@gmail.com due to maintainer-timeouts.Mark Linimon2008-03-021-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=208315
* Bump PORTREVISION for previos commit (QT_COMPONENTS thus DEPENDS change).Ion-Mihai Tetcu2007-08-151-0/+1
| | | | Notes: svn path=/head/; revision=197723
* - Update QT_COMPONENTS in Makefile since bsd.qt.mk has been change [1]Ion-Mihai Tetcu2007-08-151-2/+2
| | | | | | | | | | | - Remove corelib in QT_COMPONENTS because it depends by gui [1] - use PTHREAD_LIBS [2] PR: ports/115519 [1] Submitted by: Yinghong.Liu (maintainer) [1], sat@ [2] Notes: svn path=/head/; revision=197722
* SpeedCrunch is a multiplatform desktop calculator for power users.Ion-Mihai Tetcu2007-08-144-0/+117
It is designed to be enjoyed using keyboard. Result is shown in scrollable display, history of expressions is available with up and down arrow. Some other features: optional keypad, syntax highlight, matched parenthesis indicator, just-in-time calculation (show result even before you finish typing) and autocomplete for variables. WWW: http://speedcrunch.digitalfanatics.org/ Note: Moved from science to math at danfe@'s request (no repocopy since there is no history to preserve). PR: ports/114969 Submitted by: Yinghong.Liu <relaxbsd at gmail.com> Notes: svn path=/head/; revision=197663