Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.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.0.3 10 Feb 2023 19:56:26 |
Mikhail Pchelin (misha) |
security/py-pyscard: update from 2.0.0 to 2.0.3 |
2.0.0 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
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) |
2.0.0 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 ) |
2.0.0 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.0.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.0.0 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
2.0.0 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) |
2.0.0 27 Nov 2020 18:34:15 |
misha |
- update from 1.9.9 to 2.0.0 |
1.9.9 17 Jun 2020 18:17:45 |
sunpoet |
Move devel/swig30 to devel/swig and update to 4.0.1
- Do not silence installation message
- Update dependent ports:
- Fix build with swig 4.0.1
- Update *_DEPENDS
- Remove BINARY_ALIAS
Changes: http://www.swig.org/news.php
PR: 246613
Exp-run by: antoine |
1.9.9 01 Jan 2020 15:01:15 |
misha |
- update from 1.9.8 to 1.9.9 |
1.9.8 27 Jul 2019 14:12:55 |
misha |
- update from 1.9.7 to 1.9.8 |
1.9.7 27 Jun 2018 14:59:28 |
misha |
- update from 1.9.6 to 1.9.7 |
1.9.6 29 Dec 2017 09:01:54 |
antoine |
Simplify some USES=python
With hat: portmgr |
1.9.6 19 Dec 2017 16:07:01 |
bapt |
switch from swig 1.3 to 3.0 |
1.9.6 16 Oct 2017 06:44:39 |
misha |
- update from 1.9.5 to 1.9.6
Approved by: jpaetzel (mentor) |
1.9.5 19 Feb 2017 15:46:46 |
misha |
- update from 1.9.4 to 1.9.5
Approved by: jpaetzel (implicit) |
1.9.4 19 Jul 2016 13:23:24 |
amdmi3 |
- Update to 1.9.4
PR: 211221
Submitted by: mp39590@gmail.com (maintainer) |
1.9.3 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.9.3 29 Mar 2016 02:45:32 |
amdmi3 |
- Update to 1.9.3
- While here, fix LICENSE
PR: 208354
Submitted by: mp39590@gmail.com (maintainer) |
1.9.2 12 Feb 2016 20:43:10 |
rm |
security/py-pyscard: update to 1.9.2
PR: 206994
Submitted by: mp39590@gmail.com (maintainer) |
1.9.0 16 Aug 2015 11:56:03 |
amdmi3 |
- Update to 1.9.0
- Change mirror from SF to CHEESESHOP
PR: 202330
Submitted by: mp39590@gmail.com (maintainer) |
1.7.0 07 Jul 2015 07:38:30 |
koobs |
security/py-pyscard: Make supported Python versions explicit
This package doesn't require lang/python2, so set USES=python:2.7 explicitly
to avoid pulling in an unecessary dependency. The upstream setup.py states
that it supports 2.6 and 2.7.
PR: 197834 |
1.7.0 07 Jul 2015 07:32:46 |
koobs |
[NEW] security/py-pyscard: Smartcard module for Python
The pyscard smartcard library is a framework for building smart card
aware applications in Python. The smartcard module is built on top of
the PCSC API Python wrapper module.
WWW: http://pyscard.sourceforge.net/
PR: 197834
Submitted by: <mp39590 gmail com> |