non port: graphics/s2/Makefile |
SVNWeb
|
Number of commits found: 19 |
Mon, 11 Sep 2023
|
[ 03:22 Po-Chuan Hsieh (sunpoet) ] aa9f253 (Only the first 10 of 15 ports in this commit are shown above. )
devel/abseil: Update to 20230125.3
- Bump PORTREVISION of dependent ports for shlib change
some ports are skipped due to re2 shlib change
Changes: https://github.com/abseil/abseil-cpp/releases
PR: 270233
Approved by: danfe (maintainer)
|
Wed, 16 Aug 2023
|
[ 18:25 Po-Chuan Hsieh (sunpoet) ] 7a79a5e
graphics/s2: Fix c++17 setting
Before:
... -std=c++17 -DNDEBUG -std=c++11 ...
After:
... -DNDEBUG -std=c++17 ...
|
[ 18:25 Po-Chuan Hsieh (sunpoet) ] b4d51fb (Only the first 10 of 20 ports in this commit are shown above. )
devel/googletest: Update to 1.14.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/google/googletest/releases
|
Wed, 5 Apr 2023
|
[ 17:29 Po-Chuan Hsieh (sunpoet) ] fe0564c
graphics/s2: Update WWW and clean up pkg-descr
|
Mon, 30 Jan 2023
|
[ 12:59 Po-Chuan Hsieh (sunpoet) ] 88638d8
graphics/s2: Use the same C++ version as devel/abseil
- Bump PORTREVISION for package change
Reference: https://github.com/google/s2geometry/blob/master/README.md#building
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 022e658 (Only the first 10 of 771 ports in this commit are shown above. )
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 )
|
Thu, 30 Jun 2022
|
[ 15:27 Jan Beich (jbeich) ] 957aa87 (Only the first 10 of 17 ports in this commit are shown above. )
devel/googletest: update to 1.12.1
Changes: https://github.com/google/googletest/releases/tag/release-1.12.1
Reported by: GitHub (watch releases)
|
Sat, 25 Jun 2022
|
[ 19:31 Jan Beich (jbeich) ] 3ff1f55 (Only the first 10 of 17 ports in this commit are shown above. )
devel/googletest: update to 1.12.0
Changes: https://github.com/google/googletest/releases/tag/release-1.12.0
Reported by: GitHub (watch releases)
|
Tue, 26 Apr 2022
|
[ 15:01 Po-Chuan Hsieh (sunpoet) ] a8569eb
graphics/s2: Update to 0.10.0
Changes: https://github.com/google/s2geometry/releases
|
Thu, 21 Apr 2022
|
[ 17:11 Piotr Kubaj (pkubaj) ] f391042
graphics/s2: improve experience for people on POWER newer than POWER7
Don't hardcode -mcpu.
|
Sat, 12 Jun 2021
|
[ 03:25 Jan Beich (jbeich) ] 4421609
devel/googletest: update to 1.11.0
Changes: https://github.com/google/googletest/compare/53495a2a...release-1.11.0
Changes: https://github.com/google/googletest/releases/tag/release-1.11.0
Reported by: GitHub (watch releases)
|
Thu, 3 Jun 2021
|
[ 15:04 Jan Beich (jbeich) ] ab6322e
devel/googletest: update to 1.10.0.667
Upstream no longer makes releases, see
https://github.com/google/googletest/commit/861d535e2595
Changes: https://github.com/google/googletest/compare/release-1.10.0...53495a2a
Reported by: ngie (1 year ago)
|
Sun, 18 Apr 2021
|
[ 05:42 Po-Chuan Hsieh (sunpoet) ] 6b91b35
graphics/s2: Add missing USE_LDCONFIG
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 3 Mar 2021
|
[ 18:07 sunpoet ]
Do not build this port on i386
|
Tue, 26 Jan 2021
|
[ 17:21 sunpoet ]
Clean up Makefile
|
Thu, 29 Oct 2020
|
[ 17:28 pkubaj ]
graphics/s2: fix build on powerpc64
Specifically optimize for POWER7 or later:
/wrkdirs/usr/ports/graphics/s2/work/s2geometry-0.9.0/src/s2/util/bits/bits.h:509:19:
error: this builtin is only valid on POWER7 or later CPUs
uint64 result = __builtin_bpermd(0x3f3e3d3c3b3a3938, temp);
|
Sat, 12 Sep 2020
|
[ 12:07 sunpoet ]
Add s2 0.9.0
S2 Geometry Library is a package for manipulating geometric shapes. Unlike many
geometry libraries, S2 is primarily designed to work with spherical geometry,
i.e., shapes drawn on a sphere rather than on a planar 2D map. This makes it
especially suitable for working with geographic data.
WWW: https://s2geometry.io/
WWW: https://github.com/google/s2geometry
|
Number of commits found: 19 |