Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.15.5_1 15 Jan 2024 11:32:06 |
Rene Ladan (rene) |
science/libtensorflow1: Remove expired port
2024-01-15 science/libtensorflow1: Broken for more than a year |
1.15.5_1 31 Dec 2023 00:37:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
1.15.5_1 15 Dec 2023 12:55:45 |
Muhammad Moinur Rahman (bofh) |
science/libtensorflow1: Mark DEPRECATED
- Broken for more than a year
- Set EXPIRATION_DATE to 2024-01-01
- Pet portclippy
Approved by: portmgr (blanket) |
1.15.5_1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
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> |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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) |
1.15.5_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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.
(Only the first 15 lines of the commit message are shown above ) |
1.15.5_1 21 Jul 2022 14:31:12 |
Dmitry Marakasov (amdmi3) |
science/libtensorflow1: mark BROKEN: tries to fetch during the build
While here, fix a whitespace nit
Approved by: portmgr blanket |
1.15.5_1 12 Jun 2022 20:01:13 |
Chris Rees (crees) |
science/libtensorflow1: disallow newer Bazel
Does not build with newer Bazel:
Repository rule git_repository defined at:
/usr/ports/science/libtensorflow1/work-default/bazel_out/98e92f9393bc83ca8c28c921fe93f245/external/bazel_tools/tools/build_defs/repo/git.bzl:199:33:
in <toplevel>
ERROR:
/usr/ports/science/libtensorflow1/work-default/bazel_out/98e92f9393bc83ca8c28c921fe93f245/external/io_bazel_rules_docker/container/image.bzl:550:31:
invalid escape sequence: \s. Use '\\' to insert '\'.
PR: ports/260694
Discovered by: Dario <darioml@gmail.com> |
1.15.5_1 12 Jun 2022 08:28:25 |
Chris Rees (crees) Author: Paul Armstrong |
science/libtensorflow1: add flavour without AVX
Not all processors bought these days support AVX, for example Pentium
Gold. People would most likely wish to have a working package in this
case.
While here, remove march=native.
PR: ports/260694
Discussed with: diizzy
Discussed with: William Miur <wamuir@gmail.com> |
1.15.5 10 Jun 2022 19:04:30 |
Chris Rees (crees) Author: Paul Armstrong |
science/libtensorflow1: Add new port
C API for TensorFlow, an open source platform for machine learning
TensorFlow is an end-to-end open source platform for machine learning.
It has a comprehensive, flexible ecosystem of tools, libraries, and
community resources that lets researchers push the state-of-the-art in
ML and developers easily build and deploy ML-powered applications.
The TensorFlow C API is typically a requirement of TensorFlow APIs in
other languages such as Go and Rust.
This is version 1 of the API, which is deprecated but still widely used.
PR: ports/260694
Improved by: delphij |