[107837] trunk/dports/gnome/gdm

devans at macports.org devans at macports.org
Sat Jul 6 14:16:33 PDT 2013


Revision: 107837
          https://trac.macports.org/changeset/107837
Author:   devans at macports.org
Date:     2013-07-06 14:16:33 -0700 (Sat, 06 Jul 2013)
Log Message:
-----------
gdm: update to version 2.32.1.

Modified Paths:
--------------
    trunk/dports/gnome/gdm/Portfile
    trunk/dports/gnome/gdm/files/fgetpwent.diff
    trunk/dports/gnome/gdm/files/patch-configure.diff

Modified: trunk/dports/gnome/gdm/Portfile
===================================================================
--- trunk/dports/gnome/gdm/Portfile	2013-07-06 20:05:49 UTC (rev 107836)
+++ trunk/dports/gnome/gdm/Portfile	2013-07-06 21:16:33 UTC (rev 107837)
@@ -7,8 +7,7 @@
 PortSystem      1.0
 
 name            gdm
-version         2.30.6
-revision        3
+version         2.32.1
 license         GPL-2
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description     The Gnome Display Manager is a re-implementation of the well known xdm program.
@@ -21,10 +20,11 @@
 homepage        http://www.gnome.org/
 master_sites    gnome:sources/${name}/${branch}/
 
-checksums       md5     fd9924b11f999f193e6a301137a898b8 \
-                sha1    4a62757eac515e1b1e4712a692fcbbaadb7db7c1 \
-                rmd160  64e4a12c7967836c7b1427c97b4be9ed6aa9112e
+use_bzip2       yes
 
+checksums       rmd160  70526a3ddec3ff8a1313243641bf807a2218f3ae \
+                sha256  7ba9cb2a8efb9856994467b14e4837a281fcf6d9dc9a267ea38a9aae1ec55abc
+
 depends_build   port:pkgconfig \
                 port:intltool \
                 port:gnome-doc-utils
@@ -35,11 +35,8 @@
                 port:gnome-panel
 
 depends_run     port:gnome-session \
-                port:gnome-settings-daemon \
-                port:at-spi
+                port:gnome-settings-daemon
                 
-use_bzip2       yes
-
 patchfiles      patch-fink-gdm-modified.diff \
                 patch-configure.diff \
                 patch-daemon-gdm-display-access-file.c.diff \
@@ -91,7 +88,7 @@
     system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
     system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
         gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
-    system "${prefix}/bin/update-desktop-database -q ${prefix}/share/applications; true"
+    system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
     file mkdir ${prefix}/var/gdm
     file attributes ${prefix}/var/gdm -owner gdm -group gdm
 }

Modified: trunk/dports/gnome/gdm/files/fgetpwent.diff
===================================================================
--- trunk/dports/gnome/gdm/files/fgetpwent.diff	2013-07-06 20:05:49 UTC (rev 107836)
+++ trunk/dports/gnome/gdm/files/fgetpwent.diff	2013-07-06 21:16:33 UTC (rev 107837)
@@ -1,6 +1,6 @@
---- gui/simple-greeter/gdm-user-manager.c.orig	2010-08-11 10:40:07.000000000 -0700
-+++ gui/simple-greeter/gdm-user-manager.c	2010-09-18 11:24:59.000000000 -0700
-@@ -1703,7 +1703,6 @@
+--- gui/simple-greeter/gdm-user-manager.c.orig	2011-03-28 09:48:50.000000000 -0700
++++ gui/simple-greeter/gdm-user-manager.c	2013-07-06 14:00:57.000000000 -0700
+@@ -2161,7 +2161,6 @@
                      GSList    **added_users,
                      GSList    **removed_users)
  {
@@ -8,7 +8,7 @@
          GHashTableIter  iter;
          GHashTable     *new_users_by_name;
          GdmUser        *user;
-@@ -1715,11 +1714,6 @@
+@@ -2173,11 +2172,6 @@
                                                     g_object_unref);
  
          errno = 0;
@@ -20,7 +20,7 @@
  
          /* Make sure we keep users who are logged in no matter what. */
          g_hash_table_iter_init (&iter, current_users_by_name);
-@@ -1771,9 +1765,9 @@
+@@ -2229,9 +2223,9 @@
  
                  g_debug ("GdmUserManager: include_all is TRUE");
  
@@ -31,8 +31,8 @@
 +                     pwent = getpwent ()) {
  
                          /* Skip users below MinimalUID... */
-                         if (pwent->pw_uid < DEFAULT_MINIMAL_UID) {
-@@ -1848,7 +1842,7 @@
+                         if (pwent->pw_uid < FALLBACK_MINIMAL_UID) {
+@@ -2306,7 +2300,7 @@
   out:
          /* Cleanup */
  

Modified: trunk/dports/gnome/gdm/files/patch-configure.diff
===================================================================
--- trunk/dports/gnome/gdm/files/patch-configure.diff	2013-07-06 20:05:49 UTC (rev 107836)
+++ trunk/dports/gnome/gdm/files/patch-configure.diff	2013-07-06 21:16:33 UTC (rev 107837)
@@ -1,22 +1,22 @@
---- configure.orig	2011-04-07 10:31:30.000000000 -0700
-+++ configure	2011-04-11 16:30:13.000000000 -0700
-@@ -31203,6 +31203,7 @@
+--- configure.orig	2011-03-28 09:55:35.000000000 -0700
++++ configure	2013-07-06 14:00:57.000000000 -0700
+@@ -21438,6 +21438,7 @@
  fi
  
  
 +ac_pam_includes="/usr/include"
  if test "x$have_pam" = "xyes"; then
     pam_appl_h="$ac_pam_includes/security/pam_appl.h"
-    { $as_echo "$as_me:$LINENO: checking for const pam_message" >&5
-@@ -35935,7 +35936,12 @@
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for const pam_message" >&5
+@@ -23540,7 +23541,12 @@
  # and /usr/X11 since they often symlink to each other, and configure
  # should use the more stable location (the real directory) if possible.
  #
 -if test -x /usr/X11/bin/Xserver; then
-+if test -x @MP_PREFIX@/bin/Xquartz; then
-+   X_PATH="@MP_PREFIX@/bin"
-+   X_SERVER_PATH="@MP_PREFIX@/bin"
-+   X_SERVER="@MP_PREFIX@/bin/Xquartz"
++if test -x /opt/local/bin/Xquartz; then
++   X_PATH="/opt/local/bin"
++   X_SERVER_PATH="/opt/local/bin"
++   X_SERVER="/opt/local/bin/Xquartz"
 +   X_CONFIG_OPTIONS="-audit 0"
 +elif test -x /usr/X11/bin/Xserver; then
     X_PATH="/usr/X11/bin"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130706/f607686d/attachment.html>


More information about the macports-changes mailing list