| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
devel/py-qt4-help
multimedia/py-qt4-phonon
textproc/py-qt4-xmlpatterns
www/py-qt4-webkit
Update QScintilla2 to 2.3.2, PyQt3 to 3.17.6, PyKDE3 to 3.16.2.
Pass maintainership to kde@FreeBSD.org. Thanks Danny Ricin for his great work.
PR: based on ports/130219
Submitted by: Dima Panov" <fluffy at fluffy.khv.ru>
Notes:
svn path=/head/; revision=228340
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
for FreeBSD. The official KDE 4.2.0 (Codename: "The Answer") release
notes can be found at:
http://kde.org/announcements/4.2/index.php.
New supported languages include Arabic, Icelandic, Basque,
Hebrew, Romanian, Tajik and several Indian languages (Bengali India,
Gujarati, Kannada, Maithili, Marathi) indicating a rise in popularity in
this part of Asia.
New ports for KDE 4.2.0:
arabic/kde4-l10n Arabic
hebrew/kde4-l10n Hebrew
misc/kde4-l10n-bn_IN Bengali (India)
misc/kde4-l10n-eu Basque
misc/kde4-l10n-gu Gujarati
misc/kde4-l10n-is Icelandic
misc/kde4-l10n-kn Kannada
misc/kde4-l10n-mai Maithili
misc/kde4-l10n-mr Marathi
misc/kde4-l10n-ro Romanian
misc/kde4-l10n-tg Tajik
math/eigen2 Lightweight library for vector and matrix math
graphics/kipi-plugins-kde4 KDE4 kipi graphics plugins
sysutils/policykit-kde PolicyKit manager for KDE
Unfortunately FreeBSD 6.4 support is dropped.
We'd like to say thanks for feedback and help to:
Matt Tosto, Kris Moore, stickibit, David Johnson, Markus Brueffer,
David Naylor, Thomas Schlesinger, Warren Liddell, Thomas Abthorpe,
Diego Depaoli, Mats Andreassen, portmgr for exp-run and repocopies.
Notes:
svn path=/head/; revision=227819
|
|
|
|
|
|
|
|
|
|
|
| |
Qt4 ports have been updated from 4.4.1 to 4.4.3. With this update
new port misc/qt4-l10n has been added. This port provides localisation
support for Qt4 developers tools designer, linguist, etc.
Approved by: miwi (mentor)
Notes:
svn path=/head/; revision=225988
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Note:
With this update several ports specific problems
have been fixed. Qt4 headers and libraries have
been moved to include/qt4 and lib/qt4. bsd.qt.mk
defines QT_INCDIR and QT_LIBDIR now, which could
be used in qt4-dependent ports if required.
Thanks to: Max Brazhnikov Danny Pansters
Notes:
svn path=/head/; revision=218043
|
|
|
|
| |
Notes:
svn path=/head/; revision=208981
|
|
|
|
| |
Notes:
svn path=/head/; revision=198629
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the rest of the qt4 ports and avoiding dependency resolution troubles
if devel/qmake is installed on the same system.
While here, change NOMAN to NO_MAN in Makefile.bsd.
PR: ports/115352
Submitted by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
Notes:
svn path=/head/; revision=197454
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
standard make and environment variables to their qmake counterparts:
QMAKE_CC="${CC}" QMAKE_CXX="${CXX}" QMAKE_LINK_SHLIB="${CXX}"
QMAKE_LINK="${CXX}" QMAKE_CFLAGS="${CFLAGS}"
QMAKE_CXXFLAGS="${CXXFLAGS}" QMAKE_CFLAGS_THREAD="${PTHREAD_CFLAGS}"
QMAKE_LFLAGS_THREAD="${PTHREAD_LIBS}"
This is mostly useful for ports which call ${QMAKE} directly in some
target and want to override some of the defaults in qmake.conf.
Notes:
svn path=/head/; revision=197034
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
QT_COMPONENTS can now be depended on at runtime or buildtime only by
specifiying them as <component>_build or <component>_run, respectively.
Specifying <component> without any suffix will depend on the component
at both build- and runtime just like before.
- Convert Qt core ports to use the new dependency switches.
- Add a patch to corelib to fix Qt4 on ARM, submitted by:
Björn König <bkoenig@alpha-tierchen.de>
Notes:
svn path=/head/; revision=196993
|
|
|
|
|
|
|
|
| |
only affect the Qt4 core ports but ports depending on them as well, so
try a more sweeping approach for a workaround.
Notes:
svn path=/head/; revision=196381
|
|
Approved by: portmgr (bsd.port.mk changes)
Notes:
svn path=/head/; revision=195715
|