non port: devel/py-aiortc/Makefile |
SVNWeb
|
Number of commits found: 33 |
Sat, 22 Jul 2023
|
[ 07:46 Tobias C. Berner (tcberner) ] b28a739 (Only the first 10 of 94 ports in this commit are shown above. )
framework: convert tree to use USES=pycryptography
A future commit will update to security/py-cryptography will introduce a
rust dependency.
PR: 254853
|
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>
|
Tue, 25 Apr 2023
|
[ 15:17 Christian Weisgerber (naddy) ] feb1fa3 (Only the first 10 of 1613 ports in this commit are shown above. )
audio/opus: bump consumers after update to 1.4
|
Sun, 23 Apr 2023
|
[ 09:09 Gerald Pfeifer (gerald) ] 8d3e020 (Only the first 10 of 2091 ports in this commit are shown above. )
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
|
Fri, 14 Apr 2023
|
[ 18:14 Muhammad Moinur Rahman (bofh) ] def86f1
devel/py-aiortc: Update version 1.3.1=>1.5.0
- Update WWW
Changelog: https://github.com/aiortc/aiortc/releases/tag/1.5.0
|
Tue, 11 Apr 2023
|
[ 20:46 Muhammad Moinur Rahman (bofh) ] 2c2dd85 (Only the first 10 of 136 ports in this commit are shown above. )
*/*: Adopt ports from swills@
|
[ 20:34 Rene Ladan (rene) ] 4f538db (Only the first 10 of 202 ports in this commit are shown above. )
all: return swills' ports to the pools after safeeping his ports bit.
With hat: portmgr-secretary
|
Sat, 11 Feb 2023
|
[ 08:46 Jan Beich (jbeich) ] 17f6d79 (Only the first 10 of 43 ports in this commit are shown above. )
multimedia/libvpx: update 1.13.0
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.12.0..v1.13.0
Reported by: portscout
|
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 )
|
Sun, 13 Mar 2022
|
[ 23:28 Steve Wills (swills) ] 0ca7866
devel/py-aiortc: update to 1.3.1
|
Sat, 5 Feb 2022
|
[ 01:17 Yasuhiro Kimura (yasu) ] 461373b (Only the first 10 of 14 ports in this commit are shown above. )
*/*: Cleanup after the removal of lang/python36
* Remove codes that aren't necessary after the removal of lang/python36
* Mark ports that aren't necessary with Python 3.7 or later as
DEPRECATED and set EXPIRATION_DATE.
PR: 261046
Approved by: lwhsu (python)
|
Sat, 6 Nov 2021
|
[ 02:59 Steve Wills (swills) ] 726d4a4
devel/py-aiortc: update to 1.2.1
|
Sat, 9 Oct 2021
|
[ 00:45 Jan Beich (jbeich) ] f16d8e5 (Only the first 10 of 41 ports in this commit are shown above. )
multimedia/libvpx: update 1.11.0
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.10.0..v1.11.0
Reported by: portscout, Repology
|
Tue, 25 May 2021
|
[ 13:55 Dmitry Marakasov (amdmi3) ] 0729af4 (Only the first 10 of 80 ports in this commit are shown above. )
Mk: switch PYTHON_REL to 5 digits to support python 3.10.x
PR: 255013
Differential Revision: https://reviews.freebsd.org/D29418
Exp-run by: antoine
Approved by: wen@, no objection from python@ or portmgr@
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
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.
|
Sun, 14 Feb 2021
|
[ 03:16 swills ]
devel/py-aiortc: update to 1.1.2
|
Tue, 14 Jul 2020
|
[ 02:23 swills ]
devel/py-aiortc: udpate to 0.9.28
|
Fri, 11 Oct 2019
|
[ 13:28 swills ]
devel/py-aiortc: update to 0.9.22
|
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
|
Wed, 8 May 2019
|
[ 19:22 swills ]
devel/py-aiortc: update to 0.9.21
|
Wed, 24 Apr 2019
|
[ 13:14 swills ]
devel/py-aiortc: update to 0.9.20
|
Wed, 6 Feb 2019
|
[ 13:33 jbeich ] (Only the first 10 of 39 ports in this commit are shown above. )
multimedia/libvpx: update 1.8.0
www/firefox, www/firefox-esr, mail/thunderbird wait for upstream fix via
https://bugzilla.mozilla.org/show_bug.cgi?id=1525393
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.7.0..v1.8.0
ABI: https://abi-laboratory.pro/tracker/timeline/libvpx/
|
Tue, 15 Jan 2019
|
[ 03:18 swills ]
devel/py-aiortc: update to 0.9.19
|
Sat, 5 Jan 2019
|
[ 16:04 swills ]
devel/py-aiortc: update to 0.9.17
|
Mon, 31 Dec 2018
|
[ 20:24 swills ]
devel/py-aiortc: update to 0.9.16
|
Thu, 27 Dec 2018
|
[ 14:02 swills ]
devel/py-aiortc: update to 0.9.15
|
Sun, 16 Dec 2018
|
[ 21:00 swills ]
devel/py-aiortc: Update to 0.9.14
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
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, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
Tue, 4 Dec 2018
|
[ 22:42 swills ]
devel/py-aiortc: update to 0.9.13
|
Fri, 2 Nov 2018
|
[ 01:33 swills ]
devel/py-aiortc: update to 0.9.12
|
Thu, 11 Oct 2018
|
[ 05:28 swills ]
devel/py-aiortc: create port
aiortc is a library for Web Real-Time Communication (WebRTC) and Object
Real-Time Communication (ORTC) in Python. It is built on top of asyncio,
Python's standard asynchronous I/O framework.
WWW: https://github.com/jlaine/aiortc/
|
Number of commits found: 33 |