PR: 226710
- major rework
- update to version 2.94
- convert Qt[4,5] to FLAVORS
- take maintainership
Differential D14699
net-p2p/transmission-*: update to version 2.94 rigoletto on Mar 14 2018, 10:54 PM. Authored by Tags None Referenced Files
Details
PR: 226710
Diff Detail
Event TimelineThere are a very large number of changes, so older changes are hidden. Show Older Changes
Comment Actions Could you add some MOVED entries too? net-p2p/transmission-qt4|net-p2p/transmission-qt@qt4|... Comment Actions Could you update the diff making you the maintainer of the whole transmission-suite? mfg Tobias Comment Actions I just did a quick update to version 2.94, and changed the maintainer as previously concerted. I need some time to try to re-work the entire thing aiming to make it more simple to maintain. It is too complicated right now. Thanks! :) Comment Actions Saving state. Nothing build, WORKDIR is always empty, the distfile does not extract (and IDK why). :-) Comment Actions Saving state. Current situation: www/transmission-web does not need any LIB_DEPENDS, USES etc. and the only way to arrange it would be: 1- create a separated port net-p2p/transmission-qt: For some unknown reason "PKGNAMESUFFIX= -${FLAVOR}" is broken (it is ignored). If I set -qt4 or -qt5 just for testing it works. I need instructions! Thanks. Comment Actions Use something like in the master-port Makefile . if ${SLAVEPORT:M....} LIB_DEPENDS=... .endif if the libdpeends are used by everything but the web one, you can also use something like .if ${SLAVEPORT:Nweb} LIB_DEPENDS=... .endif
This seems to work here. [00:00:30] [08] [00:00:00] Building net-p2p/transmission-qt@qt5 | transmission-qt5-2.94 [00:00:33] [05] [00:00:00] Building net-p2p/transmission-qt@qt4 | transmission-qt4-2.94
Comment Actions Saving state again. Evrything build but net-p2p/transmission and net-p2p/transmission-qt@qt4. PolarSSL OPTION gone, that is not in ports anymore. Thanks! Comment Actions Updating to use the new Qt USES. Also
Comment Actions transmission-qti@qt4: Fail on 10.4 if NLS is ON, but build if NLS is OFF. On 11.2 fail on both situations. Comment Actions All builds fixed but can't get it right with the translation files of -gtk and -qt versions. Adding %%NLS%% did not help. Thanks!
Comment Actions Small advance on removing LDFLAGS. New errors: cli/CMakeFiles/transmission-cli.dir/cli.c.o: In function `tr_strlratio': Thanks! |