Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
09 May 2022 19:23:51 1.15.0_1
|
Kevin Bowling (kbowling)  |
devel/libffi: Bump deps PORTREVISION for shlib change
PR: 263764
Reported by: VVD <vvd@unislabs.com> |
25 Oct 2021 15:57:23 1.15.0
|
Po-Chuan Hsieh (sunpoet)  |
devel/py-cffi: Update to 1.15.0
Changes: https://cffi.readthedocs.io/en/latest/whatsnew.html |
14 Jul 2021 16:09:54 1.14.6
|
Po-Chuan Hsieh (sunpoet)  |
devel/py-cffi: Update to 1.14.6
Changes: https://github.com/python-cffi/release-doc/blob/master/doc/source/whatsnew.rst
https://cffi.readthedocs.io/en/latest/whatsnew.html |
06 Apr 2021 14:31:07 1.14.5
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
17 Feb 2021 18:06:00
1.14.5
|
sunpoet  |
Update to 1.14.5
Changes: https://github.com/python-cffi/release-doc/blob/master/doc/source/whatsnew.rst
https://cffi.readthedocs.io/en/latest/whatsnew.html |
10 Jan 2021 08:20:05
1.14.4
|
sunpoet  |
Simplify do-test: |
09 Jan 2021 16:34:07
1.14.4
|
antoine  |
Remove python 2.7 support from a few ports |
24 Dec 2020 13:46:02
1.14.4
|
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) |
13 Dec 2020 14:41:52
1.14.4
|
sunpoet  |
Clean up |
12 Dec 2020 04:04:11
1.14.4
|
linimon  |
Change USES to compiler:c11 to fix latest build error on GCC-based
systems:
c/_cffi_backend.c:6344: error: #pragma GCC diagnostic not allowed inside
functions
Approved by: portmgr (tier-2 blanket) |
10 Dec 2020 21:33:29
1.14.4
|
sunpoet  |
Update to 1.14.4
- Use CHOSEN_COMPILER_TYPE
Changes: https://github.com/python-cffi/release-doc/blob/master/doc/source/whatsnew.rst
https://cffi.readthedocs.io/en/latest/whatsnew.html |
20 Sep 2020 18:57:12
1.14.3
|
sunpoet  |
Update to 1.14.3
Changes: https://bitbucket.org/cffi/release-doc/src/default/doc/source/whatsnew.rst
https://cffi.readthedocs.io/en/latest/whatsnew.html |
19 Aug 2020 16:20:11
1.14.2
|
sunpoet  |
Update to 1.14.2
Changes: https://bitbucket.org/cffi/release-doc/src/default/doc/source/whatsnew.rst
https://cffi.readthedocs.io/en/latest/whatsnew.html |
08 Aug 2020 10:18:55
1.14.1
|
sunpoet  |
Update to 1.14.1
Changes: https://bitbucket.org/cffi/release-doc/src/default/doc/source/whatsnew.rst
https://cffi.readthedocs.io/en/latest/whatsnew.html |
04 Jul 2020 18:11:42
1.14.0_1
|
zeising  |
Chanse update of devel/libffi
Chase the devel/libffi update
Bump portrevision of all dependent ports to chace shard library version bump
in libffi.
Update LIB_DEPENDS lines where needed to not require a specific version of
libffi.so.
PR: 247028 (for tracking) |
08 Feb 2020 19:02:22
1.14.0
|
sunpoet  |
Update to 1.14.0
Changes: https://bitbucket.org/cffi/release-doc/src/default/doc/source/whatsnew.rst
https://cffi.readthedocs.io/en/latest/whatsnew.html |
04 Nov 2019 16:00:23
1.13.2
|
sunpoet  |
Update to 1.13.2
Changes: https://cffi.readthedocs.io/en/latest/whatsnew.html
https://bitbucket.org/cffi/release-doc/src/default/doc/source/whatsnew.rst |
22 Oct 2019 23:33:59
1.13.1
|
sunpoet  |
Update to 1.13.1
Changes: https://cffi.readthedocs.io/en/latest/whatsnew.html
https://bitbucket.org/cffi/release-doc/src/default/doc/source/whatsnew.rst |
20 Oct 2019 17:10:38
1.13.0
|
sunpoet  |
Update to 1.13.0
Changes: https://cffi.readthedocs.io/en/latest/whatsnew.html
https://bitbucket.org/cffi/release-doc/src/default/doc/source/whatsnew.rst |
20 Apr 2019 23:07:13
1.12.3
|
sunpoet  |
Update to 1.12.3
Changes: https://cffi.readthedocs.io/en/latest/whatsnew.html
https://bitbucket.org/cffi/release-doc/src/default/doc/source/whatsnew.rst |
06 Mar 2019 18:07:41
1.12.2
|
sunpoet  |
Update to 1.12.2
- Take maintainership
Changes: https://cffi.readthedocs.io/en/latest/whatsnew.html
https://bitbucket.org/cffi/release-doc/src/default/doc/source/whatsnew.rst
PR: 236265
Submitted by: sunpoet (myself)
Approved by: wg (maintainer) |
02 Nov 2018 13:32:35
1.11.5
|
rene  |
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724 |
20 Jun 2018 17:05:44
1.11.5
|
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
04 Apr 2018 08:46:19
1.11.5
|
koobs  |
devel/py-cffi: Update to 1.11.5
While I'm here, remove post-patch target (upstreamed)
Changelog:
https://cffi.readthedocs.io/en/latest/whatsnew.html#v1-11-5
PR: 225111
Submitted by: Henrik Hudson <ports thelanman net> (with changes)
Approved by: portmgr (maintainer timeout, > 2 weeks (1+ months)) |
03 Jan 2018 18:38:42
1.11.2
|
yuri  |
devel/py-cffi: Update to 1.11.2
PR: 224846
Submitted by: myself
Approved by: wg (maintainer), tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13749 |
30 Nov 2017 15:50:34
1.7.0 
|
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
02 Jun 2017 11:02:08
1.7.0 
|
araujo  |
- Create a python3 version of devel/py-cffi. |
17 Sep 2016 13:26:11
1.7.0
|
linimon  |
Attempt to fix build on non-clang architectures (certain tier-2).
PR: 212739
Approved by: maintainer |
18 Aug 2016 05:41:51
1.7.0
|
marino  |
devel/py-cffi: Use OPSYS with OSVERSION, USES+= localbase
r419747 introduced OSVERSION with a ">" comparison without using coupling
with OPSYS, fix.
It also removed CFLAGS and LDFLAGS as "unnecessary", but the fact is they
are still required for non-standard localbases and compilers that don't
search /usr/local/include by default. Restore these flags with the
equivalent USES+=localbase
Approved by: OPVERSION/OPSYS blanket, just-fix-it |
12 Aug 2016 13:53:17
1.7.0
|
swills  |
devel/py-cffi: update to 1.7.0
PR: 210483
Approved by: wg (maintainer) |
06 Aug 2016 14:41:35
1.6.0
|
koobs  |
devel/py-cffi: Fix build warnings and test failures
CFLAGS contains -Wl,-rpath,${LOCALBASE}/lib, which causes the following
warnings:
warning: -Wl,-rpath,/usr/local/lib: 'linker' input unused
It also causes many tests to fail due to the same warning:
E VerificationError: CompileError: command 'cc' failed with exit status 1
cffi/ffiplatform.py:62: VerificationError
----------- Captured stderr call ----------
error: -Wl,-rpath,/usr/local/lib: 'linker' input unused
(Only the first 15 lines of the commit message are shown above ) |
18 Jul 2016 16:15:15
1.6.0
|
jbeich  |
Drop default target dependencies for do-test
Approved by: portmgr-blanket |
18 Jul 2016 16:15:01
1.6.0
|
jbeich  |
Invoke pytest from within desired python version
When testing a port for a non-default python py.test may fail to find
dependencies for default version because they weren't built e.g.,
$ make test PYTHON_VERSION=python3.5 -C devel/py-apscheduler
[...]
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.5/site-packages/_pytest/config.py", line 319, in
_importconftest
mod = conftestpath.pyimport()
File "/usr/local/lib/python3.5/site-packages/py/_path/local.py", line 650, in
pyimport
__import__(modname)
File
"/usr/ports/devel/py-apscheduler/work/APScheduler-3.2.0/tests/conftest.py", line
8, in <module>
from apscheduler.job import Job
File
"/usr/ports/devel/py-apscheduler/work/APScheduler-3.2.0/apscheduler/job.py",
line 4, in <module>
import six
ImportError: No module named 'six'
ERROR: could not load
/usr/ports/devel/py-apscheduler/work/APScheduler-3.2.0/tests/conftest.py
Approved by: portmgr blanket |
21 May 2016 11:52:38
1.6.0
|
wg  |
devel/py-cffi: update to 1.6.0 |
17 Apr 2016 18:59:10
1.5.0
|
brnrd  |
devel/py-cffi: Update to 1.5.0
- Update to latest version 1.5.0
- Fix broken test target
- Align test target with ports framework
Reviewed by: feld (mentor)
Approved by: feld (mentor)
Differential Revision: D5960 |
01 Apr 2016 14:00:57
1.2.1
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
25 Sep 2015 20:59:56
1.2.1
|
wg  |
devel/py-cffi: update to 1.2.1 |
23 Jun 2015 16:32:17
1.1.1
|
wg  |
devel/py-cffi: update to 1.1.1
PR: 200699
Submitted by: dbn |
11 Feb 2015 09:32:44
0.8.6_3
|
koobs  |
devel/py-cffi: Backport upstream pull request #56
Backport upstream pull request #56 [1] which fixes (double) building for
Python packackges that use py-cffi to compile their modules.
This issue manifested itself in the 'install' target (stage) of Python
port building, causing the module that was already built at the 'build'
stage to be built again, except *without* the build arguments provided
in the build stage.
These symptoms were observable in security/py-cryptography [2]
While I'm here:
- Add regression-test target and TEST_DEPENDS (Only the first 15 lines of the commit message are shown above ) |
08 Sep 2014 21:18:06
0.8.6_2
|
wg  |
devel/py-cffi: fix rpath |
27 Aug 2014 22:20:53
0.8.6_1
|
wg  |
devel/py-cffi: add run path to the built library
- USES python |
06 Jul 2014 15:00:53
0.8.6
|
wg  |
devel/py-cffi: update to 0.8.6
Submitted by: olivierd |
13 Apr 2014 16:44:18
0.8.2
|
olivierd  |
- Update to 0.8.2
Approved by: wg@ (maintainer, timeout 1 month) |
16 Dec 2013 21:39:52
0.8.1
|
wg  |
devel/py-cffi: switch from easy_install to install |
29 Nov 2013 00:20:42
0.8.1
|
wg  |
devel/py-cffi: Foreign Function Interface for Python calling C code
Foreign Function Interface for Python calling C code.
WWW: http://cffi.readthedocs.org/ |