[kde-freebsd] [SVN Commit] area51/QT

2015-12-23 Thread Raphael Kubo da Costa
SVN commit 11730 by rakuco: Make sure ${WRKSRC}/lib is passed before /usr/local/lib when linking. This is another shot at fixing the linkage problems that have plagued our users particularly when upgrading from Qt 5.x to 5.(x+1). Quick recap: in Qt5, qmake will by default pass QMAKE_LIBDIR to the

[kde-freebsd] [plasma5] help request with (own) broken ports

2015-12-23 Thread Ramiro Caso
Hi all, I've been doing some porting in the past few weeks, and was planing to do some more, and everything seemed to work ok, but since two weeks ago (I think) all QT5 ports I made fail at package, while they did not before. The intended ports where: - net/qoauth-qt5 - finance/alkimia-kf5

Re: [kde-freebsd] [plasma5] help request with (own) broken ports

2015-12-23 Thread Tobias Berner
Hi Ramiro Could you provide the port-files for for example net/qoauth-qt5? It would probably be easier to figure out what goes wrong when being able to look at it :) mfg Tobias On Wednesday 23. December 2015 14:34:45 Ramiro Caso wrote: > Hi all, > > I've been doing some porting in the past f

Re: [kde-freebsd] [plasma5] help request with (own) broken ports

2015-12-23 Thread Ramiro Caso
On 23/12/2015 14:57, Tobias Berner wrote: Hi Ramiro Could you provide the port-files for for example net/qoauth-qt5? Yes, I didn't know whether to clutter things with them, but here they go. The Makefile is very hackish, but it did the job (port fetches from git, so I kind of copy-pasted fro

Re: [kde-freebsd] [plasma5] help request with (own) broken ports

2015-12-23 Thread Tobias Berner
Hi Ramiro 1) to fetch from github, you can use USE_GITHUB: see 5.4.3 in the Handbook [1] So you can drop everything below USE_OPENSSL in your makefile (apart from the .include...) and just add the 4 needed github defines. 2) qoauth.pc shoud probably be installed to libdata/ not lib/ (patch