summaryrefslogtreecommitdiff
path: root/packaging/freebsd/TODO
blob: c726aeb384c35579dd011d3020f47dbba7d6e525 (plain)
  1. This port is not ready yet. Upstream needs to change a few things (or we
  2. need patches) to work around some dependencies, most notably:
  3. * lockfile-progs (they may use procmail's lockfile prog)
  4. * moreutils (for sponge)
  5. * an install target that also respects PREFIX
  6. We also need to create the monkeysphere user in the pkg-install and
  7. remove it in pkg-deinstall. To do this, this page has useful tips:
  8. http://www.freebsd.org/doc/en/books/porters-handbook/dads-uid-and-gids.html
  9. and we'll have to copy scripts from existing ports that are suggested
  10. above, see:
  11. http://www.freebsd.org/cgi/cvsweb.cgi/ports/japanese/Wnn6/pkg-install
  12. http://www.freebsd.org/cgi/cvsweb.cgi/ports/net/cvsup-mirror/pkg-install
  13. or just look around the ports tree for pkg-install files, they are
  14. usually for adding users.
  15. There is also the usual crappy work involved with installing a .defaults
  16. file instead of straight files in /usr/local/etc:
  17. http://www.freebsd.org/doc/en/books/porters-handbook/plist-config.html
  18. Finally the pkg-plist needs to be checked. The package hasn't been
  19. installed at all once yet, it only patches and builds.
  20. The port is therefore marked as IGNORE, which makes it unusable, comment
  21. out the IGNORE line in the Makefile to test.