| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
PR: 280234
Approved by: maintainer timeout
Sponsored by: DSS GmbH
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
|
| |
...to avoid library mismatches
|
| |
|
|
| |
Reported by: portscout
|
| |
|
|
| |
Reported by: portscout
|
| | |
|
| |
|
|
|
|
| |
PR: 282624
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D47513
|
| |
|
|
|
| |
PR: 281462
Reported by: Ale <discipline@tiscali.it>
|
| |
|
|
|
| |
Fails to build with:
variable has incomplete type 'StateSaver'
|
| |
|
|
|
|
|
| |
- Use USES=pathfix to fix .pc installation
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
|
| |
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/google/re2/releases
|
| |
|
|
| |
New major version 3.0.0
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
| |
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
|
| |
|
|
| |
Reported by: portscout
|
| |
|
|
| |
Event: Kitchener-Waterloo Hackathon 202305
|
| |
|
|
|
|
| |
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/google/re2/releases
|
| | |
|
| |
|
|
|
|
|
|
| |
8f17596cf5a75f2dca4b4c9f65ba02a53e1b2cd9)
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/grpc/grpc/releases
|
| |
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
| |
Reported by: jbeich@
|
| |
|
|
|
|
| |
PR: 270411
Submitted by: Ivan <ivan@drm.su>, Matthieu Volat <mazhe@alkumuna.eu>
Approved by: portmgr (unbreak)
|
| |
|
|
|
|
| |
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/grpc/grpc/releases
|
| |
|
|
| |
Reported by: portscout
|
| |
|
|
|
|
|
| |
Changes: https://github.com/unicode-org/icu/releases/tag/release-72-1
Reported by: GitHub (watch releases)
PR: 266582
Exp-run by: antoine
|
| |
|
|
|
|
| |
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
|
| |
|
|
| |
Reported by: portscout
|
| |
|
|
|
|
| |
Big thank you to Anthony Donnelly for updating this difficult port.
PR: 266303
|
| |
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
| |
Approved by: portmgr blanket
|
| |
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Changes: https://github.com/grpc/grpc/releases
|
| |
|
|
| |
PR: 259654
|
| |
|
|
|
|
|
| |
Changes: https://github.com/unicode-org/icu/releases/tag/release-70-1
Reported by: GitHub (watch releases)
PR: 258794
Exp-run by: antoine
|
| |
|
|
|
|
| |
-
Changes: https://github.com/grpc/grpc/releases
|
| |
|
|
| |
Currently doesn't build, but fails with the same error that amd64 after 6 hours of building.
|
| |
|
|
| |
Approved by: portmgr (blanket)
|
| |
|
|
|
|
|
| |
The bundled abseil needs the same patch that was already upstreamed.
Approved by: portmgr (blanket: build fix)
PR: 259082
|
| | |
|
| |
|
|
|
|
|
|
| |
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
PR: 257026
Exp-run by: antoine
|
| |
|
|
| |
PR: 250646
|
| |
|
|
|
|
| |
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/grpc/grpc/releases
|
| |
|
|
| |
Reported by: portscout
|
| |
|
|
|
| |
Changes: https://github.com/unicode-org/icu/releases/tag/release-69-1
Reported by: GitHub (watch releases)
|
| |
|
|
| |
Reported by: lwhsu
|
| | |
|
| |
|
|
| |
Notes:
svn path=/head/; revision=567615
|
| |
|
|
| |
Notes:
svn path=/head/; revision=563913
|