summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-07-27 00:25:14 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-07-27 00:25:14 +0800
commitcdda2fd464bfb59b35bb53d6d206212db604033f (patch)
tree4ac82342313e087daaa897c7c917fdbbc19bdf43 /x11
parent9d3503de408b1488472e19cf3619673d1d83ec5a (diff)
downloadmarcuscom-ports-cdda2fd464bfb59b35bb53d6d206212db604033f.tar.gz
marcuscom-ports-cdda2fd464bfb59b35bb53d6d206212db604033f.tar.zst
marcuscom-ports-cdda2fd464bfb59b35bb53d6d206212db604033f.zip
gdm 2.30.4.
gdm3 2.31.2 git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14374 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r--x11/gdm/Makefile9
-rw-r--r--x11/gdm/distinfo6
-rw-r--r--x11/gdm/files/patch-gui_simple-greeter_gdm-user-manager.c20
3 files changed, 18 insertions, 17 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile
index ccb409176..b00622964 100644
--- a/x11/gdm/Makefile
+++ b/x11/gdm/Makefile
@@ -2,12 +2,12 @@
# Date created: 20 May 2002
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
-# $FreeBSD: ports/x11/gdm/Makefile,v 1.134 2010/07/25 19:35:04 kwm Exp $
-# $MCom: ports-stable/x11/gdm/Makefile,v 1.10 2010/07/21 13:50:45 kwm Exp $
+# $FreeBSD$
+# $MCom: ports/x11/gdm/Makefile,v 1.176 2010/06/05 20:47:56 kwm Exp $
#
PORTNAME= gdm
-PORTVERSION= 2.30.4
+PORTVERSION= 2.31.2
CATEGORIES= x11 gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -31,6 +31,7 @@ RUN_DEPENDS= zenity:${PORTSDIR}/x11/zenity \
USERS= gdm
GROUPS= gdm
+LATEST_LINK= gdm3
USE_BZIP2= yes
USE_GETTEXT= yes
USE_LDCONFIG= yes
@@ -64,7 +65,7 @@ OPTIONS= IPV6 "Enable IPv6 support" off \
.if defined(WITHOUT_KEYRING)
SUB_LIST+= PAM_KEYRING=\#
.else
-RUN_DEPENDS+= ${LOCALBASE}/lib/pam_gnome_keyring.so:${PORTSDIR}/security/gnome-keyring
+RUN_DEPENDS+= ${LOCALBASE}/lib/pam_gnome_keyring.so:${PORTSDIR}/security/libgnome-keyring
SUB_LIST+= PAM_KEYRING=
.endif
diff --git a/x11/gdm/distinfo b/x11/gdm/distinfo
index b871a3519..0506082c1 100644
--- a/x11/gdm/distinfo
+++ b/x11/gdm/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/gdm-2.30.4.tar.bz2) = f5e0ff54522f005d7593ac6686772988
-SHA256 (gnome2/gdm-2.30.4.tar.bz2) = 3a1c7fd590622d5291584d98ce5cf3e7888adf949655041549561f3a5983b5a9
-SIZE (gnome2/gdm-2.30.4.tar.bz2) = 2402222
+MD5 (gnome2/gdm-2.31.2.tar.bz2) = 8158a555cc478be617237f78b9727192
+SHA256 (gnome2/gdm-2.31.2.tar.bz2) = 5e8ff63fbc1932d524166c363d8cff7fc40785caed6b086533edfa3572ef84aa
+SIZE (gnome2/gdm-2.31.2.tar.bz2) = 2378650
diff --git a/x11/gdm/files/patch-gui_simple-greeter_gdm-user-manager.c b/x11/gdm/files/patch-gui_simple-greeter_gdm-user-manager.c
index a7bfbc883..670db9545 100644
--- a/x11/gdm/files/patch-gui_simple-greeter_gdm-user-manager.c
+++ b/x11/gdm/files/patch-gui_simple-greeter_gdm-user-manager.c
@@ -1,15 +1,15 @@
---- gui/simple-greeter/gdm-user-manager.c.orig 2010-06-26 00:09:31.000000000 +0200
-+++ gui/simple-greeter/gdm-user-manager.c 2010-07-20 23:23:07.000000000 +0200
-@@ -62,6 +62,8 @@
+--- gui/simple-greeter/gdm-user-manager.c.orig 2010-07-12 23:17:16.000000000 +0200
++++ gui/simple-greeter/gdm-user-manager.c 2010-07-26 18:19:57.000000000 +0200
+@@ -60,6 +60,8 @@
#ifdef __sun
- #define DEFAULT_MINIMAL_UID 100
+ #define FALLBACK_MINIMAL_UID 100
+#elif defined(__FreeBSD__)
-+#define DEFAULT_MINIMAL_UID 1000
++#define FALLBACK_MINIMAL_UID 1000
#else
- #define DEFAULT_MINIMAL_UID 500
+ #define FALLBACK_MINIMAL_UID 500
#endif
-@@ -1678,12 +1680,17 @@ reload_passwd_file (GHashTable *valid_sh
+@@ -1548,12 +1550,17 @@ reload_passwd_file (GHashTable *valid_sh
NULL,
g_object_unref);
@@ -27,7 +27,7 @@
/* Make sure we keep users who are logged in no matter what. */
g_hash_table_iter_init (&iter, current_users_by_name);
-@@ -1733,9 +1740,15 @@ reload_passwd_file (GHashTable *valid_sh
+@@ -1603,9 +1610,15 @@ reload_passwd_file (GHashTable *valid_sh
g_debug ("GdmUserManager: include_all is TRUE");
@@ -42,8 +42,8 @@
+#endif
/* Skip users below MinimalUID... */
- if (pwent->pw_uid < DEFAULT_MINIMAL_UID) {
-@@ -1810,7 +1823,11 @@ reload_passwd_file (GHashTable *valid_sh
+ if (pwent->pw_uid < FALLBACK_MINIMAL_UID) {
+@@ -1680,7 +1693,11 @@ reload_passwd_file (GHashTable *valid_sh
out:
/* Cleanup */
-1061/+0 * Update to 0.21.18skreuzer2013-02-052-3/+3 * - Reassign to the heap at maintainers requesttabthorpe2013-02-031-6/+2 * 2013-01-30 net-mgmt/nagiosgrapher: Deprecated upstream. Please use net-mgmt/p...bapt2013-02-038-398/+0 * - Update to version 0.3.1danfe2013-02-023-13/+8 * - mark DEPRECATED with EXPIRATION_DATE for one monthleeym2013-02-021-6/+8 * - Fix all cases of 'No newline at end of file' in ports treeak2013-02-014-4/+4 * - Fix rc script for fprobe_flagsjadawin2013-01-311-4/+5 * NSCA doesn't really need a installed nagiosmm2013-01-303-5/+7 * Fork the nsca27 and nsca27-ports for users having problems with nsca 2.9.xmm2013-01-309-0/+167 * Make portlint happymm2013-01-302-14/+20 * - Convert to optionsNGrene2013-01-282-26/+27 * Deprecate a bunch of ports with no more upstream and/or no more public distfilesbapt2013-01-271-0/+3 * - Reset ports due to mail bouncestabthorpe2013-01-271-5/+2 * - Strip header at request of original creatortabthorpe2013-01-271-1/+1 * Update to 1.0.0ehaupt2013-01-262-4/+4 * Bump PORTREVISION after DESKTOP_ENTRIES updatemakc2013-01-231-1/+1 * Reset rflynn@acsalaska.net: mailbox is full.linimon2013-01-231-6/+2 * - Update DESKTOP_ENTRIES:makc2013-01-231-3/+3 * Remove net-mgmt/nfdump-devel. It's older than nfdump.wxs2013-01-237-149/+0 * - update to 2.0.12leeym2013-01-202-4/+3 * - The URL in pkg-descr are out-dated, so replace it with CPAN site.swills2013-01-194-12/+10 * - Update to 0.14.2zi2013-01-164-12/+11 * Update to 1.8.4lme2013-01-152-3/+3 * - Add additional plugins - ipmi, table, notify_email, varnish [1]swills2013-01-144-5/+77 * - Allow not selecting INPUT/OUTPUT so RRDTOOL is not requiredswills2013-01-141-3/+3 * Update to 0.1.18.rakuco2013-01-132-8/+4 * - add upstream patch for CVE-2012-6096rm2013-01-112-0/+118 * - update to 3.4.3 [1]rm2013-01-113-47/+40 * - Change MAINTAINER addresstabthorpe2013-01-1014-58/+23 * Mark as deprecated. Using of this branch of argus is discouraged. Please migraterm2013-01-052-0/+7 * - update to 3.0.6.2rm2013-01-0511-122/+82 * - update to 3.0.6.1rm2013-01-056-55/+32 * - update to 1.8.15rm2013-01-043-57/+5 * Update to 1.8.3lme2013-01-032-3/+3 * - update to 2.6.8rm2012-12-302-33/+31 * Mark as deprecated. This package was deprecated upstream and it's users arerm2012-12-301-5/+4 * Convert the remaining ports that depend on databases/p5-DBD-mysql${MYSQL_VER}flo2012-12-291-1/+1 * - Update to 0.7beech2012-12-275-115/+95 * Update to version 2.05pawel2012-12-223-10/+4 * Fix buildpawel2012-12-211-3/+12 * - remove bogus setuptools dependencyrm2012-12-202-26/+23 * Update to 1.3.wxs2012-12-182-3/+3 * Deprecate and expire in one month.wxs2012-12-171-0/+3 * Convert to new options framework,bapt2012-12-171-12/+8 * - clean up bacula-* ports (Makefile and pkg-message files)rm2012-12-173-44/+13 * Rename package names for horde3 ports to horde3-*mm2012-12-161-1/+1 * - Set default perl version for ports which currently usingaz2012-12-168-8/+7 * Cleanup header again.wxs2012-12-141-1/+1 * - Update to 2.0.4beech2012-12-134-10/+54 * Update maintainer address.wxs2012-12-132-12/+3 * Rename old horde applications to horde3- prefixmm2012-12-125-2/+2 * - Update to 2.11jadawin2012-12-123-6/+7 * Update to 0.13.tobez2012-12-122-8/+4 * - update libvirt to 1.0.0, and bump others for shlib changejgh2012-12-115-23/+13 * - Update to 4.10.8madpilot2012-12-115-47/+11 * Update PCRE to 8.32mm2012-12-117-9/+10 * Update cyrus-sasl2 to 2.1.26.ume2012-12-104-6/+8 * Decommissioning java 1.5 (EOLed since October 2009):bapt2012-12-101-6/+2 * * Remove interacitve questions in build processtj2012-12-065-0/+98 * Jmx4Perl is here to connect the Java and Perl Enterprise world by providingtj2012-12-065-0/+171 * - update to 0.2.21jgh2012-12-062-9/+5 * - Fix typo in MAINTAINER email addresszi2012-12-052-2/+2 * Simplify post-patch targeteadler2012-12-051-6/+2 * - Update to 2.09jadawin2012-12-043-9/+12 * Update to 1.6.8.wxs2012-12-022-5/+6 * Update to 1.3.6p1.wxs2012-12-024-64/+6 * Enable users plugin, which works as iscrees2012-12-015-15/+379 * Pass maintainer to Paul Schmehl. Thank you Alexander for your work on these.wxs2012-11-302-2/+2 * - Update to 1.26eadler2012-11-302-6/+4 * Trailing slashes in RUN_DEPENDS upset some toolscrees2012-11-301-1/+1 * - Update to 1.8.2lme2012-11-302-13/+4 * 2012-11-27 devel/p5-SPOPS: Depend on the expired p5-Class-Fieldsbapt2012-11-285-36/+0 * - Fix comestic errorsjadawin2012-11-272-3/+3 * This package provides a Perl interface to the F5 BigIP iControl API.jadawin2012-11-275-0/+35 * - Update to 1.2bdrewery2012-11-273-3/+4 * - Add patch that fixes memory usage reporting in FreeBSD 8.x and newer due toswills2012-11-242-2/+22 * Add py-ipcalc 0.6, module to perform IP subnet calculations.ehaupt2012-11-225-0/+27 * - Fix embedded perl support [1]zi2012-11-212-2/+47 * - Return ports to the heap at maintainer's requesttabthorpe2012-11-211-6/+2 * 2012-11-19 net-im/qutim-plugin-icq: It is not needed for new QutIMbapt2012-11-205-112/+0 * - Update to 0.17jadawin2012-11-162-3/+3 * Fix rc file order to respect defaults correctly, style nits and stopcrees2012-11-101-11/+12