notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: x11-toolkits/py-kivy/Makefile

Number of commits found: 57

Monday, 24 Feb 2020
11:36 kai search for other commits by this committer
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
  requirements of Pillow for www/py-wagtail.

Release Notes:

* https://pillow.readthedocs.io/en/latest/releasenotes/index.html

Backward Incompatible Changes (7.0.0):

*
https://pillow.readthedocs.io/en/latest/releasenotes/7.0.0.html#backwards-incompatible-changes

Detailed Changelog:

* https://github.com/python-pillow/Pillow/blob/7.0.0/CHANGES.rst

PR:		243665
Submitted by:	sunpoet (patch for 7.0.0 and repo-copied version)
Reviewed by:	koobs [1], sunpoet
Approved by:	koobs (maintainer)
Differential Revision:	https://reviews.freebsd.org/D23713
Original commitRevision:526962 
Tuesday, 18 Feb 2020
10:58 antoine search for other commits by this committer
Deprecate a few unmaintained ports that use python27

With hat:	portmgr
Original commitRevision:526451 
Monday, 3 Feb 2020
20:21 rene search for other commits by this committer
Return dbn's ports to the pool after safekeeping his commit bit.
Original commitRevision:525092 
Monday, 18 Nov 2019
16:39 tobik search for other commits by this committer
x11-toolkits/py-kivy: Do not redefine ARCH
Original commitRevision:517877 
Thursday, 14 Nov 2019
12:39 tobik search for other commits by this committer
Add USES={gl,gnome,mate,sdl,xorg} missed in the last round
Original commitRevision:517560 
Thursday, 7 Nov 2019
18:36 zeising search for other commits by this committer
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.
Original commitRevision:517000 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
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
Original commitRevision:507372 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
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
Original commitRevision:487272 
Tuesday, 11 Sep 2018
18:34 zeising search for other commits by this committer
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
Original commitRevision:479538 
Sunday, 19 Aug 2018
20:51 antoine search for other commits by this committer
py-kivy doesn't support python 3
Original commitRevision:477599 
09:41 dbn search for other commits by this committer
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+
Original commitRevision:477563 
Saturday, 28 Jul 2018
23:23 yuri search for other commits by this committer
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
Original commitRevision:475617 
Wednesday, 20 Jun 2018
17:05 mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Original commitRevision:472884 
Wednesday, 16 May 2018
22:16 jbeich search for other commits by this committer
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

 Error compiling Cython file:
 ------------------------------------------------------------
 ...
         cpdef flag_update(self, int do_parent=?, list _instrs=?)
     ELSE:
         cpdef flag_update(self, int do_parent=?)
     cdef void flag_update_done(self)
     cdef void set_parent(self, Instruction parent)
     cdef void reload(self)
                    ^
 ------------------------------------------------------------

 kivy/graphics/instructions.pxd:36:20: Previous declaration is here
building 'kivy.graphics.svg' extension
cc -DNDEBUG -O2 -pipe -fstack-protector -fno-strict-aliasing -fPIC
-Ikivy/include -I/usr/local/include -Ikivy/include
-I/usr/local/include/python2.7 -c kivy/graphics/svg.c -o
build/temp.freebsd-11.1-RELEASE-p9-i386-2.7/kivy/graphics/svg.o
kivy/graphics/svg.c:1:2: error: Do not use this file, it is the result of a
failed Cython compilation.
 #error Do not use this file, it is the result of a failed Cython compilation.
  ^

PR:		228235
Original commitRevision:470154 
Wednesday, 9 May 2018
01:44 swills search for other commits by this committer
Bump PORTREVISION on opencv consumers due to opencv update
Original commitRevision:469421 
01:10 swills search for other commits by this committer
graphics/opencv: Update to 3.4.1

PR:		210505
Submitted by:	rozhuk.im@gmail.com (partially, further work was done)
Exp-run by:	antoine
Original commitRevision:469420 
Saturday, 10 Mar 2018
17:46 gerald search for other commits by this committer
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
Original commitRevision:464084 
Monday, 29 Jan 2018
06:45 araujo search for other commits by this committer
- 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.
Original commitRevision:460241 
Saturday, 6 Jan 2018
09:17 antoine search for other commits by this committer
Unbreak poudriere bulk -a, py-opencv works only with python 2.7

Reported by:	pkg-fallout
Original commitRevision:458236 
07:59 dbn search for other commits by this committer
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>
Original commitRevision:458231 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
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
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Friday, 1 Sep 2017
21:45 antoine search for other commits by this committer
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
Original commitRevision:449106 
Monday, 31 Jul 2017
18:20 rene search for other commits by this committer
x11-toolkits/py-kivy: remove optional dependency on expired multimedia/py-ffmpeg
Original commitRevision:446990 
Tuesday, 23 May 2017
05:03 rezny search for other commits by this committer
Revision bump of all ports with USE_GL after consolidation of mesa-libs

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
Original commitRevision:441503 
Friday, 14 Apr 2017
14:16 dbn search for other commits by this committer
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
Original commitRevision:438513 
05:30 jbeich search for other commits by this committer
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)
Original commitRevision:438490 
Monday, 24 Oct 2016
10:18 mat search for other commits by this committer
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
Original commitRevision:424560 
Monday, 3 Oct 2016
17:47 jbeich search for other commits by this committer
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
Original commitRevision:423216 
Saturday, 28 May 2016
20:06 rene search for other commits by this committer
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)
Original commitRevision:416065 
Friday, 1 Apr 2016
14:33 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412351 
Wednesday, 24 Feb 2016
20:31 dbn search for other commits by this committer
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
Original commitRevision:409482 
Friday, 23 Oct 2015
17:41 amdmi3 search for other commits by this committer
- Add LICENSE_FILE
- Fix shebangs

Approved by:	portmgr blanket
Original commitRevision:400043 
Friday, 24 Jul 2015
23:45 antoine search for other commits by this committer
Fix packaging after sphinx update

Reported by:	pkg-fallout
Original commitRevision:392854 
Monday, 30 Mar 2015
18:28 dbn search for other commits by this committer
x11-toolkits/py-kivy: use new USE_GITHUB.
Original commitRevision:382704 
Sunday, 22 Mar 2015
20:14 dbn search for other commits by this committer
x11-toolkits/py-kivy: unbreak due to cython 0.22.
Original commitRevision:381958 
Thursday, 19 Mar 2015
16:44 bdrewery search for other commits by this committer
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
Original commitRevision:381618 
Thursday, 19 Feb 2015
09:28 jbeich search for other commits by this committer
- 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]
Original commitRevision:379335 
Saturday, 24 Jan 2015
19:27 antoine search for other commits by this committer
Fix some _DEPENDS
Original commitRevision:377815 
Monday, 22 Dec 2014
23:04 dumbbell search for other commits by this committer
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
Original commitRevision:375286 
Saturday, 4 Oct 2014
08:19 dbn search for other commits by this committer
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
Original commitRevision:369949 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
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)
Original commitRevision:367888 
Thursday, 24 Apr 2014
20:04 dbn search for other commits by this committer
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
  utilizing Matrix transformation by default. It also now supports
  scrolling through bars or content or both.
- Widgets now can be disabled simply by using `disabled` property.
- Textinput now has support for selection handles.
- New Widgets!
  - ActionBar: Mimics Android?s own ActionBar appearance and
    mechanisms
  - Behaviors: ButtonBehavior, ToggleButtonBehavior, DragBehavior,
    just subclass a behavior to an existing widgets, and you get the
    behavior! (eg. class ImageButton(ButtonBehavior, Image))
  - PageLayout: A simple multi-page layout allowing flipping through
    pages using borders
  - SandBox (experimental): Runs itself and its children in an
    exception-catching sandbox
Original commitRevision:352060 
Wednesday, 16 Apr 2014
18:28 zeising search for other commits by this committer
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
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
Original commitRevision:351411 
Monday, 10 Mar 2014
20:55 gerald search for other commits by this committer
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)
Original commitRevision:347809 
Thursday, 23 Jan 2014
18:09 dbn search for other commits by this committer
Add py-ffmpeg as an optional dependency for x11-toolkits/py-kivy.

While here simplify the port by using more option macros.
Original commitRevision:340844 
Monday, 13 Jan 2014
21:00 rene search for other commits by this committer
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)
Original commitRevision:339634 
Thursday, 19 Dec 2013
15:15 dbn search for other commits by this committer
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.
Original commitRevision:336922 
Tuesday, 17 Dec 2013
03:32 dbn search for other commits by this committer
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.
Original commitRevision:336691 
Wednesday, 27 Nov 2013
19:17 dbn search for other commits by this committer
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
Original commitRevision:335045 
Tuesday, 19 Nov 2013
06:27 dbn search for other commits by this committer
Update x11-toolkits/py-kivy to 1.7.2.
Original commitRevision:334281 
Monday, 18 Nov 2013
19:02 dbn search for other commits by this committer
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
Original commitRevision:334241 
Sunday, 17 Nov 2013
12:33 mva search for other commits by this committer
- 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>
Original commitRevision:334079 
Saturday, 26 Oct 2013
00:52 gerald search for other commits by this committer
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
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
Original commitRevision:331644 
Friday, 25 Oct 2013
16:16 mva search for other commits by this committer
- Chase devel/sdl20 shlib version change
Original commitRevision:331608 
Sunday, 6 Oct 2013
17:43 dbn search for other commits by this committer
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.
Original commitRevision:329608 
Friday, 20 Sep 2013
23:57 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits)
Original commitRevision:327785 
Monday, 1 Jul 2013
05:57 dbn search for other commits by this committer
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.
Original commitRevision:322115 

Number of commits found: 57