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: converters/py-zfec/Makefile
SVNWeb

Number of commits found: 31

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:9ee281eef7279ea8489901eddf3d6bbcfc4dd176  commit hash:9ee281eef7279ea8489901eddf3d6bbcfc4dd176  commit hash:9ee281eef7279ea8489901eddf3d6bbcfc4dd176  9ee281e  (Only the first 10 of 127 ports in this commit are shown above. View all ports for this commit)
converters: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alex Keda <admin@lissyara.su>
  *  Alex Semenyaka <alex@rinet.ru>
  *  Alexandr Kovalenko <never@nevermind.kiev.ua>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andrey A. Chernov <ache@FreeBSD.org>
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Blaz Zupan <blaz@amis.net>
  *  Brent J. Nordquist <bjn@visi.com>
  *  Carlos J. Puga Medina <cpm@fbsd.es>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 16 Jun 2022
[ 13:59 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:4bb2b61207832bcf9dd0a7deb5a243bac90b599b  commit hash:4bb2b61207832bcf9dd0a7deb5a243bac90b599b  commit hash:4bb2b61207832bcf9dd0a7deb5a243bac90b599b  4bb2b61 
converters/py-zfec: Update to 1.5.7.2

Changes:	https://github.com/tahoe-lafs/zfec/releases
		https://github.com/tahoe-lafs/zfec/commits/master
Mon, 25 Oct 2021
[ 15:57 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:0b35f5f609ccf44a00a38e997f3a2ef3776cc24c  commit hash:0b35f5f609ccf44a00a38e997f3a2ef3776cc24c  commit hash:0b35f5f609ccf44a00a38e997f3a2ef3776cc24c  0b35f5f 
converters/py-zfec: 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)
Sun, 15 Nov 2020
[ 18:01 sunpoet search for other commits by this committer ] Original commit   Revision:555294
Update to 1.5.5

Changes:	https://github.com/tahoe-lafs/zfec/blob/master/NEWS.txt
Sun, 18 Oct 2020
[ 15:35 sunpoet search for other commits by this committer ] Original commit   Revision:552643
Update to 1.5.4

Changes:	https://github.com/tahoe-lafs/zfec/blob/master/NEWS.txt
Wed, 29 Jan 2020
[ 19:13 sunpoet search for other commits by this committer ] Original commit   Revision:524568
Readd py-zfec 1.5.3

- Fix LICENSE
- Fix RUN_DEPENDS
- Relax USES=python by removing pyutil dependency
- Bump PORTREVISION for dependency change
- Take maintainership

Obtained
from:	https://github.com/tahoe-lafs/zfec/commit/0441f248ffec150c9c27191b0b7a69a7364a5e7c
		https://github.com/tahoe-lafs/zfec/commit/7d159d3b6ebb28417b333b89b11c0d88cc069568
		https://github.com/tahoe-lafs/zfec/commit/819ca0443fc71e33e61226aef9b0b3fd1a93dd41
Thu, 26 Dec 2019
[ 07:54 antoine search for other commits by this committer ] Original commit   Revision:520894 (Only the first 10 of 255 ports in this commit are shown above. View all ports for this commit)
Deprecate a few ports

With hat:	portmgr
Wed, 22 Aug 2018
[ 06:38 wen search for other commits by this committer ] Original commit   Revision:477770
- Update to 1.5.3
Wed, 20 Jun 2018
[ 17:05 mat search for other commits by this committer ] Original commit   Revision:472884 (Only the first 10 of 1617 ports in this commit are shown above. View all ports for this commit)
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Sun, 11 Feb 2018
[ 07:15 antoine search for other commits by this committer ] Original commit   Revision:461460
Unbreak bulk -a
[ 05:19 yuri search for other commits by this committer ] Original commit   Revision:461457
converters/py-zfec: Update to 1.5.2

Changelog:
https://github.com/tahoe-lafs/zfec/blob/master/changelog

Additional port changes:
* Changed to DISTVERSION
* Updated dependencies according to setup.py
* USES=python because it supports all python versions
* Added library stripping
* Improved docs installation
* Replaced pkg-plist with PORTDOCS

Reported by:	portscout
Approved by:	tcberner (mentor, implicit)
Fri, 12 Jan 2018
[ 11:21 rene search for other commits by this committer ] Original commit   Revision:458818 (Only the first 10 of 53 ports in this commit are shown above. View all ports for this commit)
Return kevlo's ports to the pool, he handed in his commit bit.

With hat:	portmgr-secretary
Thu, 30 Nov 2017
[ 15:50 mat search for other commits by this committer ] Original commit   Revision:455210 (Only the first 10 of 2423 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Fri, 1 Apr 2016
[ 13:29 mat search for other commits by this committer ] Original commit   Revision:412344 (Only the first 10 of 1009 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Wed, 19 Aug 2015
[ 13:30 mat search for other commits by this committer ] Original commit   Revision:394778 (Only the first 10 of 172 ports in this commit are shown above. View all ports for this commit)
Convert ports to use the options helpers in categories [abc]*, and minor fixes.

Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3412?
Sun, 19 Oct 2014
[ 07:50 mva search for other commits by this committer ] Original commit   Revision:371172 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
- Convert ports from cad/, chinese/, comms/ and converters/ to new
  USES=python

Approved by:	portmgr (implicit)
Tue, 15 Jul 2014
[ 15:04 adamw search for other commits by this committer ] Original commit   Revision:361938
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Sun, 8 Jun 2014
[ 09:35 mva search for other commits by this committer ] Original commit   Revision:356997
- Remove easy_install dependency
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION to enforce a cleanup for the easy_install references

With hat:	python@
Approved by:	portmgr (implicit)
Tue, 22 Apr 2014
[ 01:43 kevlo search for other commits by this committer ] Original commit   Revision:351745
- Update to 1.4.24
- Support stage [1]

PR:	ports/188603 [1]
Submitted by:	Bartek Rutkowski [1]
Fri, 3 Jan 2014
[ 16:12 adamw search for other commits by this committer ] Original commit   Revision:338556 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Convert converters to MDOCS and MEXAMPLES
Fri, 20 Sep 2013
[ 16:05 bapt search for other commits by this committer ] Original commit   Revision:327715 (Only the first 10 of 161 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:
converters)
Wed, 14 Mar 2012
[ 01:29 kevlo search for other commits by this committer ] Original commit 
Fix wrong doc path

Reported by:    pointyhat
Feature safe:   yes
Tue, 6 Mar 2012
[ 01:34 kevlo search for other commits by this committer ] Original commit 
Oops
Mon, 5 Mar 2012
[ 03:14 kevlo search for other commits by this committer ] Original commit 
Cosmetic change
Fri, 2 Mar 2012
[ 09:28 kevlo search for other commits by this committer ] Original commit 
Initial import of zfec-1.4.22

Zfec is a fast erasure codec which can be used with the command-line,
C, Python, or Haskell.

Number of commits found: 31