svn commit: r420929 - in head/x11/xdm: . files
Kurt Jaeger
pi at FreeBSD.org
Fri Aug 26 16:19:06 UTC 2016
Author: pi
Date: Fri Aug 26 16:19:04 2016
New Revision: 420929
URL: https://svnweb.freebsd.org/changeset/ports/420929
Log:
x11/xdm: remove part of files/patch-greeter-greet.c that no longer applies
PR: 211624
Reported by: ak
Modified:
head/x11/xdm/Makefile
head/x11/xdm/files/patch-greeter-greet.c
Modified: head/x11/xdm/Makefile
==============================================================================
--- head/x11/xdm/Makefile Fri Aug 26 15:49:51 2016 (r420928)
+++ head/x11/xdm/Makefile Fri Aug 26 16:19:04 2016 (r420929)
@@ -2,7 +2,7 @@
PORTNAME= xdm
PORTVERSION= 1.1.11
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= x11
MAINTAINER= x11 at FreeBSD.org
Modified: head/x11/xdm/files/patch-greeter-greet.c
==============================================================================
--- head/x11/xdm/files/patch-greeter-greet.c Fri Aug 26 15:49:51 2016 (r420928)
+++ head/x11/xdm/files/patch-greeter-greet.c Fri Aug 26 16:19:04 2016 (r420929)
@@ -8,12 +8,3 @@
Debug ("Greet loop finished\n");
/*
* Run system-wide initialization file
-@@ -729,6 +730,8 @@ static int pamconv(int num_msg,
- goto pam_error;
- }
-
-+ if (login == NULL) goto pam_error;
-+
- for (i = 0; i < num_msg; i++ , m++ , r++) {
- char *username;
- int promptId = 0;
More information about the svn-ports-head
mailing list