non port: net/py-zeroconf/Makefile |
SVNWeb
|
Number of commits found: 26 |
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>
|
Fri, 2 Dec 2022
|
[ 22:38 John Hixson (jhixson) ] 06c46cd
net/py-zeroconf: update to 0.39.4
|
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:22 Tobias C. Berner (tcberner) ] 6a378e5 (Only the first 10 of 1159 ports in this commit are shown above. )
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above )
|
Mon, 13 Dec 2021
|
[ 23:32 John Hixson (jhixson) ] 99176a4
net/py-zeroconf: Update to 0.37.0
|
Wed, 18 Aug 2021
|
[ 03:12 John Hixson (jhixson) ] ea1cd5f
net/py-zeroconf: update to version 0.36.0
|
Thu, 27 May 2021
|
[ 02:34 John Hixson (jhixson) ] 1309a4a
net/py-zeroconf: update to version 0.30.0
|
Fri, 23 Apr 2021
|
[ 23:12 John Hixson (jhixson) ] 7f70d66
net/py-zeroconf: update to version 0.29.0
|
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.
|
Thu, 4 Feb 2021
|
[ 00:52 jhixson ]
net/py-zeroconf: update to version 0.28.8
|
Sat, 12 Sep 2020
|
[ 19:25 jhixson ]
net/py-zeroconf: update to version 0.28.5
|
Fri, 4 Sep 2020
|
[ 23:09 jhixson ]
net/py-zeroconf: update to version 0.28.3
|
Fri, 24 Jul 2020
|
[ 19:41 jhixson ]
net/py-zeroconf: update to version 0.28.0
|
Mon, 8 Jun 2020
|
[ 20:08 jhixson ]
net/py-zeroconf: update to 0.27.1
|
Wed, 3 Jun 2020
|
[ 16:20 jhixson ]
net/py-zeroconf: update to version 0.27.0
|
Sat, 23 May 2020
|
[ 02:12 jhixson ]
net/py-zeroconf: update to version 0.26.1
|
Thu, 9 Apr 2020
|
[ 18:41 jhixson ]
net/py-zeroconf: update to 0.25.0
|
Tue, 24 Mar 2020
|
[ 01:56 jhixson ]
net/py-zeroconf: update to 0.24.5
|
Sat, 29 Jun 2019
|
[ 15:47 jhixson ]
net/py-zeroconf: update to 0.23.0
Approved by: mentors (implicit)
|
Mon, 11 Mar 2019
|
[ 10:20 0mp ]
net/py-zeroconf: Update dependencies and add tests
- Set LICENSE_FILE
- Add tests
- One test (test_lots_of_names) is disabled now as it fails
- Remove six from dependencies (support for Python 2 was dropped in
https://github.com/jstasiak/python-zeroconf/commit/f22f421e4e6bf1ca7671b1eb540ba09fbf1e04b1)
- Improve package description
PR: 236019
Reviewed by: mat
Approved by: mat (mentor), maintainer timeout (2 weeks)
Differential Revision: https://reviews.freebsd.org/D19269
|
Fri, 1 Feb 2019
|
[ 16:41 jhixson ]
net/py-zeroconf: update dependencies
- Starting with release 0.21.3, due to a bug, py-zeroconf has changed
from using the netifaces module to using ifaddr, see
https://github.com/jstasiak/python-zeroconf/commit/7c0500ee19869ce0e85e58a26b8fdb0868e0b142#diff-2eeaed663bd0d25b7e608891384b7298
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19014
|
Mon, 28 Jan 2019
|
[ 18:31 jhixson ]
net/py-zeroconf: Update to 0.21.3
Approved by: araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D18972
|
Tue, 7 Aug 2018
|
[ 12:13 jhixson ] (Only the first 10 of 20 ports in this commit are shown above. )
Change jhixson port maintainer email to jhixson@FreeBSD.org
Approved by: miwi (mentor), kmoore (mentor), araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D16592
|
Wed, 20 Jun 2018
|
[ 17:05 mat ] (Only the first 10 of 1617 ports in this commit are shown above. )
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
|
Fri, 25 May 2018
|
[ 00:13 swills ]
net/py-zeroconf: update to 0.20.0
PR: 228472
Submitted by: jhixson@gmail.com (maintainer)
|
Thu, 12 Apr 2018
|
[ 17:20 wg ]
net/py-zeroconf: Pure python implementation of multicast DNS service discovery
WWW: https://github.com/jstasiak/python-zeroconf
Submitted by: John Hixson
|
Number of commits found: 26 |