notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: databases/py-leveldb/Makefile
SVNWeb

Number of commits found: 36

Tue, 27 Jun 2023
[ 19:34 Rene Ladan (rene) search for other commits by this committer ]    commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  3d9a815  (Only the first 10 of 4481 ports in this commit are shown above. View all ports for this commit)
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) search for other commits by this committer ]    commit hash:77d68471aded6907dbbcb5ef50d557e4c69db656  commit hash:77d68471aded6907dbbcb5ef50d557e4c69db656  commit hash:77d68471aded6907dbbcb5ef50d557e4c69db656  77d6847  (Only the first 10 of 3335 ports in this commit are shown above. View all ports for this commit)
*/*: 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) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  d076ad9  (Only the first 10 of 718 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Mon, 25 Oct 2021
[ 15:57 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:44d24b90b0d2985827295fa117ebd16f7a62c7c5  commit hash:44d24b90b0d2985827295fa117ebd16f7a62c7c5  commit hash:44d24b90b0d2985827295fa117ebd16f7a62c7c5  44d24b9 
databases/py-leveldb: Cosmetic change
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Mon, 28 Dec 2020
[ 23:02 antoine search for other commits by this committer ] Original commit   Revision:559531 (Only the first 10 of 1942 ports in this commit are shown above. View all ports for this commit)
Drop python 2.7 support from a few ports

With hat:	portmgr
Thu, 24 Dec 2020
[ 13:46 kai search for other commits by this committer ] Original commit   Revision:559094 (Only the first 10 of 166 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:525575
Remove outdated PORTSCOUT

It becomes no-op after updating from 0.20 to 0.201.
Mon, 30 Dec 2019
[ 16:57 sunpoet search for other commits by this committer ] Original commit   Revision:521513
Update to 0.201

- Add LICENSE_FILE

Changes:	https://github.com/rjpower/py-leveldb/releases
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:500164
Fix build on powerpc

PR:		237570
Submitted by:	pkubaj
Sat, 16 Dec 2017
[ 20:55 sunpoet search for other commits by this committer ] Original commit   Revision:456493
Use setup.py instead of PYSETUP

- Add GitHub repository to WWW
Tue, 10 Jan 2017
[ 18:36 sunpoet search for other commits by this committer ] Original commit   Revision:431116
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 search for other commits by this committer ] Original commit   Revision:430562
Add PORTSCOUT
Mon, 2 Jan 2017
[ 15:12 sunpoet search for other commits by this committer ] Original commit   Revision:430369
Update to 0.20

- Remove LICENSE_FILE
- Update WWW
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Mon, 19 Oct 2015
[ 20:19 sunpoet search for other commits by this committer ] Original commit   Revision:399750
- Add LICENSE_FILE
- Use USES=localbase
Wed, 2 Sep 2015
[ 17:03 sunpoet search for other commits by this committer ] Original commit   Revision:395873
- Allow concurrent installation (USE_PYTHON=concurrent)
Wed, 19 Aug 2015
[ 05:07 sunpoet search for other commits by this committer ] Original commit   Revision:394703
- Strip shared library
- Bump PORTREVISION for package change
Fri, 15 Aug 2014
[ 03:43 sunpoet search for other commits by this committer ] Original commit   Revision:364929 (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
- Convert PYTHON_FEATURES to USE_PYTHON (which was landed several hours ago)

Notified by:	koobs, wg
[ 03:00 sunpoet search for other commits by this committer ] Original commit   Revision:364887
- Use USES=python
Sun, 27 Jul 2014
[ 16:28 sunpoet search for other commits by this committer ] Original commit   Revision:363082
- Use setup.py instead of PYSETUP
Tue, 3 Jun 2014
[ 14:34 vanilla search for other commits by this committer ] Original commit   Revision:356371 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:348261
- Use USES=tar:xz
Mon, 24 Feb 2014
[ 10:41 sunpoet search for other commits by this committer ] Original commit   Revision:345807
- 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 search for other commits by this committer ] Original commit   Revision:337262
- Update LICENSE
Mon, 18 Nov 2013
[ 16:52 sunpoet search for other commits by this committer ] Original commit   Revision:334227
- Add LICENSE
Tue, 1 Oct 2013
[ 16:36 sunpoet search for other commits by this committer ] Original commit   Revision:328966
- Convert to new LIB_DEPENDS format
- Support STAGEDIR
Fri, 20 Sep 2013
[ 16:13 bapt search for other commits by this committer ] Original commit   Revision:327717 (Only the first 10 of 927 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
Thu, 22 Aug 2013
[ 16:59 sunpoet search for other commits by this committer ] Original commit   Revision:325215
- Update to 0.1.20130428

Changes:	https://code.google.com/p/py-leveldb/source/list
Fri, 1 Feb 2013
[ 02:15 sunpoet search for other commits by this committer ] Original commit   Revision:311345
- Fix make package when py-distribute or py-setuptools were installed
Wed, 30 Jan 2013
[ 16:50 sunpoet search for other commits by this committer ] Original commit   Revision:311241
- 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 search for other commits by this committer ] Original commit 
- Update to 0.1.20120612

Changes:        https://code.google.com/p/py-leveldb/source/list
[ 20:22 sunpoet search for other commits by this committer ] Original commit 
- Bump PORTREVISION for databases/leveldb shlib change
Fri, 28 Oct 2011
[ 14:22 sunpoet search for other commits by this committer ] Original commit 
- 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