52 Commits

Author SHA1 Message Date
Robert Clausecker
75ecc581ae science/opensph: port to aarch64
- use sse2neon to build this port on aarch64
 - armv7 might work too, but I can't test it due to dependent ports not
   building right now

Approved by:	yuri (maintainer)
Differential Revision:	https://reviews.freebsd.org/D47140
2024-10-21 11:36:01 +02:00
Ganael LAPLANCHE
149e2101c3 devel/onetbb: Update to 2021.13.0
and bump dependent ports' revisions.

Release notes:	https://github.com/oneapi-src/oneTBB/blob/v2021.13.0/RELEASE_NOTES.md
2024-07-04 13:39:44 +02:00
Ganael LAPLANCHE
96261a1e5a devel/onetbb: Update to 2021.12.0
and bump dependent ports' revisions.

Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.12.0
2024-04-17 13:28:34 +02:00
Yuri Victorovich
d1127d0657 misc/{,py-}openvdb: update 10.0.1 → 11.0.0 2024-04-02 00:59:08 -07:00
Yuri Victorovich
a2aef21762 science/opensph: update 0.4.0 → 0.4.1
Reported by:	portscout
2023-12-18 10:02:39 -08:00
Ganael LAPLANCHE
cf5d9b8b96 devel/onetbb: Update to 2021.11.0
and bump dependent ports' revisions.

Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.11.0
2023-11-28 12:35:02 +01:00
Nuno Teixeira
03eac77c10 */*: Bump consumers of x11-toolkits/wxgtk32
New version of wxWidgets in tree
2023-11-23 11:20:28 +00:00
Ganael LAPLANCHE
22e222cbce devel/onetbb: Update to 2021.10.0
and bump dependent ports' revisions.

Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.10.0
2023-08-21 12:09:23 +02:00
Felix Palmen
7d1faa7179 bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.

Approved by:		portmgr (tcberner, mentor)
Differential Revision:	https://reviews.freebsd.org/D37077
2023-07-12 20:56:04 +02:00
Matthias Andree
a5fbd2fa98 *: bump PORTREVISION of Imath users
...because math/Imath 3.1.9 reset the major version of
libImath to 29 from 31. See math/Imath 3.1.9 for details.
2023-06-02 23:40:45 +02:00
Matthias Andree
e434b50017 *: Bump revision of ports using math/Imath
...after its major revision update.
2023-05-28 20:39:40 +02:00
Ganael LAPLANCHE
8f947d908a devel/onetbb: Update to 2021.9.0
and bump dependent ports' revisions.

Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.9.0
2023-05-09 12:25:26 +02:00
Gerald Pfeifer
8d3e020ed0 *: Bump PORTREVISIONs for math/mpc update to 1.3.1 2023-04-23 09:09:58 +00:00
Matthias Andree
5327591576 *: Bump PORTREVISION of math/Imath users 2023-03-04 11:41:17 +01:00
Ganael LAPLANCHE
1dc256924e devel/onetbb: Update to 2021.8.0
Also:
- bump dependent ports' revisions
- fix build when WITH_DEBUG is set

Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.8.0
2023-03-03 16:01:50 +01:00
Ganael LAPLANCHE
e02e127016 devel/onetbb: Update to 2021.7.0
and bump dependent ports' revisions.

Release notes: https://github.com/oneapi-src/oneTBB/blob/v2021.7.0/RELEASE_NOTES.md
2022-11-03 12:32:41 +01:00
Yuri Victorovich
c61b52fcef misc/openvdb: Update 9.1.0 -> 10.0.0
Reported by:	portscout
2022-10-30 11:34:51 -07:00
Loïc Bartoletti
f83d4e2ea2 science/opensph: use wx 3.2
PR:		265093
2022-10-25 07:44:05 +02:00
Ganael LAPLANCHE
e3eba48aef devel/onetbb: Update to 2021.6.0
and bump dependent ports' revisions.

Release notes: https://github.com/oneapi-src/oneTBB/blob/v2021.6.0/RELEASE_NOTES.md
2022-09-28 12:28:09 +02:00
Stefan Eßer
fb16dfecae 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)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
2022-09-07 23:10:59 +02:00
Dima Panov
4cf39decb3 */*: bump all consumers after recent boost upgrade 2022-08-12 17:46:53 +03:00
Yuri Victorovich
d9bef618f3 science/opensph: Update 0.3.8 -> 0.4.0 2022-08-01 00:42:56 -07:00
Tobias C. Berner
5564b3b420 science/hdf5: bump PORTREVISION of consumers
The SO-version increased in the update to 1.12.2 in
a43418b81530f7e897abfbe18dd59f44265a1a0f .

Reported by:	VVD <vvd@unislabs.com>
2022-07-20 16:35:24 +02:00
Yuri Victorovich
598609b371 misc/openvdb: Update 9.0.0 -> 9.1.0
Reported by:	portscout
2022-06-11 13:29:59 -07:00
Yuri Victorovich
5c13bc9d98 science/opensph: Only for amd64 i386
Reported by:	fallout
2022-03-29 14:02:08 -07:00
Ganael LAPLANCHE
4a0e524371 devel/onetbb: Update to 2021.5.0
and bump dependent ports' revisions
2022-01-05 17:43:54 +01:00
Yuri Victorovich
f44e2a56ea misc/openvdb: Update 8.1.0 -> 9.0.0
Reported by:	portscout
2021-11-14 21:18:52 -08:00
Ganael LAPLANCHE
036bda781b devel/onetbb: Update to 2021.4.0
Release notes: https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-threading-building-blocks-release-notes.html
2021-10-10 17:11:27 +02:00
Yuri Victorovich
6014fe2a2f science/opensph: 0.3.8 release was moved to include the OpebVDB fix 2021-10-03 01:53:36 -07:00
Yuri Victorovich
b635bf0d5b science/opensph: Update 0.3.7 -> 0.3.8
oneTBB is now supported.
2021-10-02 16:00:02 -07:00
Yuri Victorovich
48ea06811c science/opensph: Update 0.3.6 -> 0.3.7 2021-08-16 00:06:30 -07:00
Yuri Victorovich
83f4441845 science/opensph: Disable options related to TBB (TBB,VDB) until OpenSPH supports OneTBB.
Reason: misc/openvdb will soon switch to devel/onetbb and would become incompatible otherwise.
2021-08-15 02:32:16 -07:00
Matthias Andree
3cda93bdf6 *: bump PORTREVISION after math/Imath update 2021-07-17 11:17:59 +02:00
Yuri Victorovich
6b4a86d79e science/opensph: Update 0.3.5 -> 0.3.6 2021-07-13 20:55:48 -07:00
Matthias Andree
4030a14b56 *: Bump PORTREVISION for openexr update
OpenEXR's patchlevel updated bumped the major version
of the OpenEXR library, hence bump PORTREVISION of all
ports that require OpenEXR.
2021-07-03 07:15:12 +02:00
Yuri Victorovich
00d2edb618 science/opensph: Update 0.3.4 -> 0.3.5 2021-06-25 13:33:12 -07:00
Yuri Victorovich
b5163fd672 misc/openvdb: Update 8.0.1 -> 8.1.0
Reported by:	portscout
2021-06-12 20:48:20 -07:00
Yuri Victorovich
da21801551 science/opensph: Add pkg-message 2021-05-30 22:05:32 -07:00
Yuri Victorovich
f97664048d science/opensph: Backport more patches 2021-05-30 20:36:26 -07:00
Yuri Victorovich
993f4254f9 science/opensph: Fix EIGEN option
Add corresponding qmake switch that was missing.
2021-05-30 16:36:42 -07:00
Yuri Victorovich
3c89e1ef8f science/opensph: Add options, backport relevant fixes 2021-05-30 16:33:05 -07:00
Yuri Victorovich
c9f9c37a46 science/opensph: Update g20190519 -> 0.3.4 2021-05-29 22:38:08 -07:00
Yuri Victorovich
925e342a40 x11-toolkits/wxgtk31: Update 3.1.4 -> 3.1.5
Bump 43 ports that either depend on wxgtk31 or potentially depend on it.

Reported by: portscout
2021-04-16 00:52:45 -07:00
Matthias Fechner
911f04257e Regenerate all distfiles using gitlab as source.
This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.

This commit also applies some small fixes to make sure all ports using
gitlab are buildable.

Reviewed by:	mat
Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D29628
2021-04-09 20:44:23 +02:00
Mathieu Arnold
cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Thierry Thomas
0b5864f66c - 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
2020-12-12 17:04:37 +00:00
Yuri Victorovich
d5dfbe976b science/opensph: Use USE_WX instead of the LIB_DEPENDS with the WX library 2020-09-01 20:00:46 +00:00
Yuri Victorovich
dbb48d51ec x11-toolkits/wxgtk31: Update 3.1.3 -> 3.1.4
PR:		248244
Submitted by:	VVD <vvd@unislabs.com>
2020-09-01 18:12:20 +00:00