SVN commit 12293 by tcberner:
New port: devel/qbs
Qbs is a new/fancy/totally necessary buildsystem for Qt.
See for the whys [1], and [2] for more information on qbs, and [3] for some
example projects.
Based on a version obtained from Ralf Nolden, thanks.
[1] http://blog.qt.io/blog/2012/02/15/
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208120
--- Comment #10 from Diane Bruce ---
Sure. My original thought was it belonged in cmake.mk anyway! groot@ convinced
me it should go in cmake port itself and myself don't care.
The pkg-message is -Wl,-rpath=%%TARGLIB%%
Which is dutifully ad
SVN commit 12294 by tcberner:
Update devel/qtcreator to use the now split out devel/qbs
M +12 -2 Makefile
M +0 -150pkg-plist
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also ht
SVN commit 12295 by tcberner:
Do not just dump stuff in KDE/, but give DIST_SUBDIR some structure.
M +1 -1 Makefile
M +2 -2 distinfo
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
S
Hi Ralf
The whole KDE Frameworks builds fine on 9.3 :) -- Plasma on the other hand
not (for example kscreenlocker uses SOCK_CLOEXEC which is only available
from 10.0 on)
mfg Tobias
2016-04-10 7:12 GMT+02:00 Ralf Nolden :
> Am Samstag, 9. April 2016, 14:27:37 schrieb Tobias Berner:
> > SVN comm