Bug 205143 - [exp-run] Update PyQt4, SIP and QScintilla
Summary: [exp-run] Update PyQt4, SIP and QScintilla
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Raphael Kubo da Costa
URL:
Keywords:
Depends on:
Blocks: 204672
  Show dependency treegraph
 
Reported: 2015-12-08 17:26 UTC by Raphael Kubo da Costa
Modified: 2015-12-13 12:46 UTC (History)
2 users (show)

See Also:


Attachments
Patch v1 (7.30 KB, patch)
2015-12-08 17:26 UTC, Raphael Kubo da Costa
no flags Details | Diff
Patch v2 (7.91 KB, patch)
2015-12-08 17:44 UTC, Raphael Kubo da Costa
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Raphael Kubo da Costa freebsd_committer freebsd_triage 2015-12-08 17:26:01 UTC
Created attachment 163994 [details]
Patch v1

kde@ needs an exp-run for updating the PyQt4-related ports in the tree. This was somewhat tested in bug 204672, but we need to do this separately from the PyQt5 bits.

Please make sure the ports tree is at r403297 or later.

Patch attached and also available here: https://people.freebsd.org/~rakuco/exp-runs/pyqt4-4.11.4-sip-4.17-qscintilla-2.9.1-v1.patch
Comment 1 Raphael Kubo da Costa freebsd_committer freebsd_triage 2015-12-08 17:44:52 UTC
Created attachment 163995 [details]
Patch v2

https://people.freebsd.org/~rakuco/exp-runs/pyqt4-4.11.4-sip-4.17-qscintilla-2.9.1-v2.patch (also attached) contains a fix for graphics/seexpr.
Comment 2 Raphael Kubo da Costa freebsd_committer freebsd_triage 2015-12-11 10:34:16 UTC
ping?
Comment 3 Antoine Brodin freebsd_committer freebsd_triage 2015-12-11 10:48:59 UTC
(In reply to Raphael Kubo da Costa from comment #2)
I should run it tomorrow
Comment 4 Antoine Brodin freebsd_committer freebsd_triage 2015-12-13 08:15:48 UTC
Exp-run results on 9.3i386 and 10.2amd64:

http://package22.nyi.freebsd.org/jail.html?mastername=93i386-default-PR205143
http://package23.nyi.freebsd.org/jail.html?mastername=102amd64-default-PR205143

0 new failure, looks good
Comment 5 commit-hook freebsd_committer freebsd_triage 2015-12-13 12:46:13 UTC
A commit references this bug:

Author: rakuco
Date: Sun Dec 13 12:45:27 UTC 2015
New revision: 403662
URL: https://svnweb.freebsd.org/changeset/ports/403662

Log:
  Update PyQt4 to 4.11.4, SIP to 4.17 and QScintilla2 to 2.9.1.

  Bring in some long overdue updates, some of which are required for us to
  later land the PyQt5 ports.

  One big change with this update is that the PyQt4 ports now install their
  .sip files into share/py-sip/PyQt4 instead of share/py-sip. This way we do
  not end up with directories like share/py-sip/QtCore, which are especially
  confusing once PyQt5 lands and starts installing files with the same names.

  Other noteworthy items:
  - PORTREVISION has been bumped on ports depending on devel/qscintilla2
    because libqscintilla2.so's SOVERSION has changed.
  - graphics/seexpr has been converted to USE_PYQT, as the file it used to
    define a build-time dependency on x11-toolkits/py-qt4-gui has moved.

  Once again, big thanks to Tobias Berner <tcberner@gmail.com> and Guido Falsi
  (madpilot@) for their initial work on these ports as part of the effort to
  land PyQt5 into the tree (see D2910 in Phabricator for an earlier version of
  the PyQt5 patch set).

  PR:		205143

Changes:
  head/Mk/Uses/pyqt.mk
  head/cad/openscad/Makefile
  head/databases/sqliteman/Makefile
  head/databases/tora/Makefile
  head/devel/py-qt4/distinfo
  head/devel/py-qt4-dbus/Makefile
  head/devel/py-qt4-dbussupport/Makefile
  head/devel/py-qt4-qscintilla2/pkg-plist
  head/devel/py-sip/Makefile
  head/devel/py-sip/distinfo
  head/devel/qscintilla2/distinfo
  head/devel/qscintilla2/pkg-plist
  head/devel/ruby-qtruby/Makefile
  head/devel/smokeqt/Makefile
  head/devel/universalindentgui/Makefile
  head/graphics/qgis/Makefile
  head/graphics/seexpr/Makefile
  head/math/octave/Makefile
  head/misc/py-qt4-demo/Makefile
  head/misc/py-qt4-doc/Makefile
  head/misc/py-qt4-doc/pkg-plist
  head/x11/leechcraft/Makefile
Comment 6 Raphael Kubo da Costa freebsd_committer freebsd_triage 2015-12-13 12:46:47 UTC
Landed. Thanks for the exp-run, Antoine.