[kde-freebsd] [Bug 191990] [exp-run] Update PyQt to 4.11.1, SIP to 4.16.2 and QScintilla to 2.8.3

2014-07-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191990

Antoine Brodin  changed:

   What|Removed |Added

 Status|In Discussion   |Patch Ready
   Assignee|anto...@freebsd.org |rak...@freebsd.org

--- Comment #4 from Antoine Brodin  ---
Results for 10amd64 at
http://package23.nyi.freebsd.org/build.html?mastername=10amd64-default-PR191990&build=2014-07-22_06h26m50s

There was no new failure,  looks good!

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/net-p2p

2014-07-23 Thread Raphael Kubo da Costa
SVN commit 10194 by rakuco:

PORTS: Merge r353800 from ports.


r353800 | makc | 2014-05-12 13:53:41 +0300 (Mon, 12 May 2014) | 2 lines

Convert my ports to USES=tar





 M  +1 -2  ktorrent/Makefile  
 M  +1 -2  libktorrent/Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/net-p2p

2014-07-23 Thread Raphael Kubo da Costa
SVN commit 10195 by rakuco:

PORTS: Merge r331383 from ports.


r331383 | makc | 2013-10-23 16:08:41 +0300 (Wed, 23 Oct 2013) | 6 lines

- Support staging
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes





 M  +3 -3  ktorrent/Makefile  
 M  +4 -4  libktorrent/Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/KDE/math/kcalc/files

2014-07-23 Thread Raphael Kubo da Costa
SVN commit 10196 by rakuco:

kcalc: Add upstream patch to fix the build with MPFR.

Submitted upstream by our own Tobias Berner \o/



 AMpatch-knumber__knumber_float.cpp  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [Bug 191990] [exp-run] Update PyQt to 4.11.1, SIP to 4.16.2 and QScintilla to 2.8.3

2014-07-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191990

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

Author: rakuco
Date: Wed Jul 23 19:53:15 UTC 2014
New revision: 362721
URL: http://svnweb.freebsd.org/changeset/ports/362721

Log:
  Update PyQt to 4.11.1, QScintilla to 2.8.3 and SIP to 4.16.2.

  ... And bump PORTREVISION on ports that depend on devel/qscintilla2 due to
  the shlib version change.

  This is brought to you by the KDE on FreeBSD team. Besides updating to newer
  upstream releases, this commit also contains a lot of under-the-hood changes
  to the PyQt/QScintilla/SIP ports. Their Makefiles had accumulated a lot of
  cruft over time, so it was time for some summer cleaning:

  - General, belated changes:
* Use OPTIONS helpers wherever possible, stop including
   when not necessary, stop checking for
  ${PORT_OPTIONS:MDOCS} and ${PORT_OPTIONS:MEXAMPLES} when not necessary,
  add options such as DOCS and/or DEBUG where they were only checked for.

  - QScintilla ports:
* Drop the API option from py-qt4-qscintilla2. It had been broken ever
  since staging support was added, and its existence does not make much
  sense: QScintilla is a hard dependency regardless of the state of this
  option anyway, they all come from the same tarball and the configuration
  script assumes the .api file will always be installed.

  - PyQt ports:
* The configure.py patch shared by all PyQt ports has been trimmed down to
  the minimum. Changes for Qt3 compatibility or for things that are just
  not needed anymore have been removed.

* Several post-configure targets in the PyQt ports have been removed, as
  they had no effect on the way the ports were built whatsoever.

* In some cases, instead of calling Python's py_compile.py on `ls *.py
  */*.py */*/*.py` to generate .pyc and .pyo files, we just call
  compileall.py, which is made for this kind of task.

* The patch + sed hack to build py-qt4-dbussupport has been replaced by
  only extracting the dbus/ directory for that port and excluding it from
  all others.

* Move the bulk of the code in all Makefiles to bsd.pyqt.mk, like the
  non-Python Qt ports do with bsd.qt.mk and the QT_DIST variable. A large
  portion of all PyQt Makefiles were very similar and contained a lot of
  boilerplate code that can be shared among all of them since they all
  come from the same tarball. bsd.pyqt.mk now has a PYQT4_DIST variable
  that, when set, automatically sets several common variables and the
  do-configure target for a port. This allows us to considerably reduce
  the size of all the py-qt4-* Makefiles.

* To make the above possible and also to allow us to use as many OPTIONS
  helpers as possible, the ARGS variable is now called CONFIGURE_ARGS.
  That's what it was used for anyway.

  PR:191990

Changes:
  head/databases/py-qt4-sql/Makefile
  head/databases/sqliteman/Makefile
  head/databases/tora/Makefile
  head/devel/p5-perlqt/Makefile
  head/devel/py-qt4/Makefile
  head/devel/py-qt4/bsd.pyqt.mk
  head/devel/py-qt4/distinfo
  head/devel/py-qt4-assistant/Makefile
  head/devel/py-qt4-core/Makefile
  head/devel/py-qt4-core/files/patch-configure.py
  head/devel/py-qt4-dbus/Makefile
  head/devel/py-qt4-dbussupport/Makefile
  head/devel/py-qt4-declarative/Makefile
  head/devel/py-qt4-designer/Makefile
  head/devel/py-qt4-designerplugin/Makefile
  head/devel/py-qt4-help/Makefile
  head/devel/py-qt4-qscintilla2/Makefile
  head/devel/py-qt4-qscintilla2/pkg-plist
  head/devel/py-qt4-script/Makefile
  head/devel/py-qt4-scripttools/Makefile
  head/devel/py-qt4-test/Makefile
  head/devel/py-sip/Makefile
  head/devel/py-sip/distinfo
  head/devel/qscintilla2/Makefile
  head/devel/qscintilla2/distinfo
  head/devel/qscintilla2/pkg-plist
  head/devel/ruby-qtruby/Makefile
  head/devel/smokeqt/Makefile
  head/devel/universalindentgui/Makefile
  head/graphics/py-qt4-svg/Makefile
  head/math/octave/Makefile
  head/misc/py-qt4-demo/Makefile
  head/misc/py-qt4-demo/pkg-plist
  head/multimedia/py-qt4-multimedia/Makefile
  head/multimedia/py-qt4-phonon/Makefile
  head/net/py-qt4-network/Makefile
  head/textproc/py-qt4-xml/Makefile
  head/textproc/py-qt4-xmlpatterns/Makefile
  head/www/py-qt4-webkit/Makefile
  head/x11/leechcraft/Makefile
  head/x11/py-qt4-opengl/Makefile
  head/x11/py-qt4-opengl/pkg-plist
  head/x11-toolkits/py-qt4-gui/Makefile
  head/x11-toolkits/py-qt4-gui/pkg-plist

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [Bug 191990] [exp-run] Update PyQt to 4.11.1, SIP to 4.16.2 and QScintilla to 2.8.3

2014-07-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191990

Raphael Kubo da Costa  changed:

   What|Removed |Added

 Status|Patch Ready |Issue Resolved
 Resolution|--- |FIXED

--- Comment #6 from Raphael Kubo da Costa  ---
Landed, at last!

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information