aboutsummaryrefslogtreecommitdiff
path: root/x11/gdm
Commit message (Collapse)AuthorAgeFilesLines
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* Fix the rc.d script:Jeremy Messenger2012-03-162-12/+17
| | | | | | | | | | | | | | | | | | | | | 1. If gnome_enable is not set, gdm_enable will remain undefined. 2. Change the order of calling load_rc_config() and setting the default variables to the typical order for ports 3. Not only is the checkyesno for gdm_enable in gdm_start() not needed, it causes problems if, for example the user does '/usr/local/etc/rc.d/gdm onestart' from the command line. 4. Switch to using 'unlink' instead of 'rm -f' 5. If lshal does not exist, error out instead of looping 6. Mark a variable local Bump the PORTREVISION. PR: ports/159391 Submitted by: dougb Feature safe: yes Notes: svn path=/head/; revision=293396
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* Make sure to exit if there is a problem setting up the desktop session.Joe Marcus Clarke2012-01-022-9/+10
| | | | | | | | | If not, the user would be dropped in as root. PR: 159721 Notes: svn path=/head/; revision=288432
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+3
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Before, the setusercontext(3) call in gdm is missing a few flags. ReplaceJeremy Messenger2011-06-252-12/+9
| | | | | | | | | | | | those LOGIN_* to LOGIN_SETALL to enable all but not LOGIN_SETGROUP. It fixes the rctl resource limits. Note that, the MAC framework is untest with it. Bump the PORTREVISION. PR: ports/158174 Submitted by: trasz Notes: svn path=/head/; revision=276371
* Fix privilege escalation vulnerability.Koop Mast2011-03-292-6/+49
| | | | | | | | Obtained from: upstream git Security: c6fbd447-59ed-11e0-8d04-0015f2db7bde Notes: svn path=/head/; revision=271975
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for thisKoop Mast2010-11-201-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | release can be found at http://library.gnome.org/misc/release-notes/2.32/ This will be the last release of the GNOME 2.x series, mainly a bugfix and bridge release to the first release of the GNOME 3.x series. This release features commits by avl, marcus, mezz and myself. The FreeBSD GNOME Team would like to thank the following contributors and testers for there help with this release: Zane C.B. <vvelox@vvelox.net> romain@ Olaf Seibert <O.Seibert@cs.ru.nl> DomiX Bapt <baptiste.daroussin@gmail.com> jsa@ miwi@ Sergio de Almeida Lenzi <lenzi.sergio@gmail.com> Maxim Samsonov <xors@mne.ru> Kris Moore And pav@ for 2 exp-runs PR: ports/152255 ports/143260 ports/141033 ports/149629 ports/150350 ports/151523 With hat: gnome@ Notes: svn path=/head/; revision=264837
* Update to 2.30.5.Koop Mast2010-08-153-4/+7
| | | | Notes: svn path=/head/; revision=259315
* Presenting GNOME 2.30.2. for FreeBSD.Koop Mast2010-07-257-37/+26
| | | | Notes: svn path=/head/; revision=258246
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-0/+1
| | | | Notes: svn path=/head/; revision=255371
* Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for thisKoop Mast2010-05-1016-637/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | release can be found at http://library.gnome.org/misc/release-notes/2.30/ . This release brings initial PackageKit support, Upower (replaces power management part of hal), cuse4bsd integration with HAL and cheese, and a faster Evolution. Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This will also be the last of the 2.x releases. The next release will be the highly-anticipated GNOME 3.0 which will bring with it a new UI experience. Currently, there are a few bugs with GNOME 2.30 that may be of note for our users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading instructions, and the up-to-date list of known issues. This release features commits by avl, ahze, bland, marcus, mezz, and myself. The FreeBSD GNOME Team would like to thank Anders F Bjorklund for doing the initual packagekit porting. And the following contributors & testers for there help with this release: Eric L. Chen Vladimir Grebenschikov Sergio de Almeida Lenzi DomiX walder crsd Kevin Oberman Michal Varga Pavel Plesov Bapt kevin and ITetcu for two exp-run PR: ports/143852 ports/145347 ports/144980 ports/145830 ports/145511 Notes: svn path=/head/; revision=254099
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* Add a missing BUILD_DEPENDS on iso-codes. This will ensure that languageJoe Marcus Clarke2010-01-071-2/+5
| | | | | | | | | information can be loaded. Reported by: Joseph S. Atkinson <jsa.bsd@gmail.com> Notes: svn path=/head/; revision=247355
* * Update to 2.28.2.Joe Marcus Clarke2009-12-195-28/+73
| | | | | | | | | | * Properly add support for reading keyboard invariants from hal. [1] PR: 141143 [1] Submitted by: Andreas Wetzel <mickey242@gmx.net> [1] Notes: svn path=/head/; revision=246214
* This patch was actually meant for gdm-2.26. Remove it.Joe Marcus Clarke2009-12-071-40/+0
| | | | Notes: svn path=/head/; revision=245315
* Remove a bogus empty line to fix patching.Joe Marcus Clarke2009-12-071-1/+0
| | | | Notes: svn path=/head/; revision=245314
* Add keyboard invariant support to GDM.Joe Marcus Clarke2009-12-062-1/+42
| | | | | | | | PR: 141143 Submitted by: Andreas Wetzel <mickey242@gmx.net> Notes: svn path=/head/; revision=245307
* Fix the language list in GDM.Joe Marcus Clarke2009-12-063-20/+2
| | | | | | | | PR: 141136 Submitted by: MOROHOSHI Akihiko <moro@remus.dti.ne.jp> Notes: svn path=/head/; revision=245306
* Presenting GNOME 2.28.1 for FreeBSD. The official release notes for thisJoe Marcus Clarke2009-11-2815-128/+351
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | release can be found at http://library.gnome.org/misc/release-notes/2.28/ . Officially, this is mostly a polishing release in preparation for GNOME 3.0 due in about a year. On the FreeBSD front, though, a lot went into this release. Major thanks goes to kwm and avl who did a lot of the porting work for this release. In particular, kwm brought in Evolution MAPI support for better Microsoft Exchange integration. Avl made sure that the new gobject introspection repository ports were nicely compartmentalized so that large dependencies aren't brought in wholesale. But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself) contributed to this release. Other major improvements include an updated HAL with better volume probing code, ufsid integration, and support for volume names containing spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord; an updated Gimp; and a preview of the new GNOME Shell project (thanks to Pawel Worach). The FreeBSD GNOME Team would like to that the following additional contributors to this release whose patches and testing really helped make it a success: Andrius Morkunas Dominique Goncalves Eric L. Chen J.R. Oldroyd Joseph S. Atkinson Li Pawel Worach Romain Tartière Thomas Vogt Yasuda Keisuke Rui Paulo Martin Wilke (and an extra shout out to miwi and pav for pointyhat runs) We would like to send this release out to Alexander Loginov (avl) in hopes that he feels better soon. PR: 136676 136967 138872 (obsolete with new epiphany-webkit) 139160 134737 139941 140097 140838 140929 Notes: svn path=/head/; revision=244923
* Add support to create users and groups from information stored in UIDs/GIDsFlorent Thoumie2009-09-062-31/+4
| | | | | | | | | | | | | files. Users and groups won't be deleted at deinstall time as we're lacking a refcount to know if any port is using them. Also convert a few ports while I'm here. PR: ports/108514 Submitted by: mm, self Notes: svn path=/head/; revision=240964
* On ia64, gdm (indirectly) uses log10 and ceil. Add libm to theMarcel Moolenaar2009-08-251-0/+1
| | | | | | | | | list of libraries to link against. Ok'd by: marcus Notes: svn path=/head/; revision=240298
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Add a missing dependency on gnome-session.Joe Marcus Clarke2009-06-061-2/+3
| | | | | | | PR: 135242 Notes: svn path=/head/; revision=235326
* Fix a problem with GConf paths.Joe Marcus Clarke2009-06-011-2/+3
| | | | Notes: svn path=/head/; revision=234997
* * Fix hardcoded use of /usr/local.Joe Marcus Clarke2009-05-313-11/+75
| | | | | | | | | | * Re-add support for reading /etc/login.conf. [1] PR: 133793 [1] Submitted by: thomas [1] Notes: svn path=/head/; revision=234937
* Correct path to file.Joe Marcus Clarke2009-05-171-1/+1
| | | | Notes: svn path=/head/; revision=234046
* Whoops, add two more hunks to complete XDMCP support.Joe Marcus Clarke2009-05-162-1/+21
| | | | Notes: svn path=/head/; revision=234018
* * Fix XDMCP support with gdm. Note: that for IPv4 support to work, oneJoe Marcus Clarke2009-05-166-12/+230
| | | | | | | | | must rebuild gdm after disabling IPV6 support in the OPTIONS menu. * Set IPV6 support to DISABLED by default. * Add support for '&' in the gecos field. Notes: svn path=/head/; revision=234017
* Add an explicit dependency on hal.Joe Marcus Clarke2009-05-031-1/+2
| | | | Notes: svn path=/head/; revision=233145
* * Add support for a gdm_lang rc.conf macro to control the locale used byJoe Marcus Clarke2009-05-034-1/+181
| | | | | | | | | | | | | the GDM greeter [1] * Add a patch from Fedora to support reading the keyboard layout from hal [2] PR: 131533 [2] Obtained from: Fedora CVS [2] Submitted by: daichi [1] Andreas Wetzel <mickey242@gmx.net> [2] Notes: svn path=/head/; revision=233140
* Presenting GNOME 2.26.1 for FreeBSD.Koop Mast2009-04-245-7/+19
| | | | | | | Approved by: portmgr (marcus) Notes: svn path=/head/; revision=232642
* Presenting GNOME 2.26 for FreeBSD. SeeJoe Marcus Clarke2009-04-107-107/+36
| | | | | | | | | | | | | | | | http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new. On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative for Firefox 2.0 as a Gecko provider. Almost all of the Gecko consumers can make use of this provider by setting: WITH_GECKO=libxul The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen, Martin Matuska, Craig Butler, and Pawel Worach. Notes: svn path=/head/; revision=231972
* Take a stab at working around the hald/gdm race. After we loop waitingJoe Marcus Clarke2009-01-312-1/+9
| | | | | | | for the getty, loop waiting for hald to be ready. Notes: svn path=/head/; revision=227296
* Depend on hald when starting up so that we have a better chance of findingJoe Marcus Clarke2009-01-262-2/+2
| | | | | | | all necessary input devices. Notes: svn path=/head/; revision=226910
* Don't bother registering GConf files. The pkg-install will take care of thisJoe Marcus Clarke2009-01-111-3/+1
| | | | | | | for us. Notes: svn path=/head/; revision=225737
* Cleanup the gdm home directory.Joe Marcus Clarke2009-01-112-1/+4
| | | | | | | Reported by: pointyhat via pav Notes: svn path=/head/; revision=225735
* Presenting GNOME 2.24 for FreeBSD.Joe Marcus Clarke2009-01-1031-541/+462
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See http://library.gnome.org/misc/release-notes/2.24/ for the general release notes. On the FreeBSD front, this release introduces Fuse support in HAL, adds multi-CPU support to libgtop, WebKit updates, and fixes some long-standing seahorse and gnome-keyring bugs. The documentation updates to the website are forthcoming. This release features commits by adamw, ahze, kwm, mezz, and myself. It would not have been possible without are contributors and testers: Alexander Loginov Craig Butler [1] Dmitry Marakasov [6] Eric L. Chen Joseph S. Atkinson Kris Moore Lapo Luchini [7] Nikos Ntarmos Pawel Worach Romain Tartiere TAOKA Fumiyoshi [3] Yasuda Keisuke Zyl aZ [4] bf [2] [5] Florent Thoumie Peter Wemm pluknet PR: 125857 [1] 126993 [2] 130031 [3] 127399 [4] 127661 [5] 124302 [6] 129570 [7] 129936 123790 Notes: svn path=/head/; revision=225629
* - Remove conditional checks for FreeBSD 5.x and olderWesley Shields2009-01-051-6/+0
| | | | | | | Approved by: pav Notes: svn path=/head/; revision=225292
* Update to 2.20.8.Joe Marcus Clarke2008-09-084-15/+6
| | | | Notes: svn path=/head/; revision=220212
* Restore the ability to process gdm_flags when starting.Joe Marcus Clarke2008-08-172-2/+2
| | | | | | | Reported by: jhay Notes: svn path=/head/; revision=218726
* * Add support for integrating GDM with GnomeKeyring and PAMJoe Marcus Clarke2008-07-274-5/+38
| | | | | | | | | | * Remove some ancient PAM checks PR: 125983 Submitted by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com> Notes: svn path=/head/; revision=217704
* gdmchooser/XDMCP:Volker Stolz2008-07-262-1/+29
| | | | | | | | | | | | | - fix harmless warning getting logged as CRITICAL when enumerating interfaces http://bugzilla.gnome.org/show_bug.cgi?id=544790 - unbreak XDMCP discovery on the IPv6-mapped IPv4 broadcast address by unsetting IPV6_V6ONLY socket option (obtained from NetBSD pkgsrc) http://bugzilla.gnome.org/show_bug.cgi?id=544730 Approved by: marcus@ Notes: svn path=/head/; revision=217528
* Update to 2.20.7.Jeremy Messenger2008-07-013-5/+7
| | | | Notes: svn path=/head/; revision=216061
* * Make sure seahorse-agent is only run when we're starting gnome-sessionJoe Marcus Clarke2008-06-092-11/+33
| | | | | | | | | * Run seahorse-agent using dbus-launch * No longer run ssh-agent when running gnome-session as gnome-keyring-daemon provides this functionality Notes: svn path=/head/; revision=214528
* Add the ability to spawn seahorse-agent from gdm rather than from everyJoe Marcus Clarke2008-06-082-1/+18
| | | | | | | | | | | underlying session. This is very similar to how many Linux distributions integrate seahorse-agent with GNOME. PR: 124398 Submitted by: Robert Noland <rnoland@2hip.net> Notes: svn path=/head/; revision=214510
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430