Commit Graph

64 Commits

Author SHA1 Message Date
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
ajacoutot
76f7a85944 - add ${LOCALBASE}/bin to default PATH for GDM scripts; needed to find
some executables
2008-12-18 12:06:09 +00:00
jasper
46e26765cb - switch to rarian instead of scrollkeeper
- drop dependency of scrollkeeper/rarian in BUILD_DEPENDS, as doc-utils
  already pulls it in
- regen PLIST

ok ajacoutot@
2008-12-17 18:45:36 +00:00
ajacoutot
b76c4d2e97 - remove bogus post-install target
- install /etc/X11/gdm/... scripts as executable; it's been wrong for ever
since those scripts never got a change to actually run!
2008-12-12 12:59:28 +00:00
ajacoutot
3bd99b87ec - update gdm to version 2.20.8
- enable libwrap support
- explicitely disable policykit and console-helper

ok jasper@
2008-11-25 18:27:39 +00:00
ajacoutot
633a2be614 - user switching does not work under OpenBSD... at least not in a secure
and default setup, so @comment the desktop entry

ok jasper@
2008-11-24 09:10:11 +00:00
jasper
981a816734 - update gdm to 2.20.7
* note there is a 2.24.x version of gdm, but newer versions require
policykit and all that kind of scary dbus shitz

feedback and ok ajacoutot@
2008-11-21 17:43:02 +00:00
landry
796a2f40c9 Remove no_gnome FLAVOR here too.
That should be ok for today... other svg-related fallouts are known.
2008-11-18 14:26:02 +00:00
ajacoutot
caea2cf617 - fix man page installation PATH
- add support for secure remote connection (gdm-ssh-session)
- use FAKE_FLAGS instead of post-install tweaks
- regen PLIST
2008-10-14 12:15:36 +00:00
sturm
9c83ce535b unbreak build
fix WANTLIB
bump PKGNAME
2008-09-28 10:10:30 +00:00
jasper
e89abc1fca sync WANTLIB, bump package version 2008-06-02 17:58:23 +00:00
ajacoutot
78b73ecee7 - make help available by adding MODGNOME_HELP_FILES / ::x11/gnome/yelp
to RUN_DEPENDS

"mkay" jasper@
2008-05-26 16:29:26 +00:00
bernd
34c857b517 Better configure patch to avoid problems if the xserver set isn't
installed on the build machine.

ok jasper@
2008-05-09 10:51:44 +00:00
jasper
92ff4cd331 - fix two typos that may've broken suspend and shotdown 2008-04-23 11:30:58 +00:00
jasper
57858cd3a3 - Add missing goo, preventing some icons to not show up after a clean install 2008-04-16 20:31:24 +00:00
landry
b99fccd4c6 Fix LIB_DEPENDS, gdm can't be installed if librsvg,-no_gnome is installed,
dependency tree is broken. Force dependency on !-no_gnome.

ok ajacoutot@
2008-02-05 14:09:47 +00:00
jasper
008634bea8 let's face it....add myself as maintainer
requested by and ok ajacoutot@, ok fkr@
2008-02-04 17:55:18 +00:00
martynas
72fab82712 update to gdm-2.20.2; ok jasper@ 2007-12-15 18:04:04 +00:00
jasper
88c7d3697c - update gdm to 2.20.1
- make the *beep* sounds work
- install the Xsession script with the executable bit, so gdm won't
  try to start gnome in failsafe mode. as reported by several users.

tested by fkr@
2007-11-27 20:26:13 +00:00
jasper
695d5714c1 SECURITY update to 2.18.4, fixes CVE-2007-3381 2007-09-19 20:59:55 +00:00
ajacoutot
40ed694c23 - this needs gnome-doc-utils to build 2007-07-08 09:25:18 +00:00
jasper
7af8f3fbb2 convert these gnome ports to use the new x11/gnome module.
this module is now mature enough to be used in new ports too.

feedback and ok martynas@
2007-07-05 22:50:10 +00:00
martynas
bbac4feb1e update to gdm-2.18.2; ok jasper@ (long ago, actually) 2007-06-26 21:08:29 +00:00
jasper
c0da803a85 regen distinfo after DIST_SUBDIR addition 2007-05-30 09:25:57 +00:00
jasper
0f80aa819a update gdm to 2.18.1
lots of help, and ok martynas@
2007-05-18 17:20:39 +00:00
espie
be99f23aa5 more base64 checksums 2007-04-05 17:36:18 +00:00
espie
0f5dc96ea1 say goodbye to GNU land. 2006-12-16 12:22:32 +00:00
espie
f63e804b78 zap .0.0 2006-09-18 12:19:39 +00:00
bernd
c3e1e3a89e Fix WANTLIB after gtk+2 upgrade. 2006-06-13 13:19:08 +00:00
steven
0a7ff75500 - fix WANTLIB after gtk+2 downgrade
- MODULES=devel/gettext where appropriate
- sync PLISTs
2006-01-19 13:35:47 +00:00