Commit graph

79 commits

Author SHA1 Message Date
Charlie Li
06a08e69f3
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.

Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details.
2025-03-07 23:05:21 -05:00
Daniel Engberg
ff33dd4700 */*: Bump consumers of devel/icu
...to avoid library mismatches
2025-02-15 00:12:32 +01:00
Yuri Victorovich
57aa2f36a2 devel/flatbuffers: update 25.1.21 → 25.1.24
Reported by:	portscout
2025-01-24 21:50:44 -08:00
Yuri Victorovich
ae1774f650 devel/flatbuffers: update 24.12.23 → 25.1.21
Reported by:	portscout
2025-01-22 19:15:18 -08:00
Yuri Victorovich
699cd623b6 devel/flatbuffers: update 24.3.25 → 24.12.23 2025-01-10 02:22:54 -08:00
Joseph Mingrone
b359e3699e
Bump PORTREVISIONs after grpc shlib change in 2715f16944
PR:		282624
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D47513
2024-11-11 23:13:54 -04:00
Yuri Victorovich
a63bcef051 */*: Bump dependencioes after devel/jsoncpp update
PR:		281462
Reported by:	Ale <discipline@tiscali.it>
2024-09-12 09:20:06 -07:00
Muhammad Moinur Rahman
463eb96108
science/py-tensorflow: Mark BROKEN
Fails to build with:
variable has incomplete type 'StateSaver'
2024-02-17 07:05:56 +01:00
Po-Chuan Hsieh
69e2e87fa5
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
2023-12-15 01:03:10 +08:00
Jan Beich
e55b80195e devel/icu: update to 74.1
Changes:	https://github.com/unicode-org/icu/releases/tag/release-74-1
Reported by:	GitHub (watch releases)
PR:		274317
Exp-run by:	antoine (incomplete)
Approved by:	fluffy
2023-11-17 12:46:00 +01:00
Po-Chuan Hsieh
0c509fb2dc
devel/re2: Update to 20230801
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/google/re2/releases
2023-09-11 11:22:48 +08:00
Daniel Engberg
664a2fa1e5 */*: Bump jpeg-turbo users treewide
New major version 3.0.0
2023-07-28 19:13:17 +02:00
Rene Ladan
3d9a815d9c all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++ -DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable -Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi -Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings -Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x -MT _quickfix_la-QuickfixPython.lo -MD -MP -MF .deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o .libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
2023-06-27 21:34:34 +02:00
Yuri Victorovich
743c81d6e4 science/py-tensorflow: Enable the option JOBS_HALF in an attempt to fix build
Tensorflow build is killed on builders with signal 9 probably because it builds too long.
With JOBS_HALF=ON it would use more CPUs and would build faster.

Reported by:	fallout
2023-05-28 11:56:17 -07:00
Yuri Victorovich
8f1c1fe245 devel/flatbuffers: Update 23.3.3 → 23.5.26
Reported by:	portscout
2023-05-27 20:46:56 -07:00
Charlie Li
4b38d6c0dc
devel/bazel5: switch build consumers
Event: Kitchener-Waterloo Hackathon 202305
2023-05-25 20:54:09 -04:00
Po-Chuan Hsieh
94713bad76
devel/re2: Update to 20230301
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/google/re2/releases
2023-05-03 03:58:21 +08:00
Gerald Pfeifer
8d3e020ed0 *: Bump PORTREVISIONs for math/mpc update to 1.3.1 2023-04-23 09:09:58 +00:00
Po-Chuan Hsieh
69a06716ba
devel/grpc: Update to 1.54.0 (should be part of 8f17596cf5)
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/grpc/grpc/releases
2023-04-20 02:53:02 +08:00
Jan Beich
f1f1a8be88 devel/icu: update to 73.1
- Temporarily switch to GitHub auto archive (release artifacts are N/A atm)

Changes:	https://github.com/unicode-org/icu/releases/tag/release-73-1
Reported by:	GitHub (watch releases)
PR:		270422
Exp-run by:	antoine
2023-04-13 00:56:37 +00:00
Yuri Victorovich
f8897c26b7 science/py-tensorflow: Simplify USES=llvm
Reported by:	jbeich@
2023-03-31 20:04:11 -07:00
Yuri Victorovich
576c2c36a8 science/py-tensorflow: Unbreak build
PR:		270411
Submitted by:	Ivan <ivan@drm.su>, Matthieu Volat <mazhe@alkumuna.eu>
Approved by:	portmgr (unbreak)
2023-03-31 17:32:32 -07:00
Po-Chuan Hsieh
68b8a1ddaa
devel/grpc: Update to 1.52.1
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/grpc/grpc/releases
2023-03-22 03:20:03 +08:00
Yuri Victorovich
4cbc811bc9 devel/flatbuffers: Update 23.1.4 -> 23.1.21
Reported by:	portscout
2023-01-22 12:33:00 -08:00
Jan Beich
dfe25d73e7 devel/icu: update to 72.1
Changes:	https://github.com/unicode-org/icu/releases/tag/release-72-1
Reported by:	GitHub (watch releases)
PR:		266582
Exp-run by:	antoine
2022-10-19 08:10:29 +00:00
Po-Chuan Hsieh
05e7a8b8e1
devel/protobuf: Update to 3.21.7
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
2022-10-09 23:37:51 +08:00
Yuri Victorovich
26c38361f1 devel/flatbuffers: Update 2.0.8 -> 22.9.24
Reported by:	portscout
2022-09-29 11:59:22 -07:00
Anthony Donnelly
56dc0e449f science/py-tensorflow: Update 1.15.5 -> 2.9.1
Big thank you to Anthony Donnelly for updating this difficult port.

PR:		266303
2022-09-13 13:32:36 -07:00
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 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
Dmitry Marakasov
7ad528508c science/py-tensorflow: mark BROKEN
Approved by:	portmgr blanket
2022-07-21 23:49:19 +03:00
Jan Beich
268cee3b02 devel/icu: update to 71.1
Changes:	https://github.com/unicode-org/icu/releases/tag/release-71-1
Reported by:	GitHub (watch releases)
PR:		262654
Exp-run by:	antoine
Approved by:	fluffy
2022-04-07 00:39:10 +00:00
Po-Chuan Hsieh
d0c27ebad6
devel/grpc: Update to 1.42.0
Changes:	https://github.com/grpc/grpc/releases
2021-12-22 02:46:21 +08:00
Daniel Engberg
00f2a7aec7 devel/jsoncpp: Update to 1.9.4 -> 1.9.5
PR:		259654
2021-11-05 12:09:19 -07:00
Jan Beich
f34ece3aa6 devel/icu: update to 70.1
Changes:	https://github.com/unicode-org/icu/releases/tag/release-70-1
Reported by:	GitHub (watch releases)
PR:		258794
Exp-run by:	antoine
2021-10-28 16:37:30 +00:00
Po-Chuan Hsieh
51a0733465
devel/grpc: Update to 1.41.0
-

Changes:	https://github.com/grpc/grpc/releases
2021-10-25 23:57:13 +08:00
Piotr Kubaj
c422e549a9 science/py-tensorflow: enable on powerpc64le
Currently doesn't build, but fails with the same error that amd64 after 6 hours of building.
2021-10-23 14:38:14 +00:00
Stefan Eßer
9898f49634 science/py-tensorflow: Add CPE information
Approved by:	portmgr (blanket)
2021-10-14 12:27:47 +02:00
Piotr Kubaj
b3ab9cf937 science/py-tensorflow: fix build on powerpc64
The bundled abseil needs the same patch that was already upstreamed.

Approved by: portmgr (blanket: build fix)
PR:	259082
2021-10-12 18:37:07 +00:00
Po-Chuan Hsieh
6582405606
science/py-tensorflow: Fix build with protobuf 3.17.3 2021-07-22 02:12:13 +08:00
Po-Chuan Hsieh
f4acead636
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
2021-07-22 02:11:52 +08:00
Anthony Donnelly
3dccfaa0cd science/py-tensorflow: Update 1.14.0 -> 1.15.5
PR:		250646
2021-07-08 17:31:37 -07:00
Po-Chuan Hsieh
42eda02a8b
devel/grpc: Update to 1.38.0
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/grpc/grpc/releases
2021-05-26 20:54:17 +08:00
Yuri Victorovich
454ec5251b devel/flatbuffers: Update 1.12.0 -> 2.0.0
Reported by:	portscout
2021-05-11 12:49:07 -07:00
Jan Beich
69d24a727d devel/icu: update to 69.1
Changes:	https://github.com/unicode-org/icu/releases/tag/release-69-1
Reported by:	GitHub (watch releases)
2021-04-08 23:33:31 +00: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
Sunpoet Po-Chuan Hsieh
406dc189f9 Bump PORTREVISION for devel/grpc shlib change 2021-03-07 22:10:47 +00:00
Sunpoet Po-Chuan Hsieh
60321667ec Bump PORTREVISION for devel/re2 shlib change 2021-02-03 19:46:35 +00:00
Sunpoet Po-Chuan Hsieh
fef65679d6 Bump PORTREVISION for devel/protobuf shlib change 2021-01-26 14:01:09 +00:00