Commit History - (may be incomplete: see SVNWeb link above for full details) |
This is a slave port. You may also want to view the commits to the master port: net-p2p/transmission-cli |
Date | By | Description |
18 Mar 2021 00:52:25
3.00_3

|
rigoletto  |
net-p2p/transmission-qt: install pixmaps.
- touch net-p2p/transmission-cli
PR: 254372
Submitted by: Tomasz Kowalczyk <kowalczt.fbsd@gmail.com> |
31 Jul 2020 00:52:40
3.00_2

|
rigoletto  |
net-p2p/transmission-*: build without debug symbols.
PR: 248326
Submitted by: ondra@bimovi.cz |
31 May 2020 19:40:12
3.00_1

|
arrowd  |
net-p2p/transmission-qt: Fix build with NLS=OFF. |
24 May 2020 16:33:01
3.00_1

|
rigoletto  |
net-p2p/transmission: Bring all variants to the latest changes.
- this is supposedly to be the actual 3.00 release
Reported by: lev |
06 May 2020 17:44:15
3.00

|
rigoletto  |
net-p2p/transmission: Fix build.
- upstream modified the v3.00 code without noticing,
forcing the re-creation of the distinfo file.
- GH_TAGNAME is temporarily set to avoid new surprises. |
06 May 2020 15:24:28
3.00

|
rigoletto  |
net-p2p/transmission: Update to 3.00
- net-p2p/transmission-cli
- net-p2p/transmission-daemon
- net-p2p/transmission-gtk
- net-p2p/transmission-qt
- www/transmission-web
Differential Revision: D18995 |
26 Jul 2019 20:46:57
2.94_9

|
gerald  |
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 |
26 Jun 2019 11:52:23
2.94_8

|
rene  |
Clean up final leftovers from Qt4.
Submitted by: rene
Reviewed by: mat, tcberner
Differential Revision: https://reviews.freebsd.org/D20725 |
16 Mar 2019 19:43:45
2.94_8

|
tcberner  |
net-p2p/transmission-qt: remove flavors (Qt4 deprecation)
Approved by: portmgr (implicit) |
23 Jan 2019 17:07:22
2.94_7

|
rigoletto  |
net-p2p/transmission-cli: revert the previous patch to keep the port consistent
alongside all other supported platforms.
Approved by: tcberner (mentor) |
20 Jan 2019 17:02:27
2.94_6

|
rigoletto  |
net-p2p/transmission-cli: change transmission's data size unit conversion
factors from 1000 to 1024, to match FreeBSD's blocksize.
- bump the affected SLAVEPORTS
Submitted by: soralx@cydem.org (private e-mail)
Approved by: tcberner (mentor) |
16 Jan 2019 11:13:45
2.94_5

|
tijl  |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
29 Dec 2018 07:18:50
2.94_4

|
rigoletto  |
net-p2p/tranmission-cli: fix build due to devel/jech-dht update to v0.25.
- bump PORTREVISION of the affected SLAVEPORTS
PR: 234462
Reviewed by: mat (mentor)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D18660 |
16 Dec 2018 16:49:17
2.94_3

|
rene  |
Use regular DEPRECATED and EXPIRATION_DATE variables in an "if FLAVOR" block
instead of flavoring the variables themselves. This caused too much hassle
for Tools/scripts/rmport.
Discussed with: tcberner |
12 Dec 2018 01:35:36
2.94_3

|
gerald  |
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 |
02 Dec 2018 15:41:48
2.94_2

|
rene  |
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741 |
28 Oct 2018 11:41:46
2.94_1

|
linimon  |
Fix build with GCC-based architectures.
PR: 231951
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
13 Aug 2018 15:26:54
2.94_1

|
arrowd  |
net-p2p/transmission-qt: Fix plist when NLS is disabled.
Submitted by: lebarondemerde@privacychain.ch
Approved by: tcberner (mentor) |
15 Jul 2018 17:01:06
2.94

|
tcberner  |
net-p2p/transmission* -- update and falvorize
* update to 2.94
* flavorize the Qt frontends
* give maintainership to lebarondemerde@privacychain.ch
PR: 226710
Approved by: portmgr (mat), crees (previous maintainer)
Differential Revision: https://reviews.freebsd.org/D14699 |