Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.4.1_1 08 Mar 2025 04:05:21
    |
Charlie Li (vishwin)  |
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. |
2.4.1 17 Aug 2024 00:39:40
    |
Muhammad Moinur Rahman (bofh)  |
devel/py-crc32c: Update version 2.4=>2.4.1
Changelog: https://github.com/ICRAR/crc32c/releases/tag/v2.4.1 |
2.4 29 Feb 2024 12:52:43
    |
Muhammad Moinur Rahman (bofh)  |
devel/py-crc32c: Update version 2.3=>2.4
Changelog: https://github.com/ICRAR/crc32c/releases/tag/v2.4 |
2.3 21 Jan 2024 08:20:02
    |
Wen Heping (wen)  |
devel/py-crc32c: Fix build with python-3.11
PR: 275494
Approved by: portmgr(blanket, fix build) |
2.3 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> |
2.3 14 Apr 2023 18:14:14
    |
Muhammad Moinur Rahman (bofh)  |
devel/py-crc32c: Update version 2.2=>2.3
- Add multi LICENSE BSD2CLAUSE, BSD3CLAUSE and LGPL21
- Add WWW
Changelog: https://github.com/ICRAR/crc32c/releases/tag/v2.3 |
2.2 11 Apr 2023 20:46:12
    |
Muhammad Moinur Rahman (bofh)  |
*/*: Adopt ports from swills@ |
2.2 11 Apr 2023 20:34:04
    |
Rene Ladan (rene)  |
all: return swills' ports to the pools after safeeping his ports bit.
With hat: portmgr-secretary |
2.2 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
2.2 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.2 14 Feb 2021 03:15:51
  |
swills  |
devel/py-crc32c: update to 2.2 |
2.0.1 28 Dec 2020 23:02:15
  |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
2.0.1 21 Jul 2020 01:30:14
  |
swills  |
devel/py-crc32c: update to 2.0.1 |
2.0 14 Jul 2020 02:22:40
  |
swills  |
devel/py-crc32c: update to 2.0 |
1.7 11 Oct 2019 13:23:18
  |
swills  |
devel/py-crc32c: create port
This package exposes to Python the crc32c algorithm implemented in the SSE 4.2
instruction set of Intel CPUs.
By default, if your CPU doesn't support this instruction, the package will fail
to load with an ImportError. If you still need to use the crc32c checksum
algorithm this package comes with a software implementation that can be loaded
instead. |