ajacoutot
e7a07d42cd
Make the Xephyr window default to 800x600.
2010-11-08 19:28:32 +00:00
ajacoutot
761594762a
Add RCS IDs to rc scripts.
2010-10-29 12:54:43 +00:00
steven
ab094342c2
add comment indicating reason for gnu libtool
2010-10-28 12:15:13 +00:00
ajacoutot
a7c4f8cc57
Add an rc script for gdm.
...
ok robert@
2010-10-28 11:01:18 +00:00
espie
8e072131b6
USE_GROFF=Yes
2010-10-19 08:13:56 +00:00
jasper
994b63da94
- remove USE_X11=Yes where needed (can't we fully get rid of it?)
...
and set USE_X11=No where needed
agreed by aja@
2010-10-18 13:18:13 +00:00
jasper
4ed83fa66d
- set SHARED_ONLY=Yes
2010-10-18 12:24:34 +00:00
jasper
e34499f593
- fix WANTLIB after cairo update.
2010-10-11 08:11:24 +00:00
ajacoutot
40fd610b00
Regen WANTLIB after librsvg update.
2010-09-28 12:24:29 +00:00
ajacoutot
fa43d6168a
Use gksu-polkit instead of ktsuss to run gdmsetup.
2010-09-22 05:21:36 +00:00
ajacoutot
a281cc5565
Better startup sequence for ssh-agent, seahorse-agent and
...
ck-launch-session.
2010-08-21 19:08:17 +00:00
ajacoutot
acf3cb55ca
Switch to new DEPENDS/WANTLIB/REVISION.
2010-07-25 08:15:32 +00:00
ajacoutot
5f70bafe92
Use REVISION.
2010-07-13 20:37:02 +00:00
ajacoutot
b5c3d5442d
Enable console-kit support.
...
While here, clean up this port and fix the default dm directory.
ok jasper@ robert@
2010-07-07 16:37:05 +00:00
steven
e7460a224c
use gnu libtool here
2010-06-12 14:57:50 +00:00
ajacoutot
56652f99ed
Update to gdm-2.20.11.
...
* includes a security fix that we already patched for > 14 months ago
2010-06-04 07:45:56 +00:00
ajacoutot
55343eab07
Don't source Xresources from xdm.
2010-04-25 08:48:31 +00:00
ajacoutot
9062dc5fa2
First part in wasting my youth updating wantlib...
2010-04-24 16:50:20 +00:00
ajacoutot
d4b914a22d
Increase GdmXserverTimeout to give a change to GDM to start on low-end
...
configurations.
idea from Casey Allen Shobe on ports@
2010-04-17 05:41:02 +00:00
ajacoutot
4323485930
Remove old and useless comments.
2010-04-11 16:39:05 +00:00
ajacoutot
0070e11661
Use @unexec-delete instead of @unexec for the *-update-* goos and remove
...
@unexec for theme ports.
prodded by espie@ after me whining at the ports system ;)
discussed with espie@ sthen@ landry@
2009-12-21 18:03:17 +00:00
ajacoutot
2ec29de8e9
Use ktsuss to get admin rights for gdmsetup.
...
Tweak DESCR and regen PLIST while here.
2009-10-14 08:20:19 +00:00
ajacoutot
06138244cf
Rework dependencies.
...
Remove gnome.desktop, we use the one provided by gnome-session.
2009-10-13 23:22:45 +00:00
ajacoutot
509d218fc4
WANTLIB changes after xcb addition and bump.
2009-08-11 08:38:41 +00:00
ajacoutot
dfe8d35544
- better homepage
...
ok jasper@
2009-07-12 20:32:02 +00:00
ajacoutot
edb22f7288
When a user password has expired:
...
* prevent the user from login in!
* popup a warning message
While here, fix paths to true(1) and false(1).
joint work with and ok jasper@
2009-06-15 16:09:14 +00:00
kili
dc30d19408
WANTLIB += pthread and bump.
2009-06-10 20:47:42 +00:00
ajacoutot
e11697b5c4
- no need for gnome-audio here
2009-05-22 08:46:22 +00:00
ajacoutot
2ed1f4e69d
- give a better chance for kbd to be initialized before starting GDM;
...
spotted by giovanni@
ok jasper@
2009-04-27 08:09:27 +00:00
ajacoutot
6a768369c4
- now that we have rarian, the 'scrollkeeper-update -> /bin/true' hack
...
is not needed as the legacy scrollkeeper-update provided by rarian does
not do anything anymore
ok jasper@
2009-04-16 08:11:13 +00:00
ajacoutot
205c226bb2
Rework the way we handle build_depends with the gnome MODULE when
...
MODGNOME_HELP_FILES is set to yes.
* add a build_depends on gnome-doc-utils if MODGNOME_HELP_FILES is set
to yes
* add rarian as a run_depends for gnome-doc-utils (will help with older
ports that will never be updated from using deprecated scrollkeeper)
* remove build+run_depends on gnome-doc-utils and rarian for ports that
have MODGNOME_HELP_FILES as they are now implied.
* bump where needed
This should help in having all required build dependencies for
gnome-related ports and it greatly simplifies things.
"thanks for cleaning this mess" and ok jasper@
2009-04-06 10:05:20 +00:00
ajacoutot
4af9d1d305
- put -pthread back which was mistakely removed in r1.42 by yours truly
2009-03-26 17:15:46 +00:00
sthen
f8dd39fd1b
PKGNAME works better when it's not self-referencing
...
"make it more pretty" jasper@
2009-03-23 22:25:28 +00:00
ajacoutot
68f49b1119
- more unneeded goos spotted by Mikolaj Kucharski
...
- remove an XXX from gdm while here
2009-03-23 18:39:47 +00:00
ajacoutot
24f4d02c34
- update to gdm-2.20.10
...
lots of small bug fixes
some translations updates
2009-03-19 08:26:42 +00:00
ajacoutot
c89ef704dd
- nothing should have to run_depends on rarian anymore
...
- explicitely add build_depends on rarian where gnome-doc-utils is also a
build dependency as it does not itself run_depends on rarian anymore
This was the 2nd and hopefully last pass of rarian/scrollkeeper cleaning.
discussed with jasper@
2009-03-14 11:36:24 +00:00
ajacoutot
037960749c
- first pass at cleaning rarian/scrollkeeper handling
...
remove rarian-sk-update from PLIST ; it is only a wrapper that does
noting: librarian takes care of everything now.
discussed with jasper@
2009-03-14 10:40:51 +00:00
ajacoutot
21ccc0db85
- make sure user password does not end-up in /var/log/messages!
2009-02-15 16:05:13 +00:00
jasper
b623c4c82b
- bah...missing '>' :(
2009-02-11 15:47:49 +00:00
jasper
9f71a816c3
- add another tadpole as maintainer of this hobbit
2009-02-11 15:33:51 +00:00
ajacoutot
b69fbe0ed5
- no need for a specific localstatedir, use default
...
discussed with jasper@
2009-02-04 18:50:02 +00:00
ajacoutot
66e9b91102
- bump package now that we have Xephyr(1)
...
it will be picked up and .desktop file will change
2009-02-02 15:00:14 +00:00
ajacoutot
60902b8ffd
- sanitize default commands
...
ok jasper@
2009-01-31 12:09:49 +00:00
ajacoutot
a6400c59f6
- update to gdm-2.20.9
...
this does not really concerns us as all fixed bugs are solaris related, but
well at least we're running with the latest "old" GDM version ;)
ok jasper@
2009-01-28 16:39:01 +00:00
ajacoutot
a6786d6e7b
- explicitely disable Xevie(3) support for now
...
there is a nasty bug somewhere that makes the app crash with the
(in)famous "X Windows System Error..." which disables accessibility in
GNOME
ok jasper@
2009-01-13 18:08:20 +00:00
ajacoutot
2ec1ee6032
- use xdm Xresources file instead of non-existent one
2009-01-01 12:01:19 +00:00
ajacoutot
a06841f3bb
- -pthread is not needed in LDFLAGS anymore
2008-12-31 17:10:53 +00:00
ajacoutot
0861b3f9ee
- gdmflexiserver, gdmXnest... need -pthread
2008-12-20 22:37:25 +00:00
ajacoutot
2c22823f60
- no/yes configure mixup
...
- safe bump, although plist_db didn't complain
2008-12-19 08:37:37 +00:00
ajacoutot
3608682aa1
- rewrite some parts of the GDM Xsession in a saner way
...
- don't try to start ssh-agent when the default OpenBSD Xsession or
gnome-session are used because those already start it
- explicitely set some configure switchs
2008-12-18 19:38:26 +00:00