[kde-freebsd] [SVN Commit] area51/KDE/astro/marble

2011-05-05 Thread Raphael Kubo da Costa
SVN commit 7231 by rakuco: marble: Do not create the doc/marble - marble/marble symlink. The docs are now found inside each application's directory, so we need not create the symlink anymore. M +0 -3 Makefile D files/patch-marble__CMakeLists.txt

[kde-freebsd] [SVN Commit] area51/KDE/astro/marble

2011-05-05 Thread Raphael Kubo da Costa
SVN commit 7232 by rakuco: marble: Do not install FindMarbleWidget.cmake It is not present in the current 4.6.3 tarball, so remove this rule for now. M +0 -5 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org

[kde-freebsd] [SVN Commit] area51/KDE/misc/kdeedu4

2011-05-05 Thread Raphael Kubo da Costa
SVN commit 7233 by rakuco: kdeedu4: Remove patch that does not install FindMarbleWidget.cmake. The current 4.6.3 tarball does not have a cmake/ directory anymore. D files (directory) ___ kde-freebsd mailing list kde-freebsd@kde.org

[kde-freebsd] [SVN Commit] area51/KDE/astro/marble

2011-05-05 Thread Raphael Kubo da Costa
SVN commit 7234 by rakuco: marble: Try removing MARK_JOBS_UNSAFE=yes. Let's see if it still misbehaves. M +0 -1 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also

[kde-freebsd] [SVN Commit] area51/KDE/misc/kdeedu4

2011-05-05 Thread Raphael Kubo da Costa
SVN commit 7235 by rakuco: kdeedu4: New reroll, new distinfo. M +2 -2 distinfo ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] [SVN Commit] area51/KDE/astro/marble

2011-05-05 Thread Raphael Kubo da Costa
SVN commit 7236 by rakuco: marble: Fix plist after r7232. FindMarbleWidget.cmake is not being installed anymore. M +0 -1 pkg-plist ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also

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

2011-05-05 Thread Raphael Kubo da Costa
SVN commit 7237 by rakuco: qt4-phonon, qt4-phonon-gst: Do not IGNORE if PACKAGE_BUILDING is set. If we are building a package, we surely want the ports to build. Suggested-by: avilla M +1 -1 qt4-phonon-gst/Makefile M +1 -1 qt4-phonon/Makefile

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

2011-05-05 Thread Raphael Kubo da Costa
SVN commit 7238 by rakuco: qt4-phonon, qt4-phonon-gst: Reword the check from r7237 a little. It makes more sense to just define WITH_QT_PHONON if PACKAGE_BUILDING is set, otherwise !.defined(WITH_QT_PHONON) defined(PACKAGE_BUILDING) in qt4-phonon-gst will end up pulling phonon, not qt4-phonon.