Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.1.1 30 Sep 2024 13:36:30
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-greenlet: Update to 3.1.1
Changes: https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst |
3.1.0 15 Sep 2024 20:09:44
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-greenlet: Update to 3.1.0
Changes: https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst |
3.0.3 25 Dec 2023 09:00:11
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-greenlet: Update to 3.0.3
Changes: https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst |
3.0.2 14 Dec 2023 20:45:12
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-greenlet: Update to 3.0.2
- Convert to USE_PYTHON=pep517
Changes: https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst |
3.0.1 01 Nov 2023 01:57:09
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-greenlet: Update to 3.0.1
Changes: https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst |
3.0.0 05 Oct 2023 02:00:18
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-greenlet: Update to 3.0.0
Changes: https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst |
2.0.2_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> |
2.0.2_1 05 Jun 2023 17:19:29
    |
Dimitry Andric (dim)  |
devel/py-greenlet: fix build with clang 16 on i386
Since clang 16 (and gcc 11) the default C++ standard is now gnu++17.
Because devel/py-greenlet's build infrastructure does not explicitly set
its C++ standard, this leads to several errors:
In file included from src/greenlet/greenlet.cpp:21:
In file included from src/greenlet/greenlet_slp_switch.hpp:82:
In file included from src/greenlet/slp_platformselect.h:18:
src/greenlet/platform/switch_x86_unix.h:54:5: error: ISO C++17 does not allow
'register' storage class specifier [-Wregister]
register int *stackref, stsizediff;
^~~~~~~~~
src/greenlet/platform/switch_x86_unix.h:54:5: error: ISO C++17 does not allow
'register' storage class specifier [-Wregister]
register int *stackref, stsizediff;
^~~~~~~~~
The register keyword has already been removed from the similar
switch_amd64_unix.h header, which is why the above problem does not
occur on amd64. To work around the errors, define the register keyword
away using CPPFLAGS.
PR: 271712
Approved by: sunpoet (maintainer)
MFH: 2023Q2 |
2.0.2 05 Feb 2023 15:47:54
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-greenlet: Update to 2.0.2
Changes: https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst |
2.0.1 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.0.1 30 Dec 2022 09:04:38
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-greenlet: Update to 2.0.1
Changes: https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst |
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.1.3 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.1.3 31 Aug 2022 18:49:36
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-greenlet: Update to 1.1.3
Changes: https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst |
1.1.2 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.1.2 17 Dec 2021 11:20:54
    |
Dima Panov (fluffy)  |
devel/py-greenlet: not ready for Python 3.11 yet
Approved by: portmgr blanket
Sponsored by: Netzkommune GmbH |
1.1.2 13 Oct 2021 05:37:03
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-greenlet: Update to 1.1.2
Changes: https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst |
1.1.1 08 Aug 2021 21:43:59
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-greenlet: Update to 1.1.1
Changes: https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst |
1.1.0 11 May 2021 21:47:08
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-greenlet: Update to 1.1.0
Changes: https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst |
1.0.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.0.0 30 Jan 2021 12:23:38
  |
sunpoet  |
Update to 1.0.0
- Update WWW
Changes: https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst |
0.4.17 28 Dec 2020 23:02:15
  |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
0.4.17 24 Dec 2020 13:46:02
  |
kai  |
Relax hardcoded paths to fix build with Python 3.8.7
Since r558913 Python 3.8 incorporates BPO-42604 [1] which changed the
shared libs naming scheme. This means "EXT_SUFFIX" is now derived from
SOABI and yields with Python 3.8 to ".cpython-38.so" instead of ".so".
The affected ports strip the libaries in the "post-install" target via
hardcoded path(s) and the build fails at the end because the new extension
is not expected at this place.
Remedy the issue by adding wildcards to these paths. This should also
prepare the ports for future Python releases, which will use the new shared
libs naming scheme.
[1] https://bugs.python.org/issue42604
PR: 252057
Reported by: John Kennedy
Reviewed by: fluffy, koobs
Approved by: koobs (python) |
0.4.17 23 Sep 2020 18:49:33
  |
sunpoet  |
Update to 0.4.17
Changes: https://github.com/python-greenlet/greenlet/blob/master/NEWS |
0.4.16 15 Jun 2020 18:47:54
  |
sunpoet  |
Update to 0.4.16
Changes: https://github.com/python-greenlet/greenlet/blob/master/NEWS |
0.4.15 05 Apr 2020 19:55:41
  |
sunpoet  |
Fix build on powerpc
PR: 243786
Reported by: canardo <canardo909@gmx.com>
Submitted by: pkubaj |
0.4.15 10 Jan 2020 19:17:56
  |
sunpoet  |
Fix build on powerpc64
PR: 243241
Submitted by: pkubaj |
0.4.15 09 Sep 2018 16:58:19
  |
sunpoet  |
Update to 0.4.15
Changes: https://github.com/python-greenlet/greenlet/blob/master/NEWS |
0.4.14 29 Jul 2018 19:15:52
  |
sunpoet  |
Update to 0.4.14
Changes: https://github.com/python-greenlet/greenlet/blob/master/NEWS |
0.4.13 25 Apr 2018 16:42:38
  |
amdmi3  |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
0.4.13 17 Mar 2018 21:24:25
  |
linimon  |
Fails the same way on mips as powerpc.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
0.4.13 01 Feb 2018 13:23:26
  |
sunpoet  |
Update to 0.4.13
Changes: https://github.com/python-greenlet/greenlet/blob/master/NEWS |
0.4.12 13 May 2017 03:35:51
  |
linimon  |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
0.4.12 02 Feb 2017 13:30:46
  |
sunpoet  |
Update to 0.4.12
Changes: https://github.com/python-greenlet/greenlet/blob/master/NEWS |
0.4.11 12 Dec 2016 20:58:00
  |
sunpoet  |
- Update to 0.4.11
- Remove ONLY_FOR_ARCHS
Changes: https://github.com/python-greenlet/greenlet/blob/master/NEWS |
0.4.10 26 Jun 2016 17:16:09
  |
sunpoet  |
- Update to 0.4.10
Changes: https://github.com/python-greenlet/greenlet/blob/master/NEWS |
0.4.9 21 Dec 2015 18:33:48
  |
sunpoet  |
- Add LICENSE_FILE |
0.4.9 03 Oct 2015 17:07:30
  |
sunpoet  |
- Convert to new test framework |
0.4.9 02 Sep 2015 17:03:43
  |
sunpoet  |
- Allow concurrent installation (USE_PYTHON=concurrent) |
0.4.9 02 Sep 2015 13:32:17
  |
sunpoet  |
- Update to 0.4.9
- Remove USES=zip: use .tar.gz instead of .zip
Changes: https://github.com/python-greenlet/greenlet/blob/master/NEWS
PR: 202793
Submitted by: olivierd |
0.4.7 15 Jun 2015 19:20:12
  |
sunpoet  |
- Update to 0.4.7
- Strip shared library in post-install:
Changes: https://github.com/python-greenlet/greenlet/blob/master/NEWS |
0.4.2 15 Aug 2014 03:43:55
  |
sunpoet  |
- Convert PYTHON_FEATURES to USE_PYTHON (which was landed several hours ago)
Notified by: koobs, wg |
0.4.2 15 Aug 2014 03:00:43
  |
sunpoet  |
- Use USES=python |
07 Mar 2014 16:49:10

|
bapt  |
Convert d* to USES=zip |
0.4.2 19 Jan 2014 09:26:27
  |
sunpoet  |
- Use PYDISTUTILS_AUTOPLIST
PR: ports/185637
Submitted by: koobs |
0.4.2 12 Jan 2014 03:52:33
  |
sunpoet  |
- Update to 0.4.2
Changes: https://github.com/python-greenlet/greenlet/blob/master/NEWS |
0.4.1_1 13 Dec 2013 19:34:51
  |
sunpoet  |
- Use tar to extract zipball |
0.4.1_1 20 Nov 2013 20:51:25
  |
sunpoet  |
- Update WWW:
- http://cheeseshop.python.org/ -> https://pypi.python.org/
- http://pypi.python.org/ -> https://pypi.python.org/
With hat: python
Approved by: bapt (portmgr) |
0.4.1_1 26 Oct 2013 08:46:05
  |
sunpoet  |
- Strip shared library
- Add regression-test:
- Support STAGEDIR
- Bump PORTREVISION for package change |
0.4.1 20 Sep 2013 17:13:47
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.4.1 07 Sep 2013 17:53:23
  |
sunpoet  |
- Cosmetic change |
0.4.1 13 Jun 2013 11:52:14
  |
sunpoet  |
- Update to 0.4.1
Changes: https://github.com/python-greenlet/greenlet/blob/master/NEWS |
0.4.0 11 Mar 2013 17:26:07
  |
sunpoet  |
- Use tar in base system to extract zipball
- Cleanup Makefile header
- Reformat pkg-descr |
0.4.0 13 Jul 2012 15:02:57
 |
sunpoet  |
- Update to 0.4.0
- Remove LICENSE_FILE
- Take maintainership
Changes: https://github.com/python-greenlet/greenlet/blob/master/NEWS |
0.3.4 13 Jul 2012 14:14:13
 |
tabthorpe  |
- Reassign to the heap
- Thank you for your years of service
With hat:: portmgr |
0.3.4 13 Jun 2012 17:04:36
 |
lwhsu  |
- Update to 0.3.4
- Upstream reverted to plain distutils, dont use easy_install
- DISTFILE is now a .zip (USE_ZIP)
- Remove DISTNAME or PYDISTUTILS_PKGNAME (default is correct)
- Update MASTER_SITES
- Add LICENSE/LICENSE_FILE
- Update pkg-plist
- Confirm CLANG build
PR: ports/168363
Submitted by: koobs <koobs.freebsd@gmail.com>
Approved by: maintainer timeout |
0.3.1_1 17 May 2011 16:45:47
 |
nivit  |
- Add -Z to PYDISTUTILS_INSTALLARGS to install the Python egg
uncompressed. This avoids having to set the variable
PYTHON_EGG_CACHE at runtime (solution approved by submitter
via private email).
- Add pkg-plist
- Bump PORTREVISION
- Remove MD5 checksum from distinfo
- Remove PLIST_FILES
PR: ports/156220
Submitted by: Volodymyr Kostyrko
Approved by: Peter Schuller <peter.schuller at infidyne.com> (maintainer
timeout > 2 weeks) |
0.3.1 17 Apr 2010 19:52:23
 |
sylvio  |
- Update to 0.3.1
PR: ports/145784
Submitted by: Peter Schuller <peter.schuller@infidyne.com> (maintainer)
Approved by: itetcu (mentor, implicit) |
0.3 02 Apr 2010 12:06:59
 |
wen  |
- Update to 0.3
PR: ports/145283
Submitted by: Peter Schuller <peter.schuller@infidyne.com> (maintainer) |
0.2 22 Mar 2010 06:06:54
 |
linimon  |
Mark as only for amd64 and i386: not yet ported to sparc64, untested on
other archs.
Hat: portmgr |
0.2 13 Feb 2010 19:27:23
 |
sylvio  |
- Greenlet provides a primitive form of micro-threads in the form of a native
extension module to Python. Higher-level primitives such as coroutine scheduling
are not part of greenlet itself, but can be built upon it.
WWW: http://pypi.python.org/pypi/greenlet
PR: ports/143610
Submitted by: Peter Schuller <peter.schuller@infidyne.com>
Approved by: miwi (mentor) |