Summary: | textproc/soprano: use Qt5 and remove "deprecated" | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Thierry Thomas <thierry> | ||||||||
Component: | Individual Port(s) | Assignee: | freebsd-kde (group) <kde> | ||||||||
Status: | Closed Overcome By Events | ||||||||||
Severity: | Affects Some People | CC: | adridg, kde, ports-bugs, tcberner | ||||||||
Priority: | --- | Flags: | tcberner:
maintainer-feedback+
|
||||||||
Version: | Latest | ||||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
Attachments: |
|
Created attachment 201735 [details]
v2
Hi Thierry
Would you be OK with it like this too?
I used the version given by the git-tag, which makes it require a PORTEPOCH, and also cleaned it up a bit.
mfg Tobias
Created attachment 201736 [details]
v2
(In reply to Tobias C. Berner from comment #2) In you do not fear PORTEPOCH, this is OK for me! Are you sure it is needed by rkward? (In reply to Tobias C. Berner from comment #4) It was at some time... but you are right, I have to check it again! (In reply to Thierry Thomas from comment #5) You're right, it is no more used: I'm removing it from the dependencies. A commit references this bug: Author: thierry Date: Tue Feb 5 18:17:56 UTC 2019 New revision: 492266 URL: https://svnweb.freebsd.org/changeset/ports/492266 Log: Remove an obsolete dependency to Soprano. Since I'm there, add an explicit dependency to Qt5-concurrent. PR: 235501 Reported by: tcberner Changes: head/math/rkward-kde/Makefile So, nothing depends on soprano at all anymore. Can we just drop it? A commit references this bug: Author: adridg Date: Mon Mar 11 15:10:13 UTC 2019 New revision: 495355 URL: https://svnweb.freebsd.org/changeset/ports/495355 Log: Remove textproc/soprano. There's an open PR to update it to Qt5, but it would still be an unused leaf port, largely unmaintained upstream. Instead, can it ahead of the Qt4 cleanup. 2019-03-15 textproc/soprano: Qt4 has been EOL since december 2015 PR: 235501 Changes: head/MOVED head/textproc/Makefile head/textproc/soprano/ |
Created attachment 201725 [details] Patch to upgrade Soprano The attached patch upgrades Soprano to the development version, in order to build it against Qt5 (this library is used by math/rkward-kde, which depends on Qt5). Note: there is no release yet, but since this port is tagged DEPRECATED, no need to repocopy for a -devel port. Note for the maintainers: since I'm here, I have set the licenses, but I'm not sure about LICENSE_COMB, please check it.