Index ¦ Archives ¦ RSS > Tag: en

playing with darcs-deps

Estimated read time: 1 minutes

darcs-deps is a small perl script that displays darcs patch dependencies graphically. i've created a test repo with the following changes:

  1. a simple shell script with lines foo and bar
  2. changed foo to foo2 (this should depend on #1)
  3. changed bar to bar2 (same)
  4. changed foo2 to foo3 (this should depend on #2 but not on #3)
  5. added a new file to the end of the file (should depend on #4)

perl darcs-deps | dot -Tps -o deps.eps convert deps.eps deps.jpg

here is the result: darcs graph

nice, isn't it? :)


non-interactive darcs records

Estimated read time: 1 minutes

i've just figured out how to append long comments to darcs patches from a script: $ echo "date +"%a %b %d %H:%M:%S %Z %Y" > VMiklos <vmiklos@frugalware.org> > name > long > comment" | dr rec -a --pipe

forums upgrade

Estimated read time: 1 minutes

finally i got some time to upgrade our forums.frugalware.org to the latest 2.7.6 version. the upgrade went fairly simple, there is an upgrade script that managed the upgrade, then a db integrity check was needed (in fact that repaired/updated the db imho) and finally the small fonts in thm/default/tmpl/forum.css.tmpl has been increased a bit. hopefully everything still works :)

testing firefox-2.0

Estimated read time: 1 minutes

i'm currently testing firefox-2.0. here are a few issues:

  • dpi is set to -1 by default
  • the "default homepage" setting has changed
  • the backspace button no longer works as it used to be

the first 2 will be fixed in the package, but the last one won't since this is the way the firefox developers decided. in case you want the old way (like me), you'll need the followings:

  • open a new tab and type about:config
  • search for browser.backspace_action
  • set the value from 1 to 0
and now it'll work like before :)


python-2.5 merged to -current

Estimated read time: 1 minutes

so the python25 repo has been finally merged to -current

we have rebuilt ~155 packages, hopefully everything is fine now again :)

there are 2 kde packages to fix, they will be done by crazy soon

oh and there is a new test in the testsuite to avoid that big number of hardcoded python versions in the FrugalBuilds :)


free netbeans? not yet..

Estimated read time: 1 minutes

i'm sorry to say, but it seems our free tools are not yet ready to build netbeans. first you need to add the gcj.jar to the classpath (patch here), but that's basically usual. then the compilation fails with the following casting error: [repeat] java.io.IOException: java.lang.ClassCastException: org.apache.xerces.dom.DocumentImpl cannot be cast to gnu.xml.dom.DomDocument (full log here)

that's something i can't fix.


netbeans

Estimated read time: 1 minutes

after a few days of headache, the brand new netbeans package is ready!

at the moment it requires j2sdk, we'll see if i can get it compile using a free compiler or not


OpenOffice.org 2.0.4 Release Candidate 5 has been uploaded

Estimated read time: 1 minutes

x86_64 fpms are reachable in my repo, as usual :)

glibc-2.5

Estimated read time: 1 minutes

glibc-2.5 has been uploaded to -current, check out the news here

php i18n documentation packages

Estimated read time: 1 minutes

as it was requested, now we have packaged documentation for the following languages: English, Arabic, Portuguese, Chinese (Simplified), Chinese (Hong Kong Cantonese), Chinese (Traditional), Czech, Danish, Dutch, Finnish, French, German, Greek, Hungarian, Italian, Japanese, Korean, Polish, Romanian, Russian, Slovak, Spanish and Swedish. you can install them by pacman -S php-docs-XX where XX is your language code, like "hu" for Hungarian and so on :)

© Miklos Vajna. Built using Pelican. Theme by Giulio Fidente on github.