non port: x11-toolkits/py-kivy/Makefile |
SVNWeb
|
Number of commits found: 57 |
Mon, 24 Feb 2020
|
[ 11:36 kai ] (Only the first 10 of 76 ports in this commit are shown above. )
graphics/py-pillow: Update to 7.0.0
* Repo-Copy the Pillow 6.2.2 release to graphics/py-pillow6 to retain
backwards compatibility for Python 2 consumers as the Pillow 7.0.0 release
dropped the support for Python 2.
* Apply conditional statements to use either Pillow 7.x or Pillow 6.x for
consumers that can be built for Python 2 or newer.
* Exceptions are ports that can be built only for either Python 2 or
Python 3. For the first case, consumers are just assigned to the
repo-copied graphics/py-pillow6.
* Also remove Pillow from BUILD_DEPENDS of math/py-PyWavelets as it is not
listed in setup.py as a build dependency [1] and relax the version (Only the first 15 lines of the commit message are shown above )
|
Tue, 18 Feb 2020
|
[ 10:58 antoine ] (Only the first 10 of 13 ports in this commit are shown above. )
Deprecate a few unmaintained ports that use python27
With hat: portmgr
|
Mon, 3 Feb 2020
|
[ 20:21 rene ] (Only the first 10 of 37 ports in this commit are shown above. )
Return dbn's ports to the pool after safekeeping his commit bit.
|
Mon, 18 Nov 2019
|
[ 16:39 tobik ]
x11-toolkits/py-kivy: Do not redefine ARCH
|
Thu, 14 Nov 2019
|
[ 12:39 tobik ] (Only the first 10 of 68 ports in this commit are shown above. )
Add USES={gl,gnome,mate,sdl,xorg} missed in the last round
|
Thu, 7 Nov 2019
|
[ 18:36 zeising ] (Only the first 10 of 432 ports in this commit are shown above. )
Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
|
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, 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, 11 Sep 2018
|
[ 18:34 zeising ] (Only the first 10 of 331 ports in this commit are shown above. )
Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG. Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.
PR: 230909
Reviewed by: eadler
Approved by: portmgr (antoine)
Obtained
from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D16906
|
Sun, 19 Aug 2018
|
[ 20:51 antoine ]
py-kivy doesn't support python 3
|
[ 09:41 dbn ]
x11-toolkits/py-kivy: update to 1.10.1
- Switch to PyPI for upstream sources
- Remove BROKEN: now working with cython
- Indicate Kivy supports Python 3+
|
Sat, 28 Jul 2018
|
[ 23:23 yuri ]
Replace explicit devel/py-game dependencies with ${PYGAME} in 7 ports
This is to simplify the pending rename devel/py-game -> devel/py-pygame in
bug#230115.
PR: 230118 230119
Approved by: portmgr
|
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
|
Wed, 16 May 2018
|
[ 22:16 jbeich ]
x11-toolkits/py-kivy: mark BROKEN after r470010
Error compiling Cython file:
------------------------------------------------------------
...
end = time()
Logger.debug("Svg: Loaded {} in {:.2f}s".format(filename, end -
start))
finally:
fd.close()
cdef void reload(self) except *:
^
------------------------------------------------------------
kivy/graphics/svg.pyx:469:9: Signature not compatible with previous declaration (Only the first 15 lines of the commit message are shown above )
|
Wed, 9 May 2018
|
[ 01:44 swills ] (Only the first 10 of 17 ports in this commit are shown above. )
Bump PORTREVISION on opencv consumers due to opencv update
|
[ 01:10 swills ] (Only the first 10 of 60 ports in this commit are shown above. )
graphics/opencv: Update to 3.4.1
PR: 210505
Submitted by: rozhuk.im@gmail.com (partially, further work was done)
Exp-run by: antoine
|
Sat, 10 Mar 2018
|
[ 17:46 gerald ] (Only the first 10 of 1104 ports in this commit are shown above. )
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
|
Mon, 29 Jan 2018
|
[ 06:45 araujo ] (Only the first 10 of 37 ports in this commit are shown above. )
- Update textproc/py-sphinx to 1.6.5. [0]
- Update all ports that depends of py-sphinx. [0]
- Add conditional RUN_DEPENDS. [1]
- Add TEST_DEPENDS. [1]
PR: ports/221891 [0] and ports/225136 [1]
Submitted by: sunpoet [1]
Approved by: antoine (portmgr)
Exprun by: antoine (several rounds)
Sponsored by: iXsystems, Inc.
|
Sat, 6 Jan 2018
|
[ 09:17 antoine ]
Unbreak poudriere bulk -a, py-opencv works only with python 2.7
Reported by: pkg-fallout
|
[ 07:59 dbn ]
x11-toolkits: update to 1.10.0
- Remove LOCAL mirror (not needed)
- Add git build dependency
- Add missing pygment dependency
- Sort USES section and USE_PYTHON variable
- Indicate that the port supports Python 3 (thus adding FLAVORS)
- Make sphinx dependency versions (i.e. support python 3)
- Add missing dependencies for GSTREAMER option:
- gettext-runtime
- glib20
- Add missing dependency for X11 option: render (x11)
- Remove PDF install target, no longer an option
- Remove pkg-plist that is autogenerated (only DOCS remains)
- Change log: https://kivy.org/#changelog
PR: 224734
Submitted by: Christian Sturm <reezer@reezer@org>
|
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 )
|
Fri, 1 Sep 2017
|
[ 21:45 antoine ]
Mark BROKEN: fails to build
cythoning kivy/graphics/opengl.pyx to kivy/graphics/opengl.c
Error compiling Cython file:
------------------------------------------------------------
...
def glCheckFramebufferStatus(GLenum target):
'''See: `glCheckFramebufferStatus() on Kronos website
<http://www.khronos.org/opengles/sdk/docs/man/xhtml/glCheckFramebufferStatus.xml>`_
'''
cdef GLenum result
result = c_opengl.CheckFramebufferStatus(target)
^
------------------------------------------------------------
kivy/graphics/opengl.pyx:544:21: cimported module has no attribute
'CheckFramebufferStatus'
Reported by: pkg-fallout
|
Mon, 31 Jul 2017
|
[ 18:20 rene ]
x11-toolkits/py-kivy: remove optional dependency on expired multimedia/py-ffmpeg
|
Tue, 23 May 2017
|
[ 05:03 rezny ] (Only the first 10 of 711 ports in this commit are shown above. )
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
|
Fri, 14 Apr 2017
|
[ 14:16 dbn ]
x11-toolkits/py-kivy: fix concurrency, dependency
- Chase change in name of opencv
- Switch to using autoplist (makes installing with python 3 easier)
- Mark the port as concurrent
|
[ 05:30 jbeich ] (Only the first 10 of 44 ports in this commit are shown above. )
graphics/opencv: back out r423216 and r423063 (replaying r423316)
Renaming didn't help to unblock 3.x progress as co-existence with 2.x
was no less complex than simply fixing consumers. This commit also
restores directory-level history accidentally lost via git-svn.
PR: 210505
Pointy hat to: jbeich (should've discussed first)
|
Mon, 24 Oct 2016
|
[ 10:18 mat ] (Only the first 10 of 17 ports in this commit are shown above. )
OPTIONS_SET/OPTIONS_UNSET are global variables, they cannot be used in ports
Makefiles.
So, replace them with OPTIONS_SLAVE, OPTIONS_EXCLUDE, OPTIONS_DEFAULT,
where appropriate.
The ghostscript ports are doing something nasty that is certainly wrong,
but I don't want to try to understand it.
Sponsored by: Absolight
|
Mon, 3 Oct 2016
|
[ 17:47 jbeich ] (Only the first 10 of 59 ports in this commit are shown above. )
graphics/opencv: add suffix to make room for 3.x series
To avoid confusion, the main port is to track the latest release.
Whether to rename includes/libraries as well making it possible to
install 2.x and 3.x side-by-side remains to be investigated.
PR: 210505 (for tracking)
Inspired by: PkgSrc
|
Sat, 28 May 2016
|
[ 20:06 rene ]
x11/toolkits/py-kivy: replace dependency graphics/py-imaging by
graphics/py-pillow, the former has been expired.
PR: 209736
Submitted by: myself
Approved by: maintainer (dbn)
|
Fri, 1 Apr 2016
|
[ 14:33 mat ] (Only the first 10 of 2136 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 24 Feb 2016
|
[ 20:31 dbn ]
x11-toolkits/py-kivy: update to 1.9.1
Changes:
- Add dependency for multi-touch support
- Explicitly set USE_* MAKE_ENV variables
- Remove unneeded shebang fixes
- Add SDL2 to image group for options
- Remove PDF option (does not build)
- Use option helps
- Remove upstreamed patches
- Use explicit pkg-plist
|
Fri, 23 Oct 2015
|
[ 17:41 amdmi3 ]
- Add LICENSE_FILE
- Fix shebangs
Approved by: portmgr blanket
|
Fri, 24 Jul 2015
|
[ 23:45 antoine ]
Fix packaging after sphinx update
Reported by: pkg-fallout
|
Mon, 30 Mar 2015
|
[ 18:28 dbn ]
x11-toolkits/py-kivy: use new USE_GITHUB.
|
Sun, 22 Mar 2015
|
[ 20:14 dbn ]
x11-toolkits/py-kivy: unbreak due to cython 0.22.
|
Thu, 19 Mar 2015
|
[ 16:44 bdrewery ] (Only the first 10 of 133 ports in this commit are shown above. )
Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag. This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.
The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
GH -> GHL
GITHUB -> GITHUB_LEGACY
Differential Revision: https://reviews.freebsd.org/D748
Submitted by: amdmi3
Reviewed by: mat, swills, antoine, bdrewery
With hat: portmgr
|
Thu, 19 Feb 2015
|
[ 09:28 jbeich ]
- Update to 0.22 [1]
- Strip C modules [2]
- Mark py-kivy as BROKEN [3]
PR: 197375 [1]
PR: 197776 [2]
Submitted by: Viltaly Magerya <vmagerya@gmail.com> (maintainer) [1]
Approved by: Viltaly Magerya <vmagerya@gmail.com> (maintainer) [2]
Approved by: dbn (maintainer) [3]
|
Sat, 24 Jan 2015
|
[ 19:27 antoine ] (Only the first 10 of 24 ports in this commit are shown above. )
Fix some _DEPENDS
|
Mon, 22 Dec 2014
|
[ 23:04 dumbbell ] (Only the first 10 of 12 ports in this commit are shown above. )
Final removal of WITH_NEW_XORG
This knob was turned on for all version of FreeBSD in r369875
(2014-10-03) and officially deprecated. Since then, it was gradually
removed from many ports when they needed an update.
x11-servers/xorg-server was the last major user of this knob. The port
was updated to xserver 1.14 in r374982 (2014-12-19). The update got rid
of the knob, clearing the path to the final removal.
This commit changes ports who were checking for WITH_NEW_XORG and remove
its handling from bsd.port.mk.
While here, two sanity checks are added to warn user about WITH_KMS and
WITH_NEW_XORG which have no effect now.
Differential Revision: https://reviews.freebsd.org/D1351
Reviewed by: antoine, bapt, kwm
Approved by: portmgr (antoine, bapt), kwm
|
Sat, 4 Oct 2014
|
[ 08:19 dbn ]
Fix x11-toolkits/py-kivy due to cython update.
Cython changes its temporary variable handling and now fails on the file:
kivy/graphics/sahder/pyx
This has already been fixed upstream so just backport that fix.
Also, update the USE_PYTHON et al variables.
PR: 194065
Reported by: John Marino (marino@FreeBSD.org)
Obtained from: https://github.com/kivy/kivy/commit/b2bc566
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
Thu, 24 Apr 2014
|
[ 20:04 dbn ]
Update x11-toolkits/py-kivy to 1.8.0.
Changes:
* Kivy now supports python 2 and 3
ChangeLog:
- Python 3.3 support: It's finally here, using the same codebase! And
we deliver also 3 portables for Windows, one that package Python 2.7
and another with Python 3.3!
- New media player named GstPlayer, based on Gstreamer 1.0. This
player is currently used as a implementation for Audio and Video
core provider. This allow us to not only use the latest Gstreamer
and all the improvements done by them, but also have a common player
for both Python 2.7 and 3.3 on desktop platforms.
- Scrollview has been slightly enhanced to support smoother scrolling (Only the first 15 lines of the commit message are shown above )
|
Wed, 16 Apr 2014
|
[ 18:28 zeising ] (Only the first 10 of 1008 ports in this commit are shown above. )
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above )
|
Mon, 10 Mar 2014
|
[ 20:55 gerald ] (Only the first 10 of 1081 ports in this commit are shown above. )
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs)
|
Thu, 23 Jan 2014
|
[ 18:09 dbn ]
Add py-ffmpeg as an optional dependency for x11-toolkits/py-kivy.
While here simplify the port by using more option macros.
|
Mon, 13 Jan 2014
|
[ 21:00 rene ] (Only the first 10 of 702 ports in this commit are shown above. )
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat)
|
Thu, 19 Dec 2013
|
[ 15:15 dbn ]
Move x11-toolkits/py-kivy to using auto-plist.
Although this port does not support python>=3, the next release is expected
to do so.
|
Tue, 17 Dec 2013
|
[ 03:32 dbn ]
Fix build of x11-toolkits/py-kivy on some systems (pygame.joystick related).
On some systems pygame.joystick does not import into python preventing some
documentation from being built, thus some missing files on install.
For documentation building prevent any attempt to import pygame.joystick as
a work-around.
|
Wed, 27 Nov 2013
|
[ 19:17 dbn ]
Fix typos in x11-toolkits/py-kivy.
- Fix an option SDL -> SDL2 (in the audio group)
- Fix the use of XORG -> X11 when enabling X11 support
- Bump revision, as depending on the options chosen, package contect may
have changed.
Reported by: ak
|
Tue, 19 Nov 2013
|
[ 06:27 dbn ]
Update x11-toolkits/py-kivy to 1.7.2.
|
Mon, 18 Nov 2013
|
[ 19:02 dbn ]
Add stage support to x11-toolkits/py-kivy.
Changes:
- Add shebangfix for one file (OSC.py)
- Migrate USE_GMAKE to USES=gmake
- Strip libraries installed
- Prevent non-FreeBSD packaging files from being installed
- Change build logic to use the default do-build target
|
Sun, 17 Nov 2013
|
[ 12:33 mva ] (Only the first 10 of 12 ports in this commit are shown above. )
- Switch devel/sdl20 to use the autotools-based configuration, since the
cmake-based one is not maintained that well
- Fix library naming to ensure backwards compatibility on minor version
changes
- Bump the PORTREVISION on ports depending on devel/sdl20, since its
shared library name changed
PR: ports/183975
Submitted by: Jan Kokemuller <jan.kokemueller@gmail.com>
|
Sat, 26 Oct 2013
|
[ 00:52 gerald ] (Only the first 10 of 1147 ports in this commit are shown above. )
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above )
|
Fri, 25 Oct 2013
|
[ 16:16 mva ]
- Chase devel/sdl20 shlib version change
|
Sun, 6 Oct 2013
|
[ 17:43 dbn ]
Mark x11-toolkits/py-kivy as broken under i386 without -DWITH_NEW_XORG.
For some unknown reason builds fail with:
Undefined symbol "glBlendEquationSeparate"
When compiling under i386 for the old libGL. This error does not make
sense given that the symbol is present in libGL and that compilation works
under amd64. The only solution found is to update to a newer libGL however
there does not appear to be any change to the symbol signature to suggest
why such an update works.
|
Fri, 20 Sep 2013
|
[ 23:57 bapt ] (Only the first 10 of 288 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits)
|
Mon, 1 Jul 2013
|
[ 05:57 dbn ]
Add x11-toolkits/py-kivy 1.7.1.
Kivy is a NUI (natural user interface) toolkit that can be used on
Android, iOS, Windows, Linux, Mac and *BSD.
|
Number of commits found: 57 |