[107837] trunk/dports/gnome/gdm
Ryan Schmidt
ryandesign at macports.org
Sun Jul 7 18:28:43 PDT 2013
On Jul 6, 2013, at 16:16, devans at macports.org wrote:
> 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: 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"
This portion should probably have not been changed, right? @MP_PREFIX@ should replace /opt/local in that patch once again?
More information about the macports-dev
mailing list