7 Commits

Author SHA1 Message Date
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
sthen
073d25a37c use LIBCXX 2017-04-10 11:46:32 +00:00
zhuk
ed298848a3 Zap more lines from qmake-based ports by moving them from
the "MODULES=x11/qtX + CONFIGURE_STYLE=qmake" logic to
the "MODULES=devel/qmake x11/qtX" logic.

Discussed with espie@ a few weeks ago.
2016-03-26 20:37:34 +00:00
naddy
42bc647e80 remove SHARED_ONLY from ports that only use modules that neither set nor
read this variable
2016-03-18 23:12:15 +00:00
zhuk
796580938d Convert to MODQMAKE, -3 Makefile lines. 2016-03-07 14:20:44 +00:00
zhuk
ff2bcd660e Import kQOAuth, optional KIPI plugins dependency that's too similar
to QOAuth.

kQOAuth is a library written in C++ for Qt that implements the OAuth
1.0 authentication specification RFC 5849 and is based on QOAuth
library.  However, QOAuth's approach is improved in some ways.

kQOAuth main features:
  * Easy integrated solution for retrieving user authentication and
    access token.
  * No external dependency to QCA.
  * Convenient signals that can be used for easy OAuth authorization
    process handling.
  * Access to request objects that will wrap request signing and
    network access, but still gives possibility for detailed control
    of the authentication process for easier integration to existing
    application logic.

okay landry@
2013-04-01 11:55:32 +00:00