Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.201_1 23 Mar 2024 14:31:05 |
Po-Chuan Hsieh (sunpoet) |
databases/py-leveldb: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
0.201 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> |
0.201 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) |
0.201 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 ) |
0.201 20 Jul 2022 14:21:07 |
Tobias C. Berner (tcberner) |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
0.201 25 Oct 2021 15:57:22 |
Po-Chuan Hsieh (sunpoet) |
databases/py-leveldb: Cosmetic change |
0.201 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.201 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
0.201 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.201 08 Feb 2020 19:02:16 |
sunpoet |
Remove outdated PORTSCOUT
It becomes no-op after updating from 0.20 to 0.201. |
0.201 30 Dec 2019 16:57:49 |
sunpoet |
Update to 0.201
- Add LICENSE_FILE
Changes: https://github.com/rjpower/py-leveldb/releases |
0.20_2 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
0.20_1 26 Apr 2019 20:49:47 |
sunpoet |
Fix build on powerpc
PR: 237570
Submitted by: pkubaj |
0.20_1 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.20_1 16 Dec 2017 20:55:10 |
sunpoet |
Use setup.py instead of PYSETUP
- Add GitHub repository to WWW |
0.20_1 10 Jan 2017 18:36:23 |
sunpoet |
Use shared library from ports instead of bundled one
- Add patch to remove max_cache which is not in official leveldb 1.19
- Bump PORTREVISION for dependency and package change |
0.20 04 Jan 2017 15:02:38 |
sunpoet |
Add PORTSCOUT |
0.20 02 Jan 2017 15:12:00 |
sunpoet |
Update to 0.20
- Remove LICENSE_FILE
- Update WWW |
0.1.20130428_3 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.1.20130428_3 19 Oct 2015 20:19:59 |
sunpoet |
- Add LICENSE_FILE
- Use USES=localbase |
0.1.20130428_3 02 Sep 2015 17:03:20 |
sunpoet |
- Allow concurrent installation (USE_PYTHON=concurrent) |
0.1.20130428_3 19 Aug 2015 05:07:08 |
sunpoet |
- Strip shared library
- Bump PORTREVISION for package change |
0.1.20130428_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.1.20130428_2 15 Aug 2014 03:00:08 |
sunpoet |
- Use USES=python |
0.1.20130428_2 27 Jul 2014 16:28:35 |
sunpoet |
- Use setup.py instead of PYSETUP |
0.1.20130428_2 03 Jun 2014 14:34:06 |
vanilla |
Upgrade snappy to 1.1.1, and bump all related PORTREVISION to chase shared
library version.
PR: ports/190409
Submitted by: ports at robakdesign.com
Approved by: portmgr@ (for NO_STAGE) |
0.1.20130428_1 14 Mar 2014 15:51:47 |
sunpoet |
- Use USES=tar:xz |
0.1.20130428_1 24 Feb 2014 10:41:39 |
sunpoet |
- Use PYDISTUTILS_AUTOPLIST instead of PLIST_FILES and PYDISTUTILS_EGGINFO
- Remove patch of not using setuptools
- Bump PORTREVISION for package change |
0.1.20130428 23 Dec 2013 17:12:34 |
sunpoet |
- Update LICENSE |
0.1.20130428 18 Nov 2013 16:52:17 |
sunpoet |
- Add LICENSE |
0.1.20130428 01 Oct 2013 16:36:24 |
sunpoet |
- Convert to new LIB_DEPENDS format
- Support STAGEDIR |
0.1.20130428 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
0.1.20130428 22 Aug 2013 16:59:46 |
sunpoet |
- Update to 0.1.20130428
Changes: https://code.google.com/p/py-leveldb/source/list |
0.1.20121012 01 Feb 2013 02:15:10 |
sunpoet |
- Fix make package when py-distribute or py-setuptools were installed |
0.1.20121012 30 Jan 2013 16:50:35 |
sunpoet |
- Update to 0.1.20121012
- Cleanup Makefile header
Changes: https://code.google.com/p/py-leveldb/source/list |
0.1.20120612 16 Jun 2012 20:27:26 |
sunpoet |
- Update to 0.1.20120612
Changes: https://code.google.com/p/py-leveldb/source/list |
0.1.20111024_1 16 Jun 2012 20:22:40 |
sunpoet |
- Bump PORTREVISION for databases/leveldb shlib change |
0.1.20111024 28 Oct 2011 14:22:03 |
sunpoet |
- Add py-leveldb 0.1.20111024
py-leveldb is a thread-safe Python bindings for LevelDB. It has all features
from the LevelDB API, except for:
- Arbitrary key comparison
- Snapshots
- All iteration except for single-step forward
WWW: http://code.google.com/p/py-leveldb/ |