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: math/py-cvxpy/Makefile
SVNWeb

Number of commits found: 41

Sat, 8 Jul 2023
[ 06:40 Yuri Victorovich (yuri) search for other commits by this committer ]    commit hash:42cfbe849c6bcbcdf49efb0f99a7793983e38a47  commit hash:42cfbe849c6bcbcdf49efb0f99a7793983e38a47  commit hash:42cfbe849c6bcbcdf49efb0f99a7793983e38a47  42cfbe8 
math/py-cvxpy: Update 1.3.1 → 1.3.2

Reported by:	portscout
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>
Sun, 23 Apr 2023
[ 09:09 Gerald Pfeifer (gerald) search for other commits by this committer ]    commit hash:8d3e020ed032a8db00208994d0db646de7dc6f5b  commit hash:8d3e020ed032a8db00208994d0db646de7dc6f5b  commit hash:8d3e020ed032a8db00208994d0db646de7dc6f5b  8d3e020  (Only the first 10 of 2091 ports in this commit are shown above. View all ports for this commit)
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
Mon, 20 Mar 2023
[ 05:09 Yuri Victorovich (yuri) search for other commits by this committer ]    commit hash:a61152b168948b31962c5bb2a09ce947e5add848  commit hash:a61152b168948b31962c5bb2a09ce947e5add848  commit hash:a61152b168948b31962c5bb2a09ce947e5add848  a61152b 
math/py-cvxpy: Update 1.3.0 → 1.3.1

Reported by:	portscout
Sun, 12 Mar 2023
[ 09:02 Yuri Victorovich (yuri) search for other commits by this committer ]    commit hash:37a49a4dd2f41e1496f197b9877eeba4da6bda47  commit hash:37a49a4dd2f41e1496f197b9877eeba4da6bda47  commit hash:37a49a4dd2f41e1496f197b9877eeba4da6bda47  37a49a4 
math/py-cvxpy: Update 1.2.1 → 1.3.0

Reported by:	portscout
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)
Tue, 17 May 2022
[ 18:44 Yuri Victorovich (yuri) search for other commits by this committer ]    commit hash:33558dc3b5b029846f1c490ef168e4f7cbecf200  commit hash:33558dc3b5b029846f1c490ef168e4f7cbecf200  commit hash:33558dc3b5b029846f1c490ef168e4f7cbecf200  33558dc 
math/py-cvxpy: Update 1.2.0 -> 1.2.1

Reported by:	portscout
Tue, 10 May 2022
[ 21:21 Yuri Victorovich (yuri) search for other commits by this committer ]    commit hash:5df512ef248e00d91cb7f1e9b44acecd5ecb3e69  commit hash:5df512ef248e00d91cb7f1e9b44acecd5ecb3e69  commit hash:5df512ef248e00d91cb7f1e9b44acecd5ecb3e69  5df512e 
math/py-cvxpy: Update 1.1.18 -> 1.2.0
Mon, 3 Jan 2022
[ 22:26 Yuri Victorovich (yuri) search for other commits by this committer ]    commit hash:b1818bcdb6be68f0079b490c5896904e5282a3a8  commit hash:b1818bcdb6be68f0079b490c5896904e5282a3a8  commit hash:b1818bcdb6be68f0079b490c5896904e5282a3a8  b1818bc 
math/py-cvxpy: Update 1.1.17 -> 1.1.18

Reported by:	portscout
Fri, 5 Nov 2021
[ 19:09 Yuri Victorovich (yuri) search for other commits by this committer ]    commit hash:a8e1d84eaa7aae5918c13a0546bcd97d84221311  commit hash:a8e1d84eaa7aae5918c13a0546bcd97d84221311  commit hash:a8e1d84eaa7aae5918c13a0546bcd97d84221311  a8e1d84 
math/py-cvxpy: Update 1.1.15 -> 1.1.17

Reported by:	portscout
Tue, 17 Aug 2021
[ 19:10 Yuri Victorovich (yuri) search for other commits by this committer ]    commit hash:8e48d3595549a2a80a929ba2717488749115cbee  commit hash:8e48d3595549a2a80a929ba2717488749115cbee  commit hash:8e48d3595549a2a80a929ba2717488749115cbee  8e48d35 
math/py-cvxpy: Update 1.1.13 -> 1.1.15
Tue, 25 May 2021
[ 17:26 Yuri Victorovich (yuri) search for other commits by this committer ]    commit hash:0260e997147058f4c81d08d40fc723c2cb47d0c7  commit hash:0260e997147058f4c81d08d40fc723c2cb47d0c7  commit hash:0260e997147058f4c81d08d40fc723c2cb47d0c7  0260e99 
math/py-cvxpy: Update 1.1.12 -> 1.1.13

Reported by:	portscout
Fri, 9 Apr 2021
[ 20:40 Yuri Victorovich (yuri) search for other commits by this committer ]    commit hash:baaca34ccef9129c34c038ecdceeb3a3326abf77  commit hash:baaca34ccef9129c34c038ecdceeb3a3326abf77  commit hash:baaca34ccef9129c34c038ecdceeb3a3326abf77  baaca34 
math/py-cvxpy: Update 1.1.11 -> 1.1.12
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
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.
Fri, 5 Mar 2021
[ 22:54 yuri search for other commits by this committer ] Original commit   Revision:567430
math/py-cvxpy: Update 1.1.10 -> 1.1.11

Reported by:	portscout
Tue, 23 Feb 2021
[ 01:02 yuri search for other commits by this committer ] Original commit   Revision:566360
math/py-cvxpy: Update 1.1.7 -> 1.1.10
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)
[ 09:03 antoine search for other commits by this committer ] Original commit   Revision:559053 (Only the first 10 of 34 ports in this commit are shown above. View all ports for this commit)
scipy 1.5.4 is only compatible with python 3.6+

Reported by:	pkg-fallout
Sat, 24 Oct 2020
[ 19:04 yuri search for other commits by this committer ] Original commit   Revision:553218
math/py-cvxpy: Update 1.1.6 -> 1.1.7

Reported by:	portscout
Thu, 15 Oct 2020
[ 17:53 yuri search for other commits by this committer ] Original commit   Revision:552437
math/py-cvxpy: Update 1.1.5 -> 1.1.6

Reported by:	portscout
Fri, 28 Aug 2020
[ 17:29 yuri search for other commits by this committer ] Original commit   Revision:546762
math/py-cvxpy: Update 1.1.3 -> 1.1.5

Reported by:	portscout
Thu, 23 Jul 2020
[ 18:32 yuri search for other commits by this committer ] Original commit   Revision:542949
math/py-cvxpy: Update 1.0.29 -> 1.1.3
Sun, 5 Apr 2020
[ 18:53 yuri search for other commits by this committer ] Original commit   Revision:530802
math/py-cvxpy: Update 1.0.28 -> 1.0.29

Reported by:	portscout
Sat, 7 Mar 2020
[ 20:12 yuri search for other commits by this committer ] Original commit   Revision:527975
math/py-cvxpy: Update 1.0.25 -> 1.0.28

Reported by:	portscout
Sun, 12 Jan 2020
[ 07:02 yuri search for other commits by this committer ] Original commit   Revision:522759
math/py-cvxpy: Update 1.0.24 -> 1.0.25

Reported by:	portscout
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
Thu, 13 Jun 2019
[ 06:00 yuri search for other commits by this committer ] Original commit   Revision:504064
math/py-cvxpy: Update 1.0.23 -> 1.0.24

Reported by:	portscout
Tue, 21 May 2019
[ 08:44 yuri search for other commits by this committer ] Original commit   Revision:502197
math/py-cvxpy: Update 1.0.22 -> 1.0.23

Reported by:	portscout
Tue, 14 May 2019
[ 04:25 yuri search for other commits by this committer ] Original commit   Revision:501615
math/py-cvxpy: Update 1.0.21 -> 1.0.22

Reported by:	portscout
Sat, 9 Mar 2019
[ 21:34 yuri search for other commits by this committer ] Original commit   Revision:495205
math/py-cvxpy: Update 1.0.19 -> 1.0.21

Reported by:	portscout
Sat, 2 Mar 2019
[ 07:21 yuri search for other commits by this committer ] Original commit   Revision:494370
math/py-cvxpy: Update 1.0.17 -> 1.0.19

Reported by:	portscout
Sat, 23 Feb 2019
[ 07:43 yuri search for other commits by this committer ] Original commit   Revision:493653
math/py-cvxpy: Update 1.0.16 -> 1.0.17

Reported by:	portscout
Fri, 22 Feb 2019
[ 05:13 yuri search for other commits by this committer ] Original commit   Revision:493547
math/py-cvxpy: Update 1.0.14 -> 1.0.16

Reported by:	portscout
Sat, 26 Jan 2019
[ 04:09 yuri search for other commits by this committer ] Original commit   Revision:491231
math/py-cvxpy: Update 1.0.13 -> 1.0.14

Reported by:	portscout
Wed, 23 Jan 2019
[ 09:40 yuri search for other commits by this committer ] Original commit   Revision:491028
math/py-cvxpy: Update 1.0.12 -> 1.0.13

Reported by:	portscout
Mon, 21 Jan 2019
[ 09:15 yuri search for other commits by this committer ] Original commit   Revision:490840
math/py-cvxpy: Update 1.0.11 -> 1.0.12

Reported by:	portscout
Sat, 15 Dec 2018
[ 08:16 yuri search for other commits by this committer ] Original commit   Revision:487490
math/py-cvxpy: Update 1.0.10 -> 1.0.11

Reported by:	portscout
Wed, 12 Dec 2018
[ 01:35 gerald search for other commits by this committer ] Original commit   Revision:487272 (Only the first 10 of 3168 ports in this commit are shown above. View all ports for this commit)
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
Sun, 18 Nov 2018
[ 23:04 yuri search for other commits by this committer ] Original commit   Revision:485288
New port: math/py-cvxpy: Domain-specific language for modeling convex
optimization problems

Number of commits found: 41