summaryrefslogtreecommitdiff
path: root/sysutils/consolekit
AgeCommit message (Collapse)AuthorFilesLines
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz2-4/+4
2012-02-06Revbump forwiz2-4/+4
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2011-09-14Use SunOS-specific system shutdown mechanism when building for SunOS.hans1-1/+5
2011-09-14Use ${AUTORECONF_ARGS} to make it work with native pkg-config.hans1-2/+2
2011-04-22recursive bump from gettext-lib shlib bump.obache2-3/+4
2010-12-26Fix MASTER_SITES.markd3-4/+186
Fix policykit rules (taken from ConsoleKit 0.4.x). Bump PKGREVISION
2010-04-18Do not create etc/ConsoleKit/seats.d/ inside prefix during install. Thisjmmv2-4/+3
is automatically done by the installation scripts by creating the directory inside sysconfdir (where it belongs). Other than removing an unecessary directory creation, this prevents leaving a directory behind upon package removal. Bump PKGREVISION.
2010-01-24Added LICENSE information.heinz1-1/+2
2009-09-23Avoid zero-sized structs, fixes Sun Studio build.sketch2-1/+29
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-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-6/+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-03-18to netbsd-desktopjmcneill1-2/+2
2008-12-26* Improves a lot FreeBSD and DragonFly support (from FreeBSD ports)hasso8-16/+264
* Fixes two leak problems (from upstream bugzilla) * Bump PKGREVISION
2008-12-23Fix build on NetBSD 4.0 with XFree86.jmcneill2-7/+30
2008-12-10consolekit wants (requires) libz, so pull it in. Fixes build on some ↵dsainty1-1/+2
(Linux) systems.
2008-11-26DESTDIR support.hasso1-1/+2
2008-11-25Make it build/work in DragonFly.hasso5-22/+120
2008-11-23Improve active console detection.jmcneill4-44/+33
XXX ps doesn't associate X with its tty on NetBSD, add nasty hack of falling back to ttyE4 and revisit later.
2008-11-22Fix socket credential handling and sysctl kern.proc2 usage. Bump PKGREVISIONjmcneill4-20/+74
2008-11-22Import consolekit version 0.3.0.jmcneill11-0/+661
ConsoleKit is a framework for keeping track of the various users, sessions, and seats present on a system. It provides a mechanism for software to react to changes of any of these items or of any of the metadata associated with them.