aboutsummaryrefslogtreecommitdiff
path: root/graphics/fraqtive
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* graphics/fraqtive: prepare for Qt5-5.15Tobias C. Berner2020-05-213-1/+24
| | | | Notes: svn path=/head/; revision=536076
* Add USES=xorg USES=gl, ports categories gNiclas Zeising2019-11-051-1/+1
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'g'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=516845
* Use USE_GITHUB properly.Mathieu Arnold2019-08-192-4/+4
| | | | | | | Pointy hat: adridg arved Notes: svn path=/head/; revision=509278
* Remove BROKEN from graphics/fraqtive.Adriaan de Groot2019-08-192-7/+10
| | | | | | | | | The sources have moved to github. Not taking maintainership, though. Builds fine against current Qt 5.12, with SSE also fills a WQHD screen almost instantly, so it's fine. Notes: svn path=/head/; revision=509266
* Mark BROKEN: unfetchableAntoine Brodin2019-08-041-0/+2
| | | | Notes: svn path=/head/; revision=508091
* 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
* Fix build on gcc-based architectures:Mark Linimon2019-03-161-1/+1
| | | | | | | cc1plus: error: unrecognized command line option "-std=gnu++11" Notes: svn path=/head/; revision=495850
* Fix Qt5 symbol version scripts to put the catch-all clause first. WhenTijl Coosemans2019-01-161-1/+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
* graphics/fraqtive:Max Brazhnikov2018-10-272-3/+23
| | | | | | | | - Switch to Qt 5 - Add patch to fix build with Qt 5 Notes: svn path=/head/; revision=483153
* 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 WWWDmitry Marakasov2018-03-051-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=463635
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-0/+1
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845 Notes: svn path=/head/; revision=441503
* - Add LICENSEDmitry Marakasov2016-11-071-2/+5
| | | | | | | - Add missing depends Notes: svn path=/head/; revision=425621
* 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
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* graphics/fraqtive:Max Brazhnikov2015-04-012-18/+7
| | | | | | | | - Update to 0.4.8 - Simplify port by using directly qmake instead of wrapper configure script Notes: svn path=/head/; revision=382899
* Cleanup plistBaptiste Daroussin2014-10-201-10/+0
| | | | Notes: svn path=/head/; revision=371283
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Convert my ports to USES=tarMax Brazhnikov2014-05-121-1/+1
| | | | Notes: svn path=/head/; revision=353800
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with [fgijk]) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331272
* - Set DESTDIRNAME, allow stagingMax Brazhnikov2013-10-091-15/+3
| | | | | | | | | - Use options helpers - Use new LIB_DEPENDS syntax - Remove post-configure patching: CC, etc are now respected via QMAKESPEC Notes: svn path=/head/; revision=329881
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Update to 0.4.6Max Brazhnikov2012-12-114-34/+5
| | | | | | | | - Remove stale patches - Trim Makefile header Notes: svn path=/head/; revision=308679
* - Convert my ports to new options frameworkMax Brazhnikov2012-07-271-4/+5
| | | | | | | | - 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-2/+1
| | | | | | | 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
* Add explicit dependency on libGLU and patches to fix build with upcoming Qt 4.8Max Brazhnikov2012-05-203-0/+26
| | | | | | | Mark MAKE_JOBS_SAFE Notes: svn path=/head/; revision=296984
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276992
* - 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
* Update to 0.4.5Max Brazhnikov2010-01-062-6/+9
| | | | Notes: svn path=/head/; revision=247285
* Use my @FreeBSD.org email for the rest of my portsMax Brazhnikov2009-02-211-1/+1
| | | | Notes: svn path=/head/; revision=228771
* - Update to 0.4.4Martin Wilke2008-08-062-5/+4
| | | | | | | | PR: 126249 Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer) Notes: svn path=/head/; revision=218112
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+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
* - Update to 0.4.3Martin Wilke2008-05-162-4/+4
| | | | | | | | PR: 123679 Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer) Notes: svn path=/head/; revision=213130
* Update to 0.4.2Ion-Mihai Tetcu2008-04-292-4/+6
| | | | | | | | PR: ports/123217 Submitted by: maintainer Notes: svn path=/head/; revision=212284
* - Update to version 0.4.1Markus Brueffer2008-04-153-16/+5
| | | | | | | | | - Pass maintainership to submitter Submitted by: Max Brazhnikov <makc@issp.ac.ru> Notes: svn path=/head/; revision=211281
* Add the SMP fix which didn't make it in the last commitMarkus Brueffer2008-04-131-0/+11
| | | | | | | Previously eaten by: markus' fat fingers Notes: svn path=/head/; revision=211170
* - Update to version 0.4.0 [1]Markus Brueffer2008-04-133-52/+41
| | | | | | | | | | | - Add patch to fix frequent crashes on SMP machines [2] PR: ports/122084 [1] Submitted by: Max Brazhnikov <makc@issp.ac.ru> [1] Obtained from: Fraqtive SVN [2] Notes: svn path=/head/; revision=211169
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-192-7/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Remove USE_REINPLACE for categories starting with a GEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161663
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-7/+7
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154113
* - Change MASTER_SITES and WWW to the new project siteMarkus Brueffer2005-12-173-2/+3
| | | | | | | | | - Add SHA256 Submitted by: Michal Mecinski (author) Notes: svn path=/head/; revision=151430
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-0/+1
| | | | Notes: svn path=/head/; revision=147269
* Add fraqtive 0.3.1, a program for drawing Mandelbrot and Julia fractals.Markus Brueffer2005-09-074-0/+83
It uses a very fast algorithm and generates high quality, smooth images. It is fully interactive, allowing for real-time mouse navigation and dynamic generation of the Julia fractal preview. OpenGL-rendered 3D view of the fractals is also supported. WWW: http://zeus.polsl.gliwice.pl/~mimec/index.php?id=fraqtive Notes: svn path=/head/; revision=142188