Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.4.8.1 12 Mar 2023 10:05:21 |
Nuno Teixeira (eduardo) |
graphics/fraqtive: Adopt/Update to 0.4.8.1
- Switch to DISTVERSION
- Fix license
- Remove files/patch-* since they are included upstream
ChangeLog: https://github.com/mimecorg/fraqtive/releases/tag/v0.4.8.1 |
0.4.8_6 11 Sep 2022 10:20:14 |
Felix Palmen (zirias) |
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.4.8_6 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.4.8_6 20 Jul 2022 14:22:04 |
Tobias C. Berner (tcberner) |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
0.4.8_6 29 Aug 2021 16:29:43 |
Alexey Dokuchaev (danfe) |
Cleanup: for ports under g* categories, drop redundant GH_{ACCOUNT,PROJECT}. |
0.4.8_6 22 Jun 2021 18:53:08 |
Kevin Bowling (kbowling) |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
0.4.8_5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.4.8_5 21 May 2020 07:11:41 |
tcberner |
graphics/fraqtive: prepare for Qt5-5.15 |
0.4.8_5 05 Nov 2019 22:16:15 |
zeising |
Add USES=xorg USES=gl, ports categories g
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. |
0.4.8_5 19 Aug 2019 12:17:49 |
mat |
Use USE_GITHUB properly.
Pointy hat: adridg arved |
0.4.8_5 19 Aug 2019 09:37:31 |
adridg |
Remove BROKEN from graphics/fraqtive.
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. |
0.4.8_4 04 Aug 2019 12:37:59 |
antoine |
Mark BROKEN: unfetchable |
0.4.8_4 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
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 |
0.4.8_3 16 Mar 2019 07:54:19 |
linimon |
Fix build on gcc-based architectures:
cc1plus: error: unrecognized command line option "-std=gnu++11" |
0.4.8_3 16 Jan 2019 11:13:45 |
tijl |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
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 (Only the first 15 lines of the commit message are shown above ) |
0.4.8_2 27 Oct 2018 17:15:14 |
makc |
graphics/fraqtive:
- Switch to Qt 5
- Add patch to fix build with Qt 5 |
0.4.8_1 28 Jun 2018 17:39:55 |
tcberner |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
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 |
0.4.8_1 05 Mar 2018 09:33:06 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
0.4.8_1 23 May 2017 05:03:16 |
rezny |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
0.4.8 07 Nov 2016 14:13:30 |
amdmi3 |
- Add LICENSE
- Add missing depends |
0.4.8 20 Oct 2016 15:58:13 |
rakuco |
Reassign makc's ports back to the pool.
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. |
0.4.8 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
0.4.8 01 Apr 2015 09:14:31 |
makc |
graphics/fraqtive:
- Update to 0.4.8
- Simplify port by using directly qmake instead of wrapper configure script |
0.4.6_1 20 Oct 2014 17:04:21 |
bapt |
Cleanup plist |
0.4.6_1 10 Sep 2014 20:50:37 |
gerald |
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) |
0.4.6 12 May 2014 10:53:42 |
makc |
Convert my ports to USES=tar |
0.4.6 22 Oct 2013 13:58:56 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [fgijk])
Approved by: portmgr (bdrewery) |
0.4.6 09 Oct 2013 10:08:19 |
makc |
- Set DESTDIRNAME, allow staging
- Use options helpers
- Use new LIB_DEPENDS syntax
- Remove post-configure patching: CC, etc are now respected via QMAKESPEC |
0.4.6 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
0.4.6 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.4.6 11 Dec 2012 12:30:58 |
makc |
- Update to 0.4.6
- Remove stale patches
- Trim Makefile header |
0.4.5_2 27 Jul 2012 11:03:39 |
makc |
- Convert my ports to new options framework
- use CONFLICTS_INSTALL
- other minor changes |
0.4.5_2 06 Jun 2012 06:44:38 |
miwi |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
0.4.5_2 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.4.5_1 20 May 2012 00:17:16 |
makc |
Add explicit dependency on libGLU and patches to fix build with upcoming Qt 4.8
Mark MAKE_JOBS_SAFE |
0.4.5_1 03 Jul 2011 14:12:23 |
ohauer |
-remove MD5 |
0.4.5_1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.4.5 06 Jan 2010 21:09:17 |
makc |
Update to 0.4.5 |
0.4.4 21 Feb 2009 11:31:28 |
makc |
Use my @FreeBSD.org email for the rest of my ports |
0.4.4 06 Aug 2008 07:57:55 |
miwi |
- Update to 0.4.4
PR: 126249
Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer) |
0.4.3_1 06 Jun 2008 13:35:04 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
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) |
0.4.3 16 May 2008 12:27:36 |
miwi |
- Update to 0.4.3
PR: 123679
Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer) |
0.4.2 29 Apr 2008 19:55:33 |
itetcu |
Update to 0.4.2
PR: ports/123217
Submitted by: maintainer |
0.4.1 15 Apr 2008 02:08:58 |
markus |
- Update to version 0.4.1
- Pass maintainership to submitter
Submitted by: Max Brazhnikov <makc@issp.ac.ru> |
0.4.0 13 Apr 2008 13:23:01 |
markus |
Add the SMP fix which didn't make it in the last commit
Previously eaten by: markus' fat fingers |
0.4.0 13 Apr 2008 13:16:18 |
markus |
- Update to version 0.4.0 [1]
- 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] |
0.3.1_2 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.3.1_1 07 May 2006 23:46:33 |
edwin |
Remove USE_REINPLACE for categories starting with a G |
0.3.1_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.3.1_1 22 Jan 2006 02:15:00 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.3.1_1 17 Dec 2005 18:42:48 |
markus |
- Change MASTER_SITES and WWW to the new project site
- Add SHA256
Submitted by: Michal Mecinski (author) |
0.3.1_1 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
0.3.1 07 Sep 2005 21:05:27 |
markus |
Add fraqtive 0.3.1, a program for drawing Mandelbrot and Julia fractals.
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 |