[145388] users/devans/GNOME-3/stable/dports/devel/dbus

devans at macports.org devans at macports.org
Wed Feb 3 15:50:56 PST 2016


Revision: 145388
          https://trac.macports.org/changeset/145388
Author:   devans at macports.org
Date:     2016-02-03 15:50:56 -0800 (Wed, 03 Feb 2016)
Log Message:
-----------
GNOME-3/stable: dbus, patch configure to disable EXTERNAL authorisation by default.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/devel/dbus/files/patch-configure.diff

Property Changed:
----------------
    users/devans/GNOME-3/stable/dports/devel/dbus/


Property changes on: users/devans/GNOME-3/stable/dports/devel/dbus
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/mld-qt-481/dports/devel/dbus:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/devel/dbus:134468-145292
/users/cal/ports/devel/dbus:96570-97031
   + /branches/mld-qt-481/dports/devel/dbus:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/devel/dbus:134468-145295
/users/cal/ports/devel/dbus:96570-97031

Modified: users/devans/GNOME-3/stable/dports/devel/dbus/files/patch-configure.diff
===================================================================
--- users/devans/GNOME-3/stable/dports/devel/dbus/files/patch-configure.diff	2016-02-03 21:27:01 UTC (rev 145387)
+++ users/devans/GNOME-3/stable/dports/devel/dbus/files/patch-configure.diff	2016-02-03 23:50:56 UTC (rev 145388)
@@ -1,6 +1,34 @@
---- configure.orig	2015-02-04 09:49:03.000000000 -0700
-+++ configure	2016-01-30 19:46:48.000000000 -0700
-@@ -18761,7 +18761,7 @@
+--- configure.orig	2015-12-01 10:19:30.000000000 -0800
++++ configure	2016-02-03 14:26:27.000000000 -0800
+@@ -16755,6 +16755,7 @@
+ dbus_win=no
+ dbus_cygwin=no
+ dbus_unix=no
++dbus_darwin=no
+ case "${host}" in
+     *-mingw32ce*)
+         dbus_win=yes
+@@ -16767,6 +16768,10 @@
+         dbus_cygwin=yes
+         dbus_unix=yes
+         ;;
++    *darwin*)
++        dbus_darwin=yes
++        dbus_unix=yes
++       ;;
+     *)
+         dbus_unix=yes
+        ;;
+@@ -16903,7 +16908,7 @@
+ 
+ # For best security, assume that all non-Windows platforms can do
+ # credentials-passing.
+-if test "$dbus_win" = yes; then :
++if test "$dbus_win" = yes || test "$dbus_darwin" = yes ; then :
+   DBUS_SESSION_CONF_MAYBE_AUTH_EXTERNAL="<!--<auth>EXTERNAL</auth>-->"
+ else
+   DBUS_SESSION_CONF_MAYBE_AUTH_EXTERNAL="<auth>EXTERNAL</auth>"
+@@ -18940,7 +18945,7 @@
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken poll" >&5
  $as_echo_n "checking for broken poll... " >&6; }
  if test "$cross_compiling" = yes; then :
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160203/19c195d1/attachment.html>


More information about the macports-changes mailing list