summaryrefslogtreecommitdiff
path: root/sysutils/liboobs
AgeCommit message (Collapse)AuthorFilesLines
2011-04-22recursive bump from gettext-lib shlib bump.obache1-1/+2
2010-08-29No need gtkdoc-rebase workaround anymore.obache1-5/+1
2009-10-31Update to 2.22.2:wiz5-63/+19
- Print error from D-Bus in case of failure on start. This should greatly help debugging. - Don't consider empty user password as invalid. - Make gtk-doc code documentation use inlined section comments, so that it is updated on every change. This will ensure the documentation does not get outdated again.
2009-09-30Add a bunch more gtkdoc-rebase workarounds.sketch1-1/+5
2009-08-20Update to 2.22.1. Split off options into options.mk. Set LICENSE.wiz3-14/+19
- Don't fail if homedir or shell are not set (Bug 521438). - Fix crash when path to share is empty (Bug 524792).
2009-07-22Remove USE_DIRS from pkgsrc.wiz1-2/+1
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-12Make it build on FreeBSD and DragonFly.hasso3-15/+39
2009-06-14Remove @dirrm entries from PLISTsjoerg1-4/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-01-14Ah, yes, that won't work. Patch the patch to not insert an empty #define ↵dsainty2-5/+4
that breaks the build (under gcc at least) on any platform that doesn't define __NetBSD__
2008-11-23Pull in hal, bump PKGREVISIONjmcneill1-1/+10
2008-11-15Initial import of liboobs version 2.22.0.jmcneill8-0/+221
Liboobs is a lightweight library that provides a GObject based interface to system-tools-backends. It's completely abstracted of the communication and authentication details, making it easy for applications to integrate with the system details.