non port: devel/py-pygdbmi/Makefile |
SVNWeb
|
Number of commits found: 16 |
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>
|
Sun, 5 Feb 2023
|
[ 15:47 Po-Chuan Hsieh (sunpoet) ] e0384e21
devel/py-pygdbmi: Update to 0.11.0.0
Changes: https://github.com/cs01/pygdbmi/releases
|
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 )
|
Fri, 13 May 2022
|
[ 11:39 Po-Chuan Hsieh (sunpoet) ] 129421d
devel/py-pygdbmi: Update to 0.10.0.2
Changes: https://github.com/cs01/pygdbmi/releases
https://github.com/cs01/pygdbmi/blob/master/CHANGELOG.md
|
Wed, 26 May 2021
|
[ 12:54 Po-Chuan Hsieh (sunpoet) ] 142a8d0
devel/py-pygdbmi: Update to 0.10.0.1
Changes: https://github.com/cs01/pygdbmi/releases
|
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, 13 Dec 2020
|
[ 14:42 sunpoet ]
Update to 0.10.0.0
- Change MASTER_SITES from GitHub to CHEESESHOP
- Add NO_ARCH
- Update pkg-descr
Changes: https://github.com/cs01/pygdbmi/releases
|
Thu, 10 Dec 2020
|
[ 21:36 sunpoet ]
Relax USES=python
- Unmark DEPRECATED and remove EXPIRATION_DATE
- Take maintainership
|
Mon, 7 Dec 2020
|
[ 20:09 rene ] (Only the first 10 of 25 ports in this commit are shown above. )
Return mmokhi@'s ports to the pool after his commit bit was safekept.
|
Wed, 11 Nov 2020
|
[ 12:14 antoine ] (Only the first 10 of 23 ports in this commit are shown above. )
Deprecate a few python 2.7 ports
|
Wed, 7 Feb 2018
|
[ 18:32 mmokhi ]
devel/py-pygdbmi: Update the port to 0.8.2.0
This is a dependency for r461164
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] (Only the first 10 of 2423 ports in this commit are shown above. )
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 )
|
Sun, 2 Apr 2017
|
[ 13:42 mmokhi ]
devel/py-gdbgui: Update devel/py-gdbgui and its dependencies to latest version.
Reviewed by: feld, mat (mentors)
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D10200
|
Wed, 8 Mar 2017
|
[ 12:48 mmokhi ] (Only the first 10 of 30 ports in this commit are shown above. )
devel/py-gdbgui: Add devel/py-gdbgui and dependencies to the tree.
gdbgui is a browser-based frontend to gdb (gnu debugger).
Dependencies are:
py-pygdbmi, Parse gdb machine interface string output and return data types.
py-pypugjs, PyPugJS is just a fork of PyJade with the name Jade changed.
py-python-socketio, Python implementation of the Engine.IO realtime server.
py-python-engineio, Python implementation of the Socket.IO realtime server.
py-enum-compat, A virtual package, its whole purpose is to install enum34.
py-flask-socketio, Socket.IO integration for Flask applications.
Reviewed by: feld, mat
Approved by: feld, mat (mentors)
Differential Revision: https://reviews.freebsd.org/D9849
|
Number of commits found: 16 |