non port: databases/py-leveldb/Makefile |
SVNWeb
|
Number of commits found: 36 |
Tue, 27 Jun 2023
|
[ 19:34 Rene Ladan (rene) ] 3d9a815 (Only the first 10 of 4481 ports in this commit are shown above. )
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>
|
Wed, 11 Jan 2023
|
[ 15:58 Dmitry Marakasov (amdmi3) ] 77d6847 (Only the first 10 of 3335 ports in this commit are shown above. )
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] d076ad9 (Only the first 10 of 718 ports in this commit are shown above. )
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 )
|
Mon, 25 Oct 2021
|
[ 15:57 Po-Chuan Hsieh (sunpoet) ] 44d24b9
databases/py-leveldb: Cosmetic change
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 28 Dec 2020
|
[ 23:02 antoine ] (Only the first 10 of 1942 ports in this commit are shown above. )
Drop python 2.7 support from a few ports
With hat: portmgr
|
Thu, 24 Dec 2020
|
[ 13:46 kai ] (Only the first 10 of 166 ports in this commit are shown above. )
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)
|
Sat, 8 Feb 2020
|
[ 19:02 sunpoet ]
Remove outdated PORTSCOUT
It becomes no-op after updating from 0.20 to 0.201.
|
Mon, 30 Dec 2019
|
[ 16:57 sunpoet ]
Update to 0.201
- Add LICENSE_FILE
Changes: https://github.com/rjpower/py-leveldb/releases
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
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
|
Fri, 26 Apr 2019
|
[ 20:49 sunpoet ]
Fix build on powerpc
PR: 237570
Submitted by: pkubaj
|
Sat, 16 Dec 2017
|
[ 20:55 sunpoet ]
Use setup.py instead of PYSETUP
- Add GitHub repository to WWW
|
Tue, 10 Jan 2017
|
[ 18:36 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
|
Wed, 4 Jan 2017
|
[ 15:02 sunpoet ]
Add PORTSCOUT
|
Mon, 2 Jan 2017
|
[ 15:12 sunpoet ]
Update to 0.20
- Remove LICENSE_FILE
- Update WWW
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Mon, 19 Oct 2015
|
[ 20:19 sunpoet ]
- Add LICENSE_FILE
- Use USES=localbase
|
Wed, 2 Sep 2015
|
[ 17:03 sunpoet ]
- Allow concurrent installation (USE_PYTHON=concurrent)
|
Wed, 19 Aug 2015
|
[ 05:07 sunpoet ]
- Strip shared library
- Bump PORTREVISION for package change
|
Fri, 15 Aug 2014
|
[ 03:43 sunpoet ] (Only the first 10 of 31 ports in this commit are shown above. )
- Convert PYTHON_FEATURES to USE_PYTHON (which was landed several hours ago)
Notified by: koobs, wg
|
[ 03:00 sunpoet ]
- Use USES=python
|
Sun, 27 Jul 2014
|
[ 16:28 sunpoet ]
- Use setup.py instead of PYSETUP
|
Tue, 3 Jun 2014
|
[ 14:34 vanilla ] (Only the first 10 of 16 ports in this commit are shown above. )
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)
|
Fri, 14 Mar 2014
|
[ 15:51 sunpoet ]
- Use USES=tar:xz
|
Mon, 24 Feb 2014
|
[ 10:41 sunpoet ]
- Use PYDISTUTILS_AUTOPLIST instead of PLIST_FILES and PYDISTUTILS_EGGINFO
- Remove patch of not using setuptools
- Bump PORTREVISION for package change
|
Mon, 23 Dec 2013
|
[ 17:12 sunpoet ]
- Update LICENSE
|
Mon, 18 Nov 2013
|
[ 16:52 sunpoet ]
- Add LICENSE
|
Tue, 1 Oct 2013
|
[ 16:36 sunpoet ]
- Convert to new LIB_DEPENDS format
- Support STAGEDIR
|
Fri, 20 Sep 2013
|
[ 16:13 bapt ] (Only the first 10 of 927 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
|
Thu, 22 Aug 2013
|
[ 16:59 sunpoet ]
- Update to 0.1.20130428
Changes: https://code.google.com/p/py-leveldb/source/list
|
Fri, 1 Feb 2013
|
[ 02:15 sunpoet ]
- Fix make package when py-distribute or py-setuptools were installed
|
Wed, 30 Jan 2013
|
[ 16:50 sunpoet ]
- Update to 0.1.20121012
- Cleanup Makefile header
Changes: https://code.google.com/p/py-leveldb/source/list
|
Sat, 16 Jun 2012
|
[ 20:27 sunpoet ]
- Update to 0.1.20120612
Changes: https://code.google.com/p/py-leveldb/source/list
|
[ 20:22 sunpoet ]
- Bump PORTREVISION for databases/leveldb shlib change
|
Fri, 28 Oct 2011
|
[ 14:22 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/
|
Number of commits found: 36 |