bugzilla: upgraded to 3.0.8

Posted by Benjamin Close on April 13, 2009 under FreeDesktop | Be the First to Comment

After many requests, bugzilla @ fd.o has been upgraded to 3.0.8 which should fix quite a few bugs that people have been experiencing. I also fixed the main bugzilla page to show the correct front page rather than a zero bug. Short url’s should still work as expected. As per usual, if you notice anything [..more..]

mythtv on FreeBSD: The beginning

Posted by Benjamin Close on April 1, 2009 under Mythtv | Read the First Comment

This documents my progress settting up mythtv on FreeBSD.

cgit: cache updates

Posted by Benjamin Close on March 4, 2009 under FreeDesktop | 2 Comments to Read

Hi Folks, a few changes have now been put in place to try and fix a few issues that people have been experiencing with the caching used by cgit on the freedesktop.org repos. First off a little background. Git web was replaced by cgit as cgit is both faster and the caching allowed annarchy to [..more..]

Solving the qt4 FreeBSD install problem

Posted by Benjamin Close on under FreeBSD | Read the First Comment

Recently I’ve been trying to instal Trolltech’s Qt 4 toolkit on my FreeBSD 7.0 server.  FreeBSD supports qt4 via ports (qt4-gui, qt4-moc, qmake4, etc), hence I’ve been using the ports system to try and install it. However it kept failing with the error: ===> Configuring for qt4-rcc-4.4.3 /bin/cp /data/usr/ports/devel/qt4-rcc/../../devel/qt4/files/configure /data/usr/ports/devel/qt4-rcc/work/qt-x11-opensource-src-4.4.3/src/tools/rcc/../../../ /usr/bin/sed -i.bak -e ‘s|target.path.*|target.path=/usr/local/bin|g’ /data/usr/ports/devel/qt4-rcc/work/qt-x11-opensource-src-4.4.3/src/tools/rcc/rcc.pro [..more..]

cgit: Bug fixes & Tag/Branch support in logs

Posted by Benjamin Close on February 10, 2009 under FreeDesktop | 2 Comments to Read

CGit Tags and Branches now show up in Log view

CGit is now the latest stable (0.8.2) which brings in a number of bug fixes, including some caching fixes and also adds tags and branches to log view as shown below:

samba ADS nightmares

Posted by Benjamin Close on February 2, 2009 under OpenSource, UniSA | Be the First to Comment

Recently Ben and I have been trying to get a FreeBSD box to join an Active Directory domain. The domain controller was running Windows Server 2008. After a *lot* of stuffing around to get this working we finally found the solution to our problem – the version of samba. You see the problem we were [..more..]

jhbuild using a git branch

Posted by Benjamin Close on January 29, 2009 under FreeDesktop | 3 Comments to Read

Recently I’ve been playing around with jhbuild. I wanted to jhbuild to use a custom branch from a git repo I’ve setup.  Sadly the documentation on how to do this is a little lacking. Added to the fact that the jhbuild code drops an argument and there’s a lot of fun at work. The solution, [..more..]

www: gstreamer moves from gabe -> annarchy

Posted by Benjamin Close on January 13, 2009 under FreeDesktop | Be the First to Comment

Just a note that the gstreamer website has shifted from gabe -> annarchy. Added to this, moin has been upgraded to 1.7 and text catchpas have been added. DNS is now filtering through. Let me know if you find any issues.

cgit gains new functionality

Posted by Benjamin Close on December 4, 2008 under FreeDesktop | 5 Comments to Read

How to sort by age/owner in cgit

After a few weeks of the cgit change over happening, I’ve been working with Lars Hjemli (cgit creator) to try and add the remaining functionality that gitweb had, but cgit was missing. Very quickly I added sort by age functionality which left only full log support. Well Lars has done a great job responding to requests [..more..]

Adding Multiple Mice Support to FLTK using MPX

Posted by Benjamin Close on November 25, 2008 under OpenSource, UniSA | 6 Comments to Read

Details about adding multiple mice support to the FLTK toolkit