[kde-freebsd] CALL FOR TEST Qt 4.4.2
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello everybody! Yesterday Qt 4.4.2 was released, area51 is already updated, and I would like some testers before we commit it to the Ports tree after the freeze. You can find the changelog here: http://trolltech.com/developer/resources/notes/changes/changes-4.4.2 Note on area51: You now need subversion to checkout area51, svn co https://kf.athame.co.uk/kde-freebsd/trunk/area51 Happy Testing. Regards Martin - -- +---+---+ | PGP: 0x05682353 | Jabber : miwi(at)BSDCrew.de | | ICQ: 169139903 | Mail : miwi(at)FreeBSD.org | +---+---+ | Mess with the Best, Die like the Rest! | +---+---+ -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkjTZ0sACgkQFwpycAVoI1OxyQCglTwiiGJCcFLfkhL73wnnPDyE OO0An0jZhIGjA9C0wlsYrNuEdK0Ivlwf =noBp -END PGP SIGNATURE- ___ 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] branches
SVN commit 4309 by tap: Let's put all the really old branch stuff one level lowe A old-stuff (directory) ___ 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] branches
SVN commit 4310 by tap: Let's put all the really old branch stuff one level lowe D alane (directory) A old-stuff/alane (directory) ___ 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] branches
SVN commit 4313 by tap: D OldWWW (directory) ___ 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] branches
SVN commit 4311 by tap: Let's put all the really old branch stuff one level lowe D SNAPSHOTS_JP (directory) A old-stuff/SNAPSHOTS_JP (directory) ___ 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] branches
SVN commit 4312 by tap: Let's put all the really old branch stuff one level lowe D OldWWW/www (directory) A old-stuff/www (directory) ___ 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] branches
SVN commit 4314 by miwi: initial miwi-nodebug branch A miwi-nodebug (directory) ___ 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] branches/miwi-nodebug
SVN commit 4315 by miwi: - Disable KDE DEBUG - Disable USE_FAM and set WITH_FAM:BOOL=Off Note: The patch by Markus disables the KDE FAM system. However, we employ USE_FAM to allow KDE to use FAM from ports. I have disabled it to test whether the speed improves when FAM is totally disabled. I hope KDE will work a bit faster then. M +1 -1 Mk/bsd.kde4.mk M +0 -1 x11/kdebase4-runtime/Makefile M +0 -1 x11/kdebase4/Makefile M +2 -1 x11/kdelibs4/Makefile ___ 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] www/freebsd
SVN commit 4316 by tap: some nicer instructions for anon access, courtesy of stickbit and miwi M +43 -2 access.php ___ 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
Re: [kde-freebsd] CALL FOR TEST Qt 4.4.2
Martin Wilke schrieb: > Note on area51: > You now need subversion to checkout area51, > > svn co https://kf.athame.co.uk/kde-freebsd/trunk/area51 > > Anything else remains the same? 3. Choose a partition for the area51 repository checkout. I personally > use /var, but you can use what you want. > > 4. If you use /var (or use your path here) then > > # cd /var > > 5. This creates a folder area51 into /var with checked out repository. > > # cvs -d:ext:[EMAIL PROTECTED]:/home/kde-freebsd co area51 > > 6. If you use /var (or use your path here) then > > # mount -t unionfs /var/area51 /usr/ports > > You have now area51 repository on top of your existing ports tree. Use your > ports tree now as usual. > > 7. Install / update QT 4 first. > > 8. Install KDE 4 ports you want. You can start with /usr/ports/x11/kdebase4 > > That is all. When you want to use your unmodified original ports tree just > > # umount /usr/ports > > and everything is like before. Of course do not downgrade / uninstall the new > installed ports and run KDE 4 only with your test user accoun Thanks, Dorian ___ 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
Re: [kde-freebsd] CALL FOR TEST Qt 4.4.2
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yep we also documented that today, https://kf.athame.co.uk/access.php On Fri, Sep 19, 2008 at 07:40:03PM +0200, Dorian Büttner wrote: > Martin Wilke schrieb: > > Note on area51: > > You now need subversion to checkout area51, > > > > svn co https://kf.athame.co.uk/kde-freebsd/trunk/area51 > > > > > Anything else remains the same? > > 3. Choose a partition for the area51 repository checkout. I personally > > use /var, but you can use what you want. > > > > 4. If you use /var (or use your path here) then > > > > # cd /var > > > > 5. This creates a folder area51 into /var with checked out repository. > > > > # cvs -d:ext:[EMAIL PROTECTED]:/home/kde-freebsd co area51 > > > > 6. If you use /var (or use your path here) then > > > > # mount -t unionfs /var/area51 /usr/ports > > > > You have now area51 repository on top of your existing ports tree. Use your > > ports tree now as usual. > > > > 7. Install / update QT 4 first. > > > > 8. Install KDE 4 ports you want. You can start with /usr/ports/x11/kdebase4 > > > > That is all. When you want to use your unmodified original ports tree just > > > > # umount /usr/ports > > > > and everything is like before. Of course do not downgrade / uninstall the > > new > > installed ports and run KDE 4 only with your test user accoun > > Thanks, > Dorian > - -- +---+---+ | PGP: 0x05682353 | Jabber : miwi(at)BSDCrew.de | | ICQ: 169139903 | Mail : miwi(at)FreeBSD.org | +---+---+ | Mess with the Best, Die like the Rest! | +---+---+ -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkjUAlgACgkQFwpycAVoI1MVYwCbBy/ZpiJQHhl+ymzrcx+pWPsg EmMAn2si+zExz69BDKS/inDBzl3mj6II =E3/p -END PGP SIGNATURE- ___ 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
Re: [kde-freebsd] CALL FOR TEST Qt 4.4.2
On Friday 19 September 2008 01:48:12 am Martin Wilke wrote: > Hello everybody! > > Yesterday Qt 4.4.2 was released, area51 is > already updated, and I would like some testers > before we commit it to the Ports tree after the > freeze. qt4.4.2 built fine, and assistant and designer are working as expected. I'm building some other ports dependent on qt4. -- David Johnson ___ 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/misc/qt4-qtdemo
SVN commit 4317 by miwi: - Update to 4.4.2 Reported by:David Johnson M +3 -3 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/multimedia/qt4-phonon
SVN commit 4318 by miwi: - Fix plist Reported by:exp run M +2 -2 pkg-plist ___ 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