Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.6.1_5 21 Nov 2024 13:37:59 |
Po-Chuan Hsieh (sunpoet) |
graphics/gdal: Update to 3.10.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/OSGeo/gdal/releases
https://github.com/OSGeo/gdal/blob/release/3.10/NEWS.md |
3.6.1_4 29 Oct 2024 14:38:30 |
Po-Chuan Hsieh (sunpoet) |
devel/protobuf: Update to 28.3
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases |
3.6.1_3 07 Oct 2024 14:16:41 |
Po-Chuan Hsieh (sunpoet) |
devel/protobuf: Update to 28.2
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases |
3.6.1_2 18 Sep 2024 19:10:12 |
Po-Chuan Hsieh (sunpoet) |
devel/protobuf: Update to 28.1
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases |
3.6.1_1 15 Sep 2024 20:09:36 |
Po-Chuan Hsieh (sunpoet) |
devel/protobuf: Update to 28.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases |
3.6.1 31 Aug 2024 17:17:27 |
Felix Palmen (zirias) |
graphics/osgearth: Update to 3.6.1
New upstream release, release notes:
https://github.com/gwaldron/osgearth/blob/master/docs/source/releasenotes.md |
3.5_3 15 Aug 2024 10:55:26 |
Po-Chuan Hsieh (sunpoet) |
devel/protobuf: Update to 27.3
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases |
3.5_2 19 May 2024 17:15:14 |
Po-Chuan Hsieh (sunpoet) |
graphics/gdal: Update to 3.9.0
- Bump PORTREVISION of dependent ports for shlib change
- databases/postgis31 is skipped due to
- graphics/R-cran-rgdal is skipped due to build failure and removed from CRAN
repository
Changes: https://github.com/OSGeo/gdal/releases
https://github.com/OSGeo/gdal/blob/release/3.9/NEWS.md |
3.5_1 14 Dec 2023 17:03:10 |
Po-Chuan Hsieh (sunpoet) |
devel/protobuf: Update to 24.4
- Use USES=pathfix to fix .pc installation
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases |
3.5 14 Dec 2023 17:03:05 |
Po-Chuan Hsieh (sunpoet) |
graphics/osgearth: Fix build with protobuf 22+
Note that this port has a PLIST issue if libzip is installed.
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: lib/osgPlugins-3.6.5/osgdb_zip.so
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
*** Error code 1 |
3.5 26 Oct 2023 06:53:30 |
Felix Palmen (zirias) |
graphics/osgearth: Update to 3.5
Changes:
* New osgEarthCesium nodekit using the cesium-native SDK for 3D-Tiles
integration
* Upgrades to the TerrainConstraintLayer for better meshing,
performance, and support for 3D model constraints
* New TerrainMeshLayer for "bring your own" terrain surface meshing
* Integration of spdlog logging SDK (optional)
* Various updates to the osgearth_imgui panels
* Updated Triton and Silverlining shader sets
Reported by: portscout |
3.4_3 06 Oct 2023 16:39:10 |
Piotr Kubaj (pkubaj) |
graphics/osgearth: remove unnecessary CXXFLAGS on powerpc64 |
3.4_2 10 Aug 2023 20:02:26 |
Piotr Kubaj (pkubaj) |
graphics/osgearth: drop GCC on powerpc64 |
3.4_1 07 Aug 2023 19:26:43 |
Piotr Kubaj (pkubaj) |
graphics/osgearth: drop GCC on powerpc64le |
3.4 24 Jul 2023 19:19:08 |
Felix Palmen (zirias) |
graphics/osgearth: Unbreak build on arm64
The build failed on arm64 for including llvm intrinsics headers for x86
architectures. The extra patch for i386 already modified the build not
to use these intrinsics, so it solves the issue for arm64 as well. It is
still needed on i386 because intrinsics requiring SSE are used.
Therefore, rename the patch file to better describe the purpose and use
it for any architecture except amd64 and powerpc64, the latter assuming
the flags used for powerpc64 still work, which I cannot test myself.
The result on architectures that built fine before is unchanged,
therefore no revision bump is required.
Reported by: pkg-fallout |
3.4 20 Jul 2023 16:37:12 |
Felix Palmen (zirias) |
graphics/osgearth: Update to 3.4
Changes from 3.2: Bugfixes, performance and maintenance, see
https://github.com/gwaldron/osgearth/releases
Take maintainership from lbartoletti@.
PR: 272550
Approved by: lbartoletti (previous maintainer) |
3.2_7 17 Jul 2023 12:50:43 |
Felix Palmen (zirias) |
graphics/osgearth: Unbreak build
The build failed with
[...] error: no matching function for call to 'lerc_decode'
/usr/local/include/Lerc_c_api.h:223:17: note: candidate function not
viable: requires 10 arguments, but 9 were provided
and two similar errors. It obviously picked up lerc headers from
graphics/lerc although it uses a bundled lerc (which is directly built
in, not linked).
Add a patch to make sure the include path to the bundled lerc is
prepended.
(Only the first 15 lines of the commit message are shown above ) |
3.2_6 27 May 2023 04:08:05 |
Po-Chuan Hsieh (sunpoet) |
graphics/gdal: Update to 3.7.0
Changes: https://github.com/OSGeo/gdal/releases
https://github.com/OSGeo/gdal/blob/release/3.7/NEWS.md |
3.2_5 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
3.2_4 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
3.2_3 09 Oct 2022 15:37:51 |
Po-Chuan Hsieh (sunpoet) |
devel/protobuf: Update to 3.21.7
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases |
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) |
3.2_2 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 ) |
3.2_2 12 Aug 2022 14:46:53 |
Dima Panov (fluffy) |
*/*: bump all consumers after recent boost upgrade |
3.2_1 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 ) |
3.2_1 16 Apr 2022 04:19:07 |
Po-Chuan Hsieh (sunpoet) |
devel/protobuf: Update to 3.20.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases |
3.2 29 Mar 2022 16:14:43 |
Loïc Bartoletti (lbartoletti) |
graphics/osgearth: Update to 3.2
- remove patchs, fixed upstream
- remove rocksdb LIB_DEPENDS
Release notes:
- https://docs.osgearth.org/en/3.2/releasenotes.html
PR: 262405
Reported by: sunpoet |
2.10.1_13 28 Feb 2022 12:46:46 |
Po-Chuan Hsieh (sunpoet) |
devel/protobuf: Update to 3.19.4
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases |
2.10.1_12 21 Jul 2021 18:11:52 |
Po-Chuan Hsieh (sunpoet) |
devel/protobuf: Update to 3.17.3
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
PR: 257026
Exp-run by: antoine |
2.10.1_11 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 |
2.10.1_10 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.10.1_10 23 Feb 2021 05:58:36 |
lbartoletti |
graphics/gdal: Set the default options as a workable set
- reinstate r552962 (was reverted in r553000)
- remove pkg-message from qgis and qgis-ltr
- Bump PORTREVSION on all consumers
PR: 224004
Approved by: portmgr |
2.10.1_9 26 Jan 2021 14:01:09 |
sunpoet |
Bump PORTREVISION for devel/protobuf shlib change |
2.10.1_8 03 Jan 2021 05:09:55 |
pkubaj |
graphics/osgearth: fix build on powerpc64le
Same issue as on powerpc64. |
2.10.1_8 28 Dec 2020 14:08:56 |
pkubaj |
graphics/osgearth: fix build on powerpc64 head
Use GCC for its SSE - AltiVec translation.
In file included from
/wrkdirs/usr/ports/graphics/osgearth/work/osgearth-osgearth-2.10.1/src/osgEarthDrivers/fastdxt/intrinsic.cpp:42:
In file included from /usr/lib/clang/11.0.0/include/emmintrin.h:13:
In file included from /usr/lib/clang/11.0.0/include/xmmintrin.h:13:
/usr/lib/clang/11.0.0/include/mmintrin.h:33:5: error: use of undeclared
identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'?
__builtin_ia32_emms(); |
2.10.1_8 30 Aug 2020 20:19:42 |
sunpoet |
Bump PORTREVISION for devel/protobuf shlib change |
2.10.1_7 03 Jun 2020 18:32:06 |
sunpoet |
Bump PORTREVISION for devel/protobuf shlib change |
2.10.1_6 22 Jan 2020 06:02:25 |
sunpoet |
Bump PORTREVISION for graphics/gdal shlib change |
2.10.1_5 22 Jan 2020 05:53:20 |
sunpoet |
Bump PORTREVISION for devel/protobuf shlib change |
2.10.1_4 14 Jan 2020 21:45:15 |
lbartoletti |
Change my mail address to lbartoletti@FreeBSD.org
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D23169 |
2.10.1_4 10 Dec 2019 17:16:15 |
sunpoet |
Fix build with geos 3.8.0
Obtained
from: https://git.slackbuilds.org/slackbuilds/tree/gis/osgEarth/geos-3_8-support.patch |
2.10.1_4 09 Dec 2019 21:07:14 |
amdmi3 |
- Move graphics/osg to graphics/osg34 in preparation for update to 3.6
PR: 230442 |
2.10.1_3 31 Jul 2019 16:38:53 |
sunpoet |
Bump PORTREVISION for devel/protobuf shlib change |
2.10.1_2 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 |
2.10.1_1 05 Jul 2019 19:08:49 |
sunpoet |
Update devel/protobuf to 3.8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
PR: 238808
Exp-run by: antoine |
2.10.1 12 May 2019 16:31:03 |
fernape |
graphics/osgearth: update to 2.10.1
Bug fix and performance release based on the 2.10 branch.
PR: 237790
Submitted by: lbartoletti@tuxfamily.org (maintainer) |
2.10_3 07 Apr 2019 20:14:01 |
yuri |
devel/poco: Update 1.8.0.1 -> 1.9.0
Bump databases/clickhouse and graphics/osgearth.
PR: 236134
Submitted by: henry.hu.sh@gmail.com (maintainer) |
2.10_2 31 Mar 2019 13:41:03 |
sunpoet |
Update devel/protobuf to 3.7.1
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
PR: 236157
Exp-run by: antoine |
2.10_1 06 Jan 2019 15:33:44 |
tobik |
Do not set CATEGORIES twice |
2.10_1 12 Dec 2018 01:35:36 |
gerald |
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 |
2.10 09 Dec 2018 07:39:30 |
riggs |
Update to upstream version 2.10
Details:
- Update to upstream version 2.10
- Disable the unconditional dependency on SSE-optimized routines
on i386, as it (1) results in build failures and (2) there are
non-SSE-capable i386 CPUs in use in the FreeBSD community, thus
the default package cannot depend on it.
PR: 233491
Submitted by: lbartoletti@tuxfamily.org (maintainer)
Reviewed by: riggs |
2.9_2 03 Dec 2018 19:41:33 |
sunpoet |
Update devel/protobuf to 3.6.1
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
PR: 231008
Exp-run by: antoine |
2.9_1 13 Mar 2018 20:10:33 |
amdmi3 |
Bump revisions after graphics/osg update |
2.9 12 Feb 2018 06:19:15 |
tcberner |
Update graphics/osgearth to 2.9
PR: 225790
Submitted by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer) |
2.8 27 Aug 2017 10:08:11 |
riggs |
Update to upstream version 2.8, pet portlint
PR: 221786
Submitted by: lbartoletti@tuxfamily.org (maintainer) |
2.7_1 25 Jun 2017 21:07:58 |
tcberner |
Make ninja opt-out in cmake.mk
Using ninja instead of make (1) can lead to significant speed ups while
building.
Therefore switch from having the ninja generator opt-in to having it opt-out.
Previously cmake-ports that wanted to use ninja could set
CMAKE_NINJA=yes
now, ports that do not work with ninja can set
cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.
The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary
PR: 219629
PR: 213331
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D10748 |
2.7_1 10 Jun 2017 14:54:35 |
dbaio |
Update maintainer email address
Ownership of the former email address confirmed by email
PR: 219791
Submitted by: lbartoletti@tuxfamily.org (maintainer)
Approved by: garga (mentor)
Differential Revision: https://reviews.freebsd.org/D11088 |
2.7_1 25 Apr 2017 08:20:31 |
riggs |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
2.7 09 Jun 2016 11:15:15 |
amdmi3 |
- Chase graphics/osg update
PR: 209056 |
2.7 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
2.7 14 May 2016 21:44:49 |
woodsb02 |
graphics/osgearth:
- Update to 2.7 (this new version also allows osgearth to build against
osg-3.4.0)
- Rename and update patch of src/osgEarth/ThreadingUtils.cpp (pet portlint)
- Fix COMMENT (pet portlint)
- Fix BUILD_DEPENDS for minizip
Changes this release:
http://docs.osgearth.org/en/latest/releasenotes.html#version-2-7-july-2015
PR: 209236
Reviewed by: mat (mentor)
Approved by: lbartoletti@tuxfamily.org (maintainer), adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D6344 |
2.5_6 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.5_6 10 Jan 2016 16:55:26 |
bapt |
Convert g* and i* to USES=sqlite and USES=firebird |
2.5_6 09 Jul 2015 16:05:07 |
sunpoet |
- Update to 2.0.0
- Bump PORTREVISION for graphics/gdal shlib change
- Mark astro/merkaartor as BROKEN
Changes: http://trac.osgeo.org/gdal/wiki/Release/2.0.0-News |
2.5_5 18 May 2015 17:07:46 |
mat |
Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.
With hat: portmgr
Sponsored by: Absolight |
2.5_5 06 Oct 2014 22:02:59 |
antoine |
Unbreak after graphics/osg update |
2.5_4 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) |
2.5_3 11 Jul 2014 11:16:06 |
sunpoet |
- Remove USE_AUTOTOOLS=libtool
- Bump PORTREVISION for package change
- Bump PORTREVISION for graphics/gdal shlib change [1]
Approved by: portmgr (implicit) [1] |
2.5_2 04 Jul 2014 09:41:00 |
tijl |
Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that
have not been bumped yet after the latest libsqlite3.so library version
change.
Approved by: portmgr (implicit) |
2.5_1 26 Apr 2014 18:18:40 |
sunpoet |
- Update to 1.11.0
- Use PORTDATA
- Bump PORTREVISION for graphics/gdal shlib change
Changes: http://trac.osgeo.org/gdal/wiki/Release/1.11.0-News |
10 Mar 2014 14:49:26
|
bapt |
Convert g* to USES=zip |
2.5 23 Jan 2014 08:23:43 |
mandree |
Move port to depend on graphics/osg, which was recently updated to
3.2.0, and osgearth's requirement was 3.0.1, to avoid conflicts with
other ports that depend on graphics/osg.
Make the graphics/osg version a variable, to ease maintainer's jobs as
graphics/osg gets updated (which requires osgearth's PORTREVISION and
PLIST_SUB to be bumped).
Some part of the discussion around PLIST_SUB is not recorded in the PR,
but it is still related to
PR: ports/184706
Submitted by: amdmi3 |
2.5 17 Jan 2014 22:54:02 |
mandree |
Add new port graphics/osgearth, pkg-descr:
osgEarth is a C++ terrain rendering SDK. Just create a simple XML file,
point it at your imagery, elevation, and vector data, load it into your
favorite OpenSceneGraph application, and go! osgEarth supports all kinds
of data and comes with lots of examples to help you get up and running
quickly and easily.
WWW: http://osgearth.org/
PR: ports/184706
Submitted by: lbartoletti <coder@tuxfamily.org> |