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
non port: math/g2o/Makefile
SVNWeb

Number of commits found: 30

Wed, 20 Sep 2023
[ 17:57 Thierry Thomas (thierry) search for other commits by this committer ]    commit hash:a0ed0dce34341e30a6c479535c68fae987840c91  commit hash:a0ed0dce34341e30a6c479535c68fae987840c91  commit hash:a0ed0dce34341e30a6c479535c68fae987840c91  a0ed0dc  (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
/*: bump PORTREVISION after the upgrade of SuiteSparse
Tue, 8 Aug 2023
[ 01:15 Yuri Victorovich (yuri) search for other commits by this committer ]    commit hash:0a4c822602cc0e740c9037dc2dd1f5ebbf7bc04e  commit hash:0a4c822602cc0e740c9037dc2dd1f5ebbf7bc04e  commit hash:0a4c822602cc0e740c9037dc2dd1f5ebbf7bc04e  0a4c822 
math/g2o: Update 20230223 → 20230806

Reported by:	portscout
Sat, 1 Jul 2023
[ 16:11 Thierry Thomas (thierry) search for other commits by this committer ]    commit hash:823182b45144924163f227529c9d42270601cab4  commit hash:823182b45144924163f227529c9d42270601cab4  commit hash:823182b45144924163f227529c9d42270601cab4  823182b  (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
*/*: bump PORTREVISION after the upgrade of SuiteSparse
Sun, 23 Apr 2023
[ 09:09 Gerald Pfeifer (gerald) search for other commits by this committer ]    commit hash:8d3e020ed032a8db00208994d0db646de7dc6f5b  commit hash:8d3e020ed032a8db00208994d0db646de7dc6f5b  commit hash:8d3e020ed032a8db00208994d0db646de7dc6f5b  8d3e020  (Only the first 10 of 2091 ports in this commit are shown above. View all ports for this commit)
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
Tue, 28 Feb 2023
[ 02:27 Yuri Victorovich (yuri) search for other commits by this committer ]    commit hash:e413829f295b8c69febf053ab39dbf88ae08161a  commit hash:e413829f295b8c69febf053ab39dbf88ae08161a  commit hash:e413829f295b8c69febf053ab39dbf88ae08161a  e413829 
math/g2o: Update 20201223 → 20230223

Reported by:	portscout
Thu, 19 Jan 2023
[ 16:45 Thierry Thomas (thierry) search for other commits by this committer ]    commit hash:112013ae642a41807695f31144ed4113e3368aa6  commit hash:112013ae642a41807695f31144ed4113e3368aa6  commit hash:112013ae642a41807695f31144ed4113e3368aa6  112013a  (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
math/suitesparse*: bump PORTREVISION of dependant ports
Sun, 27 Nov 2022
[ 11:09 Thierry Thomas (thierry) search for other commits by this committer ]    commit hash:6f9769f20db64b8cd3e89aa80a85329ba53b61a5  commit hash:6f9769f20db64b8cd3e89aa80a85329ba53b61a5  commit hash:6f9769f20db64b8cd3e89aa80a85329ba53b61a5  6f9769f  (Only the first 10 of 24 ports in this commit are shown above. View all ports for this commit)
*/*: bump PORTREVISION after the upgrade of math/suitesparse*

PR:		267742
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)
Tue, 22 Jun 2021
[ 18:53 Kevin Bowling (kbowling) search for other commits by this committer ]    commit hash:da3162c7c9f01912ba1940e188b253f2b5c7ba77  commit hash:da3162c7c9f01912ba1940e188b253f2b5c7ba77  commit hash:da3162c7c9f01912ba1940e188b253f2b5c7ba77  da3162c  (Only the first 10 of 914 ports in this commit are shown above. View all ports for this commit)
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
Tue, 25 May 2021
[ 10:00 Thierry Thomas (thierry) search for other commits by this committer ]    commit hash:8470aea030512cde1984737633959548a0e961af  commit hash:8470aea030512cde1984737633959548a0e961af  commit hash:8470aea030512cde1984737633959548a0e961af  8470aea  (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
math/suitesparse: adapt dependency lines after modularization

Do not bump PORTREVISION, because this should not change the resulting
packages.

Note for maintainers: try to not depend on the whole suitesparse package,
especially if your port do not require GraphBLAS (the biggest one).
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
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.
Fri, 25 Dec 2020
[ 07:04 yuri search for other commits by this committer ] Original commit   Revision:559213
math/g2o: Update 20200410 -> 20201223

Reported by:	portscout
Sat, 12 Dec 2020
[ 17:04 thierry search for other commits by this committer ] Original commit   Revision:557839 (Only the first 10 of 80 ports in this commit are shown above. View all ports for this commit)
- Upgrade math/eigen3 to 3.3.8;

- Add some dependencies which might be detected by Find_Package but not
registered;

- Bump PORTREVISION of consumers.

PR:		250833
Submitted by:	/me
Approved by:	tcberner@ (KDE / maintainer) + exp-run
Mon, 14 Sep 2020
[ 16:34 yuri search for other commits by this committer ] Original commit   Revision:548627
math/g2o: Update DISTVERSION, move _git into DISTVERSIONSUFFIX

THey always add _git to tags, so this is just a suffix and not a version
modifier.
Also update WWW.
Wed, 6 May 2020
[ 16:11 yuri search for other commits by this committer ] Original commit   Revision:534185 (Only the first 10 of 45 ports in this commit are shown above. View all ports for this commit)
Bump 46 ports depending on math/openblas because the after the recent
math/openblas update the library name changed in openblas.
Sat, 11 Apr 2020
[ 19:02 yuri search for other commits by this committer ] Original commit   Revision:531453
math/g2o: Update 20170730_git-239 -> 20200410_git

Reported by:	portscout
Thu, 30 Jan 2020
[ 14:17 swills search for other commits by this committer ] Original commit   Revision:524642 (Only the first 10 of 90 ports in this commit are shown above. View all ports for this commit)
Fix math/openblas and bump dependent ports

* Fix build on i386 [1]
* Fix science/code_saturne build with new openblas [2]
* Avoid installing private headers [3]
* Prevent build from optimizing for host by correcting build confg [4]
* Bump portrevision of dependent ports [5]

This is correcting issues from r523749 [1][2][4] and r515970 [3]

PR:		231371
Reported by:	build cluster [1]
Reported by:	Dima Pasechnik <dimpase+freebsd@gmail.com> [2]
Reported by:	many [5]
Reviewed by:	mat, bapt
Approved by:	implicit, since this is a build fix
Mon, 2 Sep 2019
[ 05:52 yuri search for other commits by this committer ] Original commit   Revision:510758
math/g2o: Update 20170730_git-87-gbbe3c2b -> 20170730_git-239-ge7b5b7a

Reported by:	adridg (reported plist issues in the old version)
Thu, 1 Aug 2019
[ 18:56 pkubaj search for other commits by this committer ] Original commit   Revision:507819
math/g2o: fix build on non-x86 architectures

This port seems to enable all SSE* CPU features even outside of x86 platforms.
Disable that to fix build.

Also add USES=compiler:c++11-lang, the port needs C++11 and add USES=gl.

PR:		238895
Approved by:	yuri (maintainer timeout), linimon (mentor)
Differential Revision:	https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238895
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
Sun, 9 Jun 2019
[ 05:50 tobik search for other commits by this committer ] Original commit   Revision:503788
math/g2o: Canonicalize options group names after r503781 (D20426)
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)
Wed, 26 Dec 2018
[ 09:06 tcberner search for other commits by this committer ] Original commit   Revision:488363 (Only the first 10 of 48 ports in this commit are shown above. View all ports for this commit)
Update math/eigen3 to 3.3.7

- http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.6
- http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.7
Tue, 25 Dec 2018
[ 20:25 tcberner search for other commits by this committer ] Original commit   Revision:488341 (Only the first 10 of 1277 ports in this commit are shown above. View all ports for this commit)
Change cmake default behaviour to outsource.

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
Wed, 12 Dec 2018
[ 01:35 gerald search for other commits by this committer ] Original commit   Revision:487272 (Only the first 10 of 3168 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
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
Thu, 28 Jun 2018
[ 17:39 tcberner search for other commits by this committer ] Original commit   Revision:473503 (Only the first 10 of 1416 ports in this commit are shown above. View all ports for this commit)
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
Thu, 26 Apr 2018
[ 06:41 yuri search for other commits by this committer ] Original commit   Revision:468325 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
math/suitesparse: Update 4.0.2 -> 5.2.0

Port changes:
* Change to DISTVERSION
* Update MASTER_SITES
* Change to LICENSE_COMB=dual
* Add LIB_DEPENDS
* Unbundle metis, made it a dependency
* Update do-build and do-install
* Update WWW

Bump 11 ports.
games/naev is marked broken because it depends on the no longer installed
library.

PR:		210579
Submitted by:	yuri
Submitted by:	pfg
Approved by:	maintainer timeout (maho@FreeBSD.org, 21 months)
Approved by:	maintainer timeout (fortran@FreeBSD.org, 45 days)
Wed, 28 Mar 2018
[ 09:18 yuri search for other commits by this committer ] Original commit   Revision:465787
New port: math/g2o: General framework for graph optimization

Differential Revision:	https://reviews.freebsd.org/D13610

Number of commits found: 30