<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/package/games, branch 2010.02_rc2</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2010.02_rc2</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2010.02_rc2'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2010-02-23T19:33:43Z</updated>
<entry>
<title>ace_of_penguins: mark as BROKEN</title>
<updated>2010-02-23T19:33:43Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-02-20T18:21:37Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=7452b4edfa1c8385d602950bcaeb2cb3afdfdf3c'/>
<id>urn:sha1:7452b4edfa1c8385d602950bcaeb2cb3afdfdf3c</id>
<content type='text'>
This package is BROKEN in the way it compiles make-imglib and text2c
for the host while being in cross-compiled mode. It does not use
CC_FOR_BUILD and CFLAGS_FOR_BUILD as it should.

No upstream release has been made since 2001 and since it is a
relatively useless package, I don't think it's worth the trouble to
sanitize its build system.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>ace_of_penguins: add dependency on host-libpng</title>
<updated>2010-02-23T19:33:43Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-02-20T17:23:35Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=3422dc5efe3557f32ea9f71ec2e27c512288015b'/>
<id>urn:sha1:3422dc5efe3557f32ea9f71ec2e27c512288015b</id>
<content type='text'>
libpng is needed on the host to build the make-imglib utility, built
during the compilation of ace_of_penguins for the target.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>xboard: remove package</title>
<updated>2010-02-18T23:35:24Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-02-18T23:29:12Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=5f30c29b936b1974d9b03ba71e38bd980e827f0f'/>
<id>urn:sha1:5f30c29b936b1974d9b03ba71e38bd980e827f0f</id>
<content type='text'>
This package requires Xaw3d, that has never been packaged in
Buildroot. As no-one seems to be using this package, it's probably not
worth the effort of packaging Xaw3d, a old-looking widget
toolkit. Therefore, just drop the package.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>Fix build failure of rubix</title>
<updated>2010-02-18T23:35:24Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-02-14T13:22:16Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=161afc186256b05b2b1af0b3cfa909e104529ed6'/>
<id>urn:sha1:161afc186256b05b2b1af0b3cfa909e104529ed6</id>
<content type='text'>
Add a patch to use strstr() instead of index().

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>Add libxpm as a dependency of ace_of_penguins</title>
<updated>2010-02-18T23:35:24Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-02-14T13:20:45Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=3df93063da925eb9787be0a98ce88d079173f762'/>
<id>urn:sha1:3df93063da925eb9787be0a98ce88d079173f762</id>
<content type='text'>
ace_of_penguins fails to build when xlib_libXpm is not selected. Add
it has a dependency. However, contrary to normal dependencies to
libraries (where we use 'select') we use 'depends on' here, otherwise
the X.org server will be get selected automatically without the user
noticing.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>package: get rid of redundant malloc related configure presets</title>
<updated>2009-12-06T18:58:45Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-12-06T18:55:42Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=9e767147474be1e0db131154876817033a029b1f'/>
<id>urn:sha1:9e767147474be1e0db131154876817033a029b1f</id>
<content type='text'>
Those are already in TARGET_CONFIGURE_ARGS. Also get rid of unused
BR2_AC_CV_FUNC_MALLOC_0_NONNULL variable.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>xboard: needs X11 support and gnuchess</title>
<updated>2009-11-23T10:34:34Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-11-23T10:34:34Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=57ea7207bc68d047a7940db69947b776a89d240b'/>
<id>urn:sha1:57ea7207bc68d047a7940db69947b776a89d240b</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>vice: mark as broken</title>
<updated>2009-11-23T10:31:54Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-11-23T10:30:07Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=87d74d94ccedc0724681e256573ba42cb9fa8593'/>
<id>urn:sha1:87d74d94ccedc0724681e256573ba42cb9fa8593</id>
<content type='text'>
Dependencies are wrong, and it has never seen any updates, so it probably
doesn't have any users.

Will remove completely before 2010.02 unless someone fixes it.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>rubix: needs X11 support</title>
<updated>2009-11-23T10:24:34Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-11-23T10:24:34Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=2795e3d902def40679c01336c4c263df2a1a0f10'/>
<id>urn:sha1:2795e3d902def40679c01336c4c263df2a1a0f10</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>magiccube4d: needs C++ and X11 support</title>
<updated>2009-11-23T10:21:46Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-11-23T10:21:46Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=93341a451ead1c9cab329d97d912f7a4cbc4a02f'/>
<id>urn:sha1:93341a451ead1c9cab329d97d912f7a4cbc4a02f</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
</feed>
