CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2013/10/03 07:42:18
Modified files:
sysutils/upower: Makefile
sysutils/upower/patches: patch-src_openbsd_up-backend_c
Added files:
sysutils/upower/patches: patch-src_up-backend_h
patch-src_up-main_c
Log message:
Assorted fixes on top of jasper's:
- use --enable-deprecated instead of passing -DENABLE_DEPRECATED via the
configure env, and add a comment explaining that it is about
deprecated featureset (the linux implem now uses logind APIs for
suspend/hibernate calls), nothing related to the G*DEPRECATED macros.
>From ajacoutot@, also prodded by giovanni@ a while ago.
- backport upstream 7933b0e55234fca86809dad1dee53f0d8e2b96ec,
g_type_init() is deprecated with glib 2.36.
- use g_thread_try_new instead of deprecated g_thread_create (prodded by
ajacoutot@ too)
- include config.h in up-backend.h to reach ENABLE_DEPRECATED #define
The two last patches reported upstream in bug #70071