[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / sysutils / dbus

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/sysutils/dbus/Makefile between version 1.98 and 1.99

version 1.98, 2016/02/26 10:24:12 version 1.99, 2016/03/09 10:34:53
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
   
 DISTNAME=       dbus-1.10.6  DISTNAME=       dbus-1.10.8
 CATEGORIES=     sysutils  CATEGORIES=     sysutils
 MASTER_SITES=   http://dbus.freedesktop.org/releases/dbus/  MASTER_SITES=   http://dbus.freedesktop.org/releases/dbus/
   
Line 20  USE_LIBTOOL=  YES
Line 20  USE_LIBTOOL=  YES
   
 PKGCONFIG_OVERRIDE=     dbus-1.pc.in  PKGCONFIG_OVERRIDE=     dbus-1.pc.in
   
 BUILD_DEFS+=            VARBASE  BUILD_DEFS+=            VARBASE PKG_SYSCONFBASE
   
 OWN_DIRS_PERMS+=        ${VARBASE}/db/dbus ${DBUS_USER} ${DBUS_GROUP} 0755  OWN_DIRS_PERMS+=        ${VARBASE}/db/dbus ${DBUS_USER} ${DBUS_GROUP} 0755
 SPECIAL_PERMS+=         libexec/dbus-daemon-launch-helper ${REAL_ROOT_USER} ${DBUS_GROUP} 4511  SPECIAL_PERMS+=         libexec/dbus-daemon-launch-helper ${REAL_ROOT_USER} ${DBUS_GROUP} 4511
Line 34  MESSAGE_SRC+= MESSAGE
Line 34  MESSAGE_SRC+= MESSAGE
   
 CONFIGURE_ARGS+=        --localstatedir=${VARBASE:Q}  CONFIGURE_ARGS+=        --localstatedir=${VARBASE:Q}
   
 CONFIGURE_ARGS_GROUPS=  enable disable with without  
   
 # Prevent the configure script from picking up a per-user tmp  # Prevent the configure script from picking up a per-user tmp
 # directory. See the commit message on revision 1.35  # directory. See the commit message on revision 1.35
 CONFIGURE_ARGS+=        --with-session-socket-dir=/tmp  CONFIGURE_ARGS+=        --with-session-socket-dir=/tmp
Line 69  CONFIGURE_ARGS+= --disable-selinux
Line 67  CONFIGURE_ARGS+= --disable-selinux
   
 PLIST_VARS+=            linux launchd  PLIST_VARS+=            linux launchd
   
 DBUS_CONF_DIR+=         ${PKG_SYSCONFBASE}/dbus-1  DBUS_CONF_DIR=          ${PKG_SYSCONFBASE}/dbus-1
 OWN_DIRS+=              ${DBUS_CONF_DIR}/services  OWN_DIRS+=              ${DBUS_CONF_DIR}/services
 OWN_DIRS+=              ${DBUS_CONF_DIR}/system-services  OWN_DIRS+=              ${DBUS_CONF_DIR}/system-services
 OWN_DIRS+=              ${DBUS_CONF_DIR}/session.d  OWN_DIRS+=              ${DBUS_CONF_DIR}/session.d

Legend:
Removed from v.1.98  
changed lines
  Added in v.1.99

CVSweb <webmaster@jp.NetBSD.org>