Problem reports for k...@freebsd.org that need special attention

2019-11-24 Thread bugzilla-noreply
To view an individual PR, use:
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id).

The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status  |Bug Id | Description
+---+---
Open|239108 | databases/akonadi: Builds and links against datab 
Open|240343 | x11-themes/plasma5-breeze-gtk: Fails to build if  
New |237423 | www/qt5-webengine: enable video capture device im 

3 problems total for which you should take action.


[Bug 223409] devel/py-sip: doesn't honor sip_dir

2019-11-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223409

Tobias C. Berner  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|In Progress |Closed

--- Comment #16 from Tobias C. Berner  ---
Committed -- thanks :)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 223409] devel/py-sip: doesn't honor sip_dir

2019-11-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223409

--- Comment #15 from commit-h...@freebsd.org ---
A commit references this bug:

Author: tcberner
Date: Sun Nov 24 08:39:31 UTC 2019
New revision: 518302
URL: https://svnweb.freebsd.org/changeset/ports/518302

Log:
  devel/py-sip: doesn't honor sip_dir

  pyqt.mk had a long standing bug, where the sip-dir was not properly set
  for the port devel/py-sip. The underlying issue was the following:

  When using pyqt.mk consumers would specify

  USES=pyqt:

  To also have easy access for the data from pyqt.mk in the py-sip port, we
allowed
  version=sip, which only unhides a very limited scope of pyqt.mk. However, we
also
  set

  _VERSION_SUBDIR_REL=PyQt${_PYQT_VERSION}/${PYTHON_VER}

  and used that in

  _SIPDIR_REL=share/${_VERSION_SUBDIR_REL}/sip
  PYQT_SIPDIR=${PREFIX}/${_SIPDIR_REL}

  Therefore, py-sip got a very mangled PYQT_SIPDIR value passed to its
configure
  script.

  Big thanks to Lo?c for figuring out the issue :)

  PR:   223409
  Submitted by: Lo?c Bartoletti 

Changes:
  head/Mk/Uses/pyqt.mk
  head/devel/py-sip/Makefile

-- 
You are receiving this mail because:
You are the assignee for the bug.