Rinderbox: Version 0.2

Posted by Robert Gogolok Tue, 15 Jan 2008 08:47:00 GMT

I've released rinderbox 0.2 a few minutes ago. Now the latest and failed builds get listed on the main page.

As always have a look at the demo site...

Don't know how to simplify the main page in general yet (hint: there is a nice tinderbox layout by Aron Schlesinger ), but I've added some things to be done for the next release(s) in a TODO file.

bcfg2: FreeBSD port updated to version 0.9.5.2

Posted by Robert Gogolok Mon, 07 Jan 2008 23:17:00 GMT

Boris Samorodov (bsam) commited a few patches related to bcfg2.

First off bcfg2 was updated to version 0.9.5.2. Furthermore patches for py-lxml and py-cheetah allow now the package building of bcfg2 (in tinderbox).

Rinderbox: Version 0.1 2

Posted by Robert Gogolok Sun, 02 Dec 2007 07:55:00 GMT

I've uploaded today the first public release of Rinderbox, version 0.1. Rinderbox is a web frontend to Tinderbox, a package building system for FreeBSD ports.

Rinderbox in version 0.1 only supports the basic stuff. Have a look at the demo site...

devel/py-xml: Pythonic binding for the libxml2 and libxslt libraries

Posted by Robert Gogolok Tue, 20 Feb 2007 05:29:00 GMT

I submitted a port for lxml - commited a few hours ago - in preparation for bcfg2 client and server ports.

[print/hplip] wrong usage of options

Posted by Robert Gogolok Fri, 19 Jan 2007 05:42:00 GMT

Slowly I'm getting my ports list compiled with tinderbox.

This week I've found a bug in the Makefile of print/hplip (Drivers and utilities for HP Printers and All-in-One devices). The port specifies the following option:

...

OPTIONS=  GUI "build with Python QT" on

...

.if defined(WITH_GUI)
RUN_DEPENDS+= pylupdate:${PORTSDIR}/x11-toolkits/py-qt
.endif

...

GUI support is enabled by default here. But according to the syntax chapter in the FreeBSD Porter's Handbook one can only test for WITHOUT_* in case of an option which defaults to ON. Testing for WITHOUT_GUI would be right in this case, see PR 108103.

...

.if !defined(WITHOUT_GUI)
RUN_DEPENDS+=  pylupdate:${PORTSDIR}/x11-toolkits/py-qt
.endif

...

rubygem-rails: wrong RUN_DEPENDS if WITH_MEMCACHE_CLIENT enabled

Posted by Robert Gogolok Mon, 08 Jan 2007 04:24:00 GMT

Thanks to tinderbox I've found a new bug in www/rubygem-rails, see 107660.

[PATCH] databases/pgpool: update to version 3.1.2

Posted by Robert Gogolok Wed, 13 Dec 2006 22:35:39 GMT

[PATCH] databases/pgpool: update to 3.1.1

Posted by Robert Gogolok Tue, 25 Jul 2006 04:01:52 GMT

[PATCH] databases/pgpool: update to 3.1

Posted by Robert Gogolok Wed, 12 Jul 2006 04:25:56 GMT

doc update for sys/elf_common.h, URL updated

Posted by Robert Gogolok Wed, 31 May 2006 20:35:02 GMT