| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Get rid of direct dependency ob libbost_system.so, use libboost_thread.so instead
|
| |
|
|
| |
Reported by: fallout
|
| |
|
|
| |
Using the Tools/scripts/bump_revision.pl script
|
| | |
|
| | |
|
| |
|
|
| |
Sponsored by: Future Crew, LLC
|
| |
|
|
| |
Reported by: fallout
|
| | |
|
| |
|
|
|
|
|
|
|
| |
on i386
1. powerpc64le is also little-endian.
2. There are now less big-endian architectures than little-endian, so revert
the check, now also covering powerpc64le.
3. Tested on i386, works fine on 14.2-RELEASE.
|
| |
|
|
| |
Sponsored by: Future Crew, LLC
|
| |
|
|
|
| |
With hat: office
Sponsored by: Future Crew, LLC
|
| |
|
|
|
| |
PR: 281322
Reported by: Daniel Engberg <diizzy@FreeBSD.org>
|
| |
|
|
| |
Reported by: portscout
|
| |
|
|
| |
Reported by: fallout
|
| |
|
|
| |
Reported by: fallout
|
| |
|
|
| |
Reported by: portscout
|
| |
|
|
| |
Reported by: portscout
|
| | |
|
| | |
|
| |
|
|
| |
Reported by: portscout
|
| |
|
|
| |
Reported by: portscout
|
| | |
|
| |
|
|
| |
Reported by: portscout
|
| |
|
|
|
|
|
|
|
|
|
| |
Fails to compile as clang crashes with:
error: clang frontend command failed with exit code 134
Have tried to build with llvm14 and llvm15 and it builds but there are
lots of modules which are not built.
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
| |
Reported by: portscout
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| | |
|
| |
|
|
| |
Reported by: portscout
|
| |
|
|
| |
Reported by: portscout
|
| |
|
|
| |
Reported by: portscout
|
| |
|
|
| |
PR: 246106
|
| |
|
|
| |
Reported by: portscout
|
| |
|
|
| |
Reported by: portscout
|
| |
|
|
| |
Reported by: portscout
|
| |
|
|
| |
Reported by: fallout
|
| |
|
|
|
| |
PR: 261223
Reported by: diizzy@
|
| | |
|
| | |
|
| |
|
|
| |
Reported by: portscout
|
| |
|
|
| |
Reported by: portscout
|
| |
|
|
|
|
|
|
|
| |
Since the previous update changed USES=python from 3.6+ to 3.7+, all
dependent ports must have USES=python:3.7+ as well, otherwise it breaks
the @py36 flavor.
PR: 255347
Reported by: sunpoet
|
| |
|
|
| |
Reported by: lwhsu
|
| | |
|