1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
Commit Graph

5079 Commits

Author SHA1 Message Date
Dmitry Marakasov
dd13082cdb astro/gpsprune: update 23.2 → 24 2024-05-14 03:42:08 +03:00
Dmitry Marakasov
2363c3f320 astro/josm: update 19039 → 19067 2024-05-14 03:25:39 +03:00
Philippe Audeoud
d4c88edd85 astro/p5-Astro-SpaceTrack: update to 0.165
Changelog: https://metacpan.org/dist/Astro-SpaceTrack/changes
2024-05-06 12:38:06 +02:00
Yuri Victorovich
0a2c5ca042 graphics/opencv: update 4.6.0 → 4.9.0
PR:	275977
Approved by:	desktop@FreeBSD.org (maintainers timeout; 4+ months)
2024-05-02 10:42:04 -07:00
Thierry Thomas
84b2b58dfd astro/py-jplephem: upgrade to 2.22 2024-05-01 19:09:04 +02:00
Tijl Coosemans
98bf25875a graphics/tiff: Update to 4.6.0
PR:		278577
Exp-run by:	antoine
2024-04-27 14:44:59 +02:00
Dmitry Marakasov
5e85b25f48 astro/josm: update 19017 → 19039 2024-04-17 04:02:48 +03:00
Loïc Bartoletti
e3ecaf6c0a graphics/proj: Update to 9.4.0 2024-04-15 06:44:23 +02:00
Po-Chuan Hsieh
84a372ad5f
devel/py-python-dateutil: Move devel/py-dateutil to devel/py-python-dateutil
- Convert to USE_PYTHON=pep517
- Bump PORTREVISION of dependent ports for dependency change
- While I'm here, update audio/py-pyradio to use PYTHON_PKGNAMEPREFIX instead of PKGNAMEPREFIX for *_DEPENDS
2024-04-13 22:47:51 +08:00
Max Brazhnikov
43d9a1336d */*: convert to cmake:indirect
Convert bunch of ports to USES=cmake:indirect
2024-04-11 12:16:53 +03:00
Dmitry Marakasov
095e86965f astro/josm: update 18822 → 19017 2024-04-09 04:37:47 +03:00
Dmitry Marakasov
00f0aa990a astro/mkgmap-splitter: update r653 → r654 2024-04-08 17:00:24 +03:00
Wen Heping
8a636205f7 astro/py-sunpy: Update to 5.1.2 2024-04-08 02:29:37 +00:00
Wen Heping
8760d601e9 astro/p5-Astro-App-Satpass2: Update to 0.054
Update DEPENDS
2024-04-07 12:11:01 +00:00
Po-Chuan Hsieh
80f70dc666
astro/py-metpy: Update to 1.6.2
Changes:	https://github.com/Unidata/MetPy/releases
2024-04-06 07:57:45 +08:00
Dmitry Marakasov
5d04b1b2f8 astro/mkgmap: update r4918 → r4919 2024-04-05 19:22:02 +03:00
Po-Chuan Hsieh
6e039c5c4c
astro/p5-Astro-satpass: Update to 0.131
Changes:	https://metacpan.org/dist/Astro-satpass/changes
2024-03-31 11:09:39 +08:00
Po-Chuan Hsieh
1ec448c030
astro/py-metpy: Remove PY_SETUPTOOLS
py-setuptools should be used rather than PY_SETUPTOOLS
2024-03-31 11:06:09 +08:00
Muhammad Moinur Rahman
5674c646c0
astro/sunwait: Update version 20041208=>0.9.1
- Update LICENSE to GPLv3
- Use GITHUB as MASTER_SITES has moved to GH
- Pet portclippy
- Update WWW to https
2024-03-29 11:33:30 +01:00
Alexey Dokuchaev
d9d25511d8 astro/calcmysky: the port had been updated to version 0.3.2
GLM_ENABLE_EXPERIMENTAL is now defined at the source level,
so we can drop CXXFLAGS+= from the Makefile.

Reported by:	portscout
2024-03-28 08:50:56 +00:00
Alexey Dokuchaev
0fbbce6684 astro/stellarium: update Stellarium to the latest version 24.1
Our `math/fast_float' port installs what CMake calls `FastFloat'
and its advertised version is 6.0.0, despite that it is, really,
6.1.0, adjust the search logic accordingly.
2024-03-28 04:18:46 +00:00
Po-Chuan Hsieh
6be392454c
astro/py-spacetrack: Remove PY_SETUPTOOLS
py-setuptools should be used rather than PY_SETUPTOOLS
2024-03-23 22:31:02 +08:00
Po-Chuan Hsieh
8084815bd8
astro/py-ro: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
2024-03-23 22:31:01 +08:00
Po-Chuan Hsieh
f1d329ab26
astro/py-pymetar: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
2024-03-23 22:31:01 +08:00
Po-Chuan Hsieh
4c9c8c6dcd
astro/py-metar: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
2024-03-23 22:31:01 +08:00
Po-Chuan Hsieh
cb8b43a5e2
astro/py-horoscopegenerator: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
2024-03-23 22:31:01 +08:00
Tijl Coosemans
d7511b9d00 Mk/bsd.port.mk: Add __MAKE_CONF=${NONEXISTENT} to WRK_ENV
And remove it from individual ports.  Use WRK_ENV in custom build
commands where necessary.

FreeBSD make(1) includes /usr/share/mk/sys.mk and that includes
/etc/make.conf if it exists.  This happens when you run make in a port
directory but it also happens when the upstream build system uses make.
This commit disables make.conf inclusion in the latter case because
users can define variables like CFLAGS in make.conf that override ports
framework variables and this can cause problems that are difficult to
diagnose.

If there are any build customisations made through make.conf that stop
working because of this commit then they should be made available by the
ports tree through some mechanism, e.g. an option in a port.

Some ports were picking up variables from Poudriere make.conf and
required fixes:

- astro/wmspaceweather x11-clocks/wmcalclock: Add OPSYS to MAKE_ENV.
- games/zhlt: Add ARCH to MAKE_ENV.
- graphics/tachyon: Upstream ARCH is not ports tree ARCH.
  Set ALL_TARGET=bsd so upstream ARCH is defined correctly.
  Enable multi-threading support while here.

PR:		277455
Exp-run by:	antoine
2024-03-23 12:19:32 +01:00
Dmitry Marakasov
11bc1fbfd9 astro/libosmpbf: update 1.5.0 → 1.5.1 2024-03-12 23:41:06 +03:00
Dmitry Marakasov
316906422e astro/mkgmap: update r4917 → r4918 2024-03-12 23:41:05 +03:00
Po-Chuan Hsieh
77551d248f
astro/cfitsio: Update to 4.4.0
Changes:	https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt
2024-03-09 22:05:17 +08:00
Dmitry Marakasov
b35bdcd8fa math/glm: update 0.9.9.8 → 1.0.1
Some parts of glm were retroactively marked as experimental, and using
now leads to a compile error - added override for this error to consumers
which need it.
2024-03-02 00:00:07 +03:00
Charlie Li
5d4139f8bd
devel/py-setuptools-scm: update to 8.0.4
Directory and PORTNAME changed to match normalised name in release
tarball; consumers updated to match.

Although setuptools itself is specified as a run dependency in the
Python package metadata, it is currently left out here to prevent
environment pollution until at least PR 270510 is committed.
Additionally, this version of setuptools-scm requires setuptools>=61,
which means this version is only meant for USE_PYTHON=pep517 ports
as all USE_PYTHON=distutils ports will switch to devel/py-setuptools58
also after PR 270510. science/py-emmet-core is switched to
devel/py-setuptools_scm7 accordingly, as it specifies setuptools-scm<8.
devel/py-{flit-scm,hatch-vcs} have ${PY_SETUPTOOLS} added to
RUN_DEPENDS to compensate.

Further details: https://wiki.freebsd.org/Python/setuptools

Reported by: yuri
Co-authored by: matthew
Exp-run by: antoine (earlier iteration)
Approved by: yuri (science/py-emmet-core, previous iteration)
PR: 272134
Differential Revision: https://reviews.freebsd.org/D39288
2024-02-29 02:18:32 -05:00
Dmitry Marakasov
e2b46401a1 astro/osmosis: update 0.49.0 → 0.49.2 2024-02-27 20:01:05 +03:00
Muhammad Moinur Rahman
e78772d7fa
astro/wmmoonclock: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-24 17:12:09 +01:00
Muhammad Moinur Rahman
31e1e0d3e8
astro/xtide: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-22 13:02:57 +01:00
Muhammad Moinur Rahman
b55d7ad75c
astro/wmglobe: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-22 13:02:56 +01:00
Muhammad Moinur Rahman
ee1dad29eb
astro/opencpn: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-22 13:02:55 +01:00
Muhammad Moinur Rahman
ecaed63981
astro/nightfall: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-22 13:02:55 +01:00
Muhammad Moinur Rahman
56f543ff1a
astro/foxtrotgps: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-22 13:02:54 +01:00
Muhammad Moinur Rahman
cfb0d3db9d
astro/viking: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-22 04:47:54 +01:00
Po-Chuan Hsieh
fc05439cff
astro/py-metpy: Update to 1.6.1
Changes:	https://github.com/Unidata/MetPy/releases
2024-02-21 23:07:06 +08:00
Muhammad Moinur Rahman
10109b3304
astro/starplot: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-21 12:08:33 +01:00
Muhammad Moinur Rahman
68861d78a4
astro/rmap: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-21 12:08:32 +01:00
Muhammad Moinur Rahman
f5af5b07e5
astro/gpxloggerd: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-21 12:08:31 +01:00
Muhammad Moinur Rahman
40cd061a77
astro/xmoontool: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-21 12:08:31 +01:00
Muhammad Moinur Rahman
1adcb63ca4
astro/wmspaceweather: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-21 12:08:30 +01:00
Muhammad Moinur Rahman
b481f039f9
astro/xplanet: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-21 12:08:23 +01:00
Muhammad Moinur Rahman
705e765234
astro/wcslib: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-20 23:10:22 +01:00
Muhammad Moinur Rahman
90c924fae7
astro/sextractor: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-20 23:10:21 +01:00
Muhammad Moinur Rahman
aa2174731f
astro/jday: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-20 23:10:21 +01:00