This is my test wiki page.

projects test

myproj

porting and updating ghc

Posted late Saturday evening, October 15th, 2011

[[!template Error: failed to process template <span class="createlink"><a href="/cgi-bin/ikiwiki?do=create&amp;from=users%2Fmyproj&amp;page=%2Ftemplates%2Fproject-test" rel="nofollow">?</a>project-test</span> template project-test not found ]]

Posted Tuesday afternoon, October 18th, 2011

Some public trash bin

{{{

08:23 oh, actually, for non-autoload you need to do the symbol renaming 08:25 so, if we assume we have kernfs.kmod 08:25 make RUMP_SYMREN=kernfs.kmod -f /sys/rump/Makefile.rump 08:25 and then you can compile a server: 08:25 cc simpleserver.c kernfs.kmod -lrumpvfs -lrump -lrumpuser -lpthread 08:25 and kernfs shows up in modstat 08:25 pain-rustique:2:~> rump.modstat 08:25 NAME CLASS SOURCE REFS SIZE REQUIRES 08:25 kernfs vfs builtin 0 - - 08:26 this make RUMP_SYMREN=kernfs.kmod -f /sys/rump/Makefile.rump will be executed where ? in kernfs module dir ? 08:27 no, don't do that, since it renames the symbols in the binary 08:27 so you won't be able to use it as a regular kernel module anymore 08:27 autoload does this in-memory, see librump/rumpkern/kobj_rename.c 08:28 but if you want to link stuff into a binary, you need to give the renamed file to the linker 08:28 since the linker doesn't know how to rename the symbols ;) 08:31 but, maybe it's easier to get the solaris stuff to compile as a lib 08:31 less magic involved ;)

}}}

Posted terribly early Saturday morning, October 22nd, 2011

?project one ?project two ?project three ?project four

Posted terribly early Saturday morning, October 22nd, 2011

TeX Live for pkgsrc

TeX Live 2011

Packages for TeX engines (web2c, luatex, and xetex) have been updated. The following TL2010 packages can be updated independently:

  • fonts/gsftopkk
  • print/dviljk
  • print/dvipdfmx
  • print/dvipsk
  • textproc/makeindexk
  • textproc/mendexk

Dependencies on teTeX

The following packages include print/teTeX/module.mk. They should either be replaced with the corresponding TeX Live packages or include print/kpathsea/texmf.mk instead.

  • print/advi
  • print/lgrind
  • print/tex-foiltex
  • print/glossaries
  • print/tex-ocrb
  • print/tex-prosper
  • print/tex-resume
  • print/tex-ucs
  • wip/cjk-latex
  • wip/lhs2latex
  • wip/tex-baekmuk-ttf
  • wip/tex-kochi-ttf

The followings include mk/tex.buildlink3.mk. They usually need a small part of the TeX system, and thus requires a small set of DEPENDS instead of tex.buildlink3.mk.

  • chat/pidgin-latex
  • converters/bibtex2html
  • cross/avrdude
  • devel/darcs
  • editors/TeXmacs
  • editors/TeXmacs-devel
  • emulators/mmix
  • fonts/mftrace
  • graphics/asymtote
  • graphics/gri
  • print/cjk-lyx
  • print/lilypond
  • textproc/harmony
  • textproc/rubber
  • textproc/tex2page
  • wip/PPower4
  • wip/pointless
Posted terribly early Saturday morning, October 22nd, 2011