notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: graphics/mandelbulber/Makefile
SVNWeb

Number of commits found: 38

Sun, 11 Sep 2022
[ 10:20 Felix Palmen (zirias) search for other commits by this committer ]    commit hash:ddae4e92d8313a1461145e3b4f0232fe463feaee  commit hash:ddae4e92d8313a1461145e3b4f0232fe463feaee  commit hash:ddae4e92d8313a1461145e3b4f0232fe463feaee  ddae4e9  (Only the first 10 of 1105 ports in this commit are shown above. View all ports for this commit)
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
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Mon, 18 Jul 2022
[ 20:13 Dmitry Marakasov (amdmi3) search for other commits by this committer ]    commit hash:1c846cc6059f7999413db3b2d6887b4fa4dcdcb9  commit hash:1c846cc6059f7999413db3b2d6887b4fa4dcdcb9  commit hash:1c846cc6059f7999413db3b2d6887b4fa4dcdcb9  1c846cc 
graphics/mandelbulber: update 2.27 → 2.28
Tue, 22 Feb 2022
[ 13:46 Dmitry Marakasov (amdmi3) search for other commits by this committer ]    commit hash:e1175ff3f39b1e896c470565ab714108e1b1ba45  commit hash:e1175ff3f39b1e896c470565ab714108e1b1ba45  commit hash:e1175ff3f39b1e896c470565ab714108e1b1ba45  e1175ff 
graphics/mandelbulber: update 2.26 → 2.27
Wed, 12 Jan 2022
[ 19:41 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:654acd81409d31495f8b1b11db61e1afbf640981  commit hash:654acd81409d31495f8b1b11db61e1afbf640981  commit hash:654acd81409d31495f8b1b11db61e1afbf640981  654acd8  (Only the first 10 of 66 ports in this commit are shown above. View all ports for this commit)
math/gsl: bump portrevision of consumers after update to 2.7.1

PR:		260201
Sun, 10 Oct 2021
[ 19:44 Baptiste Daroussin (bapt) search for other commits by this committer ]    commit hash:2c672a4de941dc57142d867ba42396b1b64d2921  commit hash:2c672a4de941dc57142d867ba42396b1b64d2921  commit hash:2c672a4de941dc57142d867ba42396b1b64d2921  2c672a4  (Only the first 10 of 586 ports in this commit are shown above. View all ports for this commit)
INSTALLS_ICONS: retire the macro and rework the related dependencies

While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
Fri, 27 Aug 2021
[ 23:49 Dmitry Marakasov (amdmi3) search for other commits by this committer ]    commit hash:1553dabbc648b246ff615841be5e32269db50cd2  commit hash:1553dabbc648b246ff615841be5e32269db50cd2  commit hash:1553dabbc648b246ff615841be5e32269db50cd2  1553dab 
graphics/mandelbulber: update to 2.26
Wed, 16 Jun 2021
[ 19:31 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:63e653adaa7493aa98f17f9fbc834c0aed7e096e  commit hash:63e653adaa7493aa98f17f9fbc834c0aed7e096e  commit hash:63e653adaa7493aa98f17f9fbc834c0aed7e096e  63e653a  (Only the first 10 of 66 ports in this commit are shown above. View all ports for this commit)
math/gsl: update to 2.7

From [1]

* What is new in gsl-2.7:
	* fixed doc bug for gsl_histogram_min_bin (lhcsky at 163.com)
	* fixed bug #60335 (spmatrix test failure, J. Lamb)
	* fixed bug #36577
	* clarified documentation on interpolation accelerators (V. Krishnan)
	* fixed bug #45521 (erroneous GSL_ERROR_NULL in ode-initval2, thanks to M.
Sitte)
	* fixed doc bug #59758
	* fixed bug #58202 (rstat median for n=5)
	* added support for native C complex number types in gsl_complex
	   when using a C11 compiler
	* upgraded to autoconf 2.71, automake 1.16.3, libtool 2.4.6
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 22 Apr 2021
[ 16:56 Dmitry Marakasov (amdmi3) search for other commits by this committer ]    commit hash:69e5cf4352b2357190642dd7ed6e47739bd9e9c8  commit hash:69e5cf4352b2357190642dd7ed6e47739bd9e9c8  commit hash:69e5cf4352b2357190642dd7ed6e47739bd9e9c8  69e5cf4 
graphics/mandelbulber: update to 2.25
Wed, 7 Apr 2021
[ 23:19 Dmitry Marakasov (amdmi3) search for other commits by this committer ]    commit hash:5823922c58f9acea4e0c5f45b4ead47371e70841  commit hash:5823922c58f9acea4e0c5f45b4ead47371e70841  commit hash:5823922c58f9acea4e0c5f45b4ead47371e70841  5823922  (Only the first 10 of 288 ports in this commit are shown above. View all ports for this commit)
Remove useless Created by: headers mentioning me
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Thu, 28 Jan 2021
[ 11:20 amdmi3 search for other commits by this committer ] Original commit   Revision:563125
- Update to 2.24
Mon, 16 Nov 2020
[ 16:46 amdmi3 search for other commits by this committer ] Original commit   Revision:555497
- Update to 2.23
Mon, 13 Jul 2020
[ 19:56 amdmi3 search for other commits by this committer ] Original commit   Revision:542153
- Update to 2.22
Tue, 26 May 2020
[ 21:21 amdmi3 search for other commits by this committer ] Original commit   Revision:536659
- Update to 2.21
Sun, 8 Mar 2020
[ 21:56 jbeich search for other commits by this committer ] Original commit   Revision:528082 (Only the first 10 of 64 ports in this commit are shown above. View all ports for this commit)
Drop dependency on devel/openmp

- Drop if devel/llvm* was used as a substitute

Approved by:	yuri, rene (earlier version)
Differential Revision:	https://reviews.freebsd.org/D23020
Thu, 5 Dec 2019
[ 14:46 amdmi3 search for other commits by this committer ] Original commit   Revision:519082
- Update to 2.20
Fri, 25 Oct 2019
[ 23:41 tcberner search for other commits by this committer ] Original commit   Revision:515671 (Only the first 10 of 64 ports in this commit are shown above. View all ports for this commit)
math/gsl: update to 2.6

- math/p5-Math-GSL does not seem to have any upstream activity to make it work
with this version -> mark it broken
  - this also breaks the two consumers of this port

- biology/gemma: has a conflict with cblas, and is makred broken.

PR:		241363
Exp-run by:	antoine
Sat, 21 Sep 2019
[ 18:59 jbeich search for other commits by this committer ] Original commit   Revision:512535 (Only the first 10 of 58 ports in this commit are shown above. View all ports for this commit)
devel/openmp: update to 9.0.0

- Connect tests to the framework to help QA remaining patches
- Force rebuild all consumers after https://reviews.llvm.org/D59783

Changes:	http://llvm.org/viewvc/llvm-project/openmp/tags/RELEASE_900/final/?view=log
ABI:		https://abi-laboratory.pro/tracker/timeline/llvm_openmp/
Thu, 15 Aug 2019
[ 18:56 amdmi3 search for other commits by this committer ] Original commit   Revision:509042
- Update to 2.19
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
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
Fri, 28 Jun 2019
[ 18:21 amdmi3 search for other commits by this committer ] Original commit   Revision:505296
- Update to 2.18-1
Wed, 26 Jun 2019
[ 13:37 amdmi3 search for other commits by this committer ] Original commit   Revision:505155
- Update to 2.18
Wed, 8 May 2019
[ 16:05 jbeich search for other commits by this committer ] Original commit   Revision:501030 (Only the first 10 of 52 ports in this commit are shown above. View all ports for this commit)
devel/openmp: phase out

- Expire after the last version without /usr/lib/libomp.so
- Drop SOVERSION for seamless transition (i.e., avoid conditionals)

PR:		236907
Approved by:	bapt (maintainer)
Differential Revision:	https://reviews.freebsd.org/D19767
Wed, 13 Mar 2019
[ 15:48 amdmi3 search for other commits by this committer ] Original commit   Revision:495586
- Update to 2.17
Wed, 16 Jan 2019
[ 11:13 tijl search for other commits by this committer ] Original commit   Revision:490472 (Only the first 10 of 1089 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
[ 05:30 linimon search for other commits by this committer ] Original commit   Revision:490451
This port requires C++11-aware compiler to build on GCC-based
architectures.

PR:		234947
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
Sat, 5 Jan 2019
[ 19:35 amdmi3 search for other commits by this committer ] Original commit   Revision:489370
- Update to 2.16
Sun, 4 Nov 2018
[ 14:08 antoine search for other commits by this committer ] Original commit   Revision:484059
Mark BROKEN: fails to build

../src/Render3D.cpp:870:30: error: type 'double' cannot be narrowed to 'unsigned
short' in initializer list [-Wc++11-narrowing]
                                                sRGB16 globalLight = { AO.R *
4096.0, AO.G * 4096.0, AO.B * 4096.0 };
                                                                      
^~~~~~~~~~~~~

Reported by:	pkg-fallout
Mon, 10 Sep 2018
[ 13:14 mat search for other commits by this committer ] Original commit   Revision:479406 (Only the first 10 of 995 ports in this commit are shown above. View all ports for this commit)
Add DOCS options to ports that should have one.

Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
Tue, 26 May 2015
[ 13:32 amdmi3 search for other commits by this committer ] Original commit   Revision:387476
- Add USES=desktop-file-utils as suggested by stage-qa
- Add LICENSE_FILE
Mon, 16 Dec 2013
[ 18:18 amdmi3 search for other commits by this committer ] Original commit   Revision:336655 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
- Use '.' instead of '*' in COPYTREE_* all over my ports

Suggested by:	danfe
Tue, 22 Oct 2013
[ 13:58 amdmi3 search for other commits by this committer ] Original commit   Revision:331272 (Only the first 10 of 98 ports in this commit are shown above. View all ports for this commit)
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [fgijk])

Approved by:	portmgr (bdrewery)
Sat, 19 Oct 2013
[ 02:38 amdmi3 search for other commits by this committer ] Original commit   Revision:330832
- Support staging
Fri, 20 Sep 2013
[ 18:35 bapt search for other commits by this committer ] Original commit   Revision:327733 (Only the first 10 of 1084 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
Thu, 12 Sep 2013
[ 08:41 marino search for other commits by this committer ] Original commit   Revision:327041 (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
Add explicit dependency on pkgconf (20 ports)

Approved by:	portmgr (bapt, implicit)
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Fri, 14 Dec 2012
[ 14:30 amdmi3 search for other commits by this committer ] Original commit   Revision:308905
Mandelbulber is an experimental application that helps to make
rendering 3D Mandelbrot fractals much more accessible. A few of the
supported 3D fractals: Mandelbulb, Mandelbox, BulbBox, JuliaBulb,
Menger Sponge, Quaternion, Trigonometric, Hypercomplex, and Iterated
Function Systems (IFS). All of these can be combined into infinite
variations with the ability to hybridize different formulas together.

WWW: http://www.mandelbulber.com/

Number of commits found: 38