aboutsummaryrefslogtreecommitdiffstats
path: root/x11/gdm
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | x11)
* Add an explicit dependency on pkgconfbapt2013-09-031-2/+1
|
* - fix OPTIONS spellingohauer2013-06-071-1/+1
|
* - Convert USE_GETTEXT to USES (part 4)ak2013-04-261-2/+1
| | | | Approved by: portmgr (bapt)
* Convert almost all gnome@ ports to OptionsNG, trim header, use USES=pathfixkwm2013-03-196-98/+49
| | | | | | | instead of gnomehack and pet portlint. Add conflicts with future gnome3 versions. Reviewed by: miwi, bapt
* - update png to 1.5.10dinoex2012-06-011-1/+1
|
* Fix the rc.d script:mezz2012-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
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-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.
* Make sure to exit if there is a problem setting up the desktop session.marcus2012-01-032-9/+10
| | | | | | If not, the user would be dropped in as root. PR: 159721
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-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
* Before, the setusercontext(3) call in gdm is missing a few flags. Replacemezz2011-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
* Fix privilege escalation vulnerability.kwm2011-03-292-6/+49
| | | | | Obtained from: upstream git Security: c6fbd447-59ed-11e0-8d04-0015f2db7bde
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for thiskwm2010-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@
* Update to 2.30.5.kwm2010-08-163-4/+7
|
* Presenting GNOME 2.30.2. for FreeBSD.kwm2010-07-267-37/+26
|
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-0/+1
|
* Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for thiskwm2010-05-1116-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
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* Add a missing BUILD_DEPENDS on iso-codes. This will ensure that languagemarcus2010-01-081-2/+5
| | | | | | information can be loaded. Reported by: Joseph S. Atkinson <jsa.bsd@gmail.com>
* * Update to 2.28.2.marcus2009-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]
* This patch was actually meant for gdm-2.26. Remove it.marcus2009-12-071-40/+0
|
* Remove a bogus empty line to fix patching.marcus2009-12-071-1/+0
|
* Add keyboard invariant support to GDM.marcus2009-12-072-1/+42
| | | | | PR: 141143 Submitted by: Andreas Wetzel <mickey242@gmx.net>
* Fix the language list in GDM.marcus2009-12-073-20/+2
| | | | | PR: 141136 Submitted by: MOROHOSHI Akihiko <moro@remus.dti.ne.jp>
* Presenting GNOME 2.28.1 for FreeBSD. The official release notes for thismarcus2009-11-2915-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
* Add support to create users and groups from information stored in UIDs/GIDsflz2009-09-072-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
* On ia64, gdm (indirectly) uses log10 and ceil. Add libm to themarcel2009-08-251-0/+1
| | | | | | list of libraries to link against. Ok'd by: marcus
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-1/+1
| | | | | | bumped or updated Requested by: edwin
* Add a missing dependency on gnome-session.marcus2009-06-071-2/+3
| | | | PR: 135242
* Fix a problem with GConf paths.marcus2009-06-021-2/+3
|
* * Fix hardcoded use of /usr/local.marcus2009-06-013-11/+75
| | | | | | | * Re-add support for reading /etc/login.conf. [1] PR: 133793 [1] Submitted by: thomas [1]
* Correct path to file.marcus2009-05-171-1/+1
|
* Whoops, add two more hunks to complete XDMCP support.marcus2009-05-172-1/+21
|
* * Fix XDMCP support with gdm. Note: that for IPv4 support to work, onemarcus2009-05-176-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.
* Add an explicit dependency on hal.marcus2009-05-031-1/+2
|
* * Add support for a gdm_lang rc.conf macro to control the locale used bymarcus2009-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]
* Presenting GNOME 2.26.1 for FreeBSD.kwm2009-04-245-7/+19
| | | | Approved by: portmgr (marcus)
* Presenting GNOME 2.26 for FreeBSD. Seemarcus2009-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.
* Take a stab at working around the hald/gdm race. After we loop waitingmarcus2009-02-012-1/+9
| | | | for the getty, loop waiting for hald to be ready.
* Depend on hald when starting up so that we have a better chance of findingmarcus2009-01-272-2/+2
| | | | all necessary input devices.
* Don't bother registering GConf files. The pkg-install will take care of thismarcus2009-01-121-3/+1
| | | | for us.
* Cleanup the gdm home directory.marcus2009-01-122-1/+4
| | | | Reported by: pointyhat via pav
* Presenting GNOME 2.24 for FreeBSD.marcus2009-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
* - Remove conditional checks for FreeBSD 5.x and olderwxs2009-01-061-6/+0
| | | | Approved by: pav
* Update to 2.20.8.marcus2008-09-084-15/+6
|
* Restore the ability to process gdm_flags when starting.marcus2008-08-182-2/+2
| | | | Reported by: jhay
* * Add support for integrating GDM with GnomeKeyring and PAMmarcus2008-07-284-5/+38
| | | | | | | * Remove some ancient PAM checks PR: 125983 Submitted by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
* gdmchooser/XDMCP:vs2008-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@
* Update to 2.20.7.mezz2008-07-013-5/+7
|
* * Make sure seahorse-agent is only run when we're starting gnome-sessionmarcus2008-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
* Add the ability to spawn seahorse-agent from gdm rather than from everymarcus2008-06-092-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>
* Bump portrevision due to upgrade of devel/gettext.edwin2008-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)
* Update to 2.20.6.mezz2008-05-152-4/+4
|
* Update to 2.20.5.marcus2008-04-082-5/+4
|
* Add a delay loop which keeps GDM from starting until the gettys have beenmarcus2008-03-262-2/+23
| | | | allocated. This will allow ConsoleKit to properly initialize.
* The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 formarcus2008-03-245-24/+19
| | | | | | | | | | | | | | | | | | | | | | FreeBSD. The official GNOME 2.22 release notes can be found at http://library.gnome.org/misc/release-notes/2.22/ . On the FreeBSD front, this release features an updated hal port with support for video4linux devices, DRM (Direct Rendering), and better support of removable media. Work is also underway to tie webkit more closely into GNOME. As part of the GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well. Be sure to consult UPDATING on the proper steps to upgrade all of your GNOME ports. This release would not have been possible without the contributions and testing efforts of the following people: Pawel Worach kan edwin Peter Ulrich Kruppa J. W. Ballantine Yasuda Keisuke Andriy Gapon
* Update to 2.20.3.mezz2008-01-082-4/+4
|
* Update to 2.20.2.mezz2007-12-124-9/+22
|
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-259-152/+258
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNOME 2.20 release notes can be found at http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update includes the new GIMP 2.4 (courtesy of ahze). The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share rather than ${PREFIX}/share/gnome. The result is that fewer patches and hacks are needed to port GNOME components to FreeBSD. This will mean some user changes may be required, so be sure to read /usr/ports/UPDATING for more details. This release and the things we accomplished in it would not have been possible without mezz's crazy idea to collapse DATADIR, and his persistence to make it happen successfully. Ahze and pav also deserve thanks for their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338
* Use += to set LIB_DEPENDS and CONFIGURE_ARGS after bsd.port.pre.mk.marcus2007-08-281-3/+3
|
* Add optional support for consolekit.flz2007-08-281-2/+9
| | | | Discussed with: marcus
* Correct the location of the gdm.conf file in the gdm(1) man page.marcus2007-08-191-0/+3
| | | | PR: 115325
* Update to 2.18.4.marcus2007-08-012-4/+4
|
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-2/+1
| | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
* Update to 2.18.3.mezz2007-07-042-6/+5
|
* Add a hack to fix a lot of hardcore paths of /usr/X11R6 to fix the problem formezz2007-06-141-1/+4
| | | | | | | users that do not have symlink of /usr/X11R6 -> /usr/local when they have gdm enable in the startup. Bump the PORTREVISION. Reported by: Werner Lehmann <elvis69@arcor.de>
* We do not need to remove pam.d anymore.marcus2007-06-041-1/+0
| | | | | PR: 113262 Submitted by: bsam
* Add dmxproto as well as dmx since dmx doesn't pull in dmxproto.marcus2007-06-031-2/+2
|
* Add a missing dependency on dmx to fix the packaging.marcus2007-06-031-0/+2
|
* Remove unneeded block.marcus2007-05-292-7/+1
|
* Update to 2.18.2, while I am here, get rid of X11BASE.mezz2007-05-293-6/+8
|
* - Welcome X.org 7.2 \o/.flz2007-05-202-36/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Update to 2.18.1ahze2007-04-093-12/+12
|
* Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOMEmarcus2007-03-196-28/+56
| | | | | | | | | | | | | releases in that it focuses more on stability and functionality than on new features. Not that it doesn't have its share of new and exciting items. See http://www.gnome.org/start/2.18/ for all the goodies in this release. GNOME 2.18 for FreeBSD would not have been possible without the hard work of the FreeBSD GNOME Team and our intrepid band of testers including J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi, Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen, Phillip Neumann, Franz Klammer, and Neal Delmonico.
* Update to 2.16.5.mezz2007-01-303-5/+7
|
* Update to 2.16.4.marcus2006-12-142-4/+4
| | | | | Security: This fixes the memory disclosure vulnerability described in CVE-2006-6105.
* Update to 2.16.3.marcus2006-11-232-5/+4
|
* - Allow to lift the annoying ~/.xsession-errors size limitjylefort2006-10-313-3/+37
| | | | - Start gdm if gnome_enable is set to yes in /etc/rc.conf
* Update to 2.16.2.marcus2006-10-313-25/+4
|
* Fix a crash that can occur due to a NULL pointer dereference when enablingmarcus2006-10-202-0/+21
| | | | | | | the greeter. Obtained from: gdm2 CVS Approved by: portmgr (implicit)
* Presenting GNOME 2.16.1 for FreeBSD. This release represents a massivemarcus2006-10-146-41/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | amount of work by the FreeBSD GNOME Team and our testers. On top of the usual GNOME update, we have taken this opportunity to move GNOME from X11BASE to LOCALBASE. This means roughly 600 ports NOT part of the GNOME Desktop also need to be changed. The bulk of the move was carried out by ahze, mezz, and pav, but it would not have been possible without cooperation from the FreeBSD KDE team who worked with us to make sure GNOME and KDE can still coexist happily. We would also like to send a shout out to kris and pointyhat for putting up with multiple test runs until we got something that was solid. Back to GNOME 2.16. This release brings a huge amount of new functionality to FreeBSD. The standard release notes can be read at http://www.gnome.org/start/2.16/ . But on top of what you will read there, jylefort and marcus have completed work on a port of HAL to FreeBSD. This will allow FreeBSD to take advantage of closer hardware interaction such as auto-mounting CD-ROMs, USB drives, and music players; auto-playing audio CDs; and managing laptop power consumption. But where would this all be without our loyal testers and contributors? Therefore, the FreeBSD GNOME team would like to thank the following users: Phillip Neumann <pneumann@gmail.com> tmclaugh mux Yuri Pankov <yuri.pankov@gmail.com> chinsan Thomas <freebsdlists@bsdunix.ch> Brian Gruber <knightbg@yahoo.com> Franz Klammer <klammer@webonaut.com> Dominique Goncalves <dominique.goncalves@gmail.com> Pascal Hofstee <caelian@gmail.com> Yasuda Keisuke <kysd@po.harenet.ne.jp> backyard <backyard1454-bsd@yahoo.com> Andris Raugulis <endrju@null.lv> <endrju@null.lv> Eric L. Chen <d9364104@mail.nchu.edu.tw> Pawel Worach <pawel.worach@gmail.com> QuiRK on #freebsd-gnome Shane Bell <decept0@gmail.com> luigi sajd on #freebsd-gnome sat Chris Coleman <chrisc@vmunix.com> kaeru on #freebsd-gnome crsd_ via irc.freenode.org/#FreeBSD-GNOME Joel Diaz <joeldiaz@mac.com> Enjoy! Approved by: portmgr (implicit, kris)
* - Update to 2.14.10ahze2006-08-012-5/+4
|
* Fix a typo of swedish locale, sv_SV.UTF-8 -> sv_SE.UTF-8. Bump themezz2006-07-172-1/+2
| | | | | | | PORTREVISION. PR: ports/100360 Submitted by: Rasmus Kaj <kaj@kth.se>
* Update to 2.14.8.marcus2006-06-082-4/+4
|
* Update to 2.14.7.marcus2006-05-273-16/+9
|
* Don't chgrp the /var/gdm directory to gdm during the instal phase since themarcus2006-05-171-3/+10
| | | | | | | gdm user may not exist on the system yet. Instead, let the pkg-install script do this after verifying the gdm user and group exists. Reported by: pointyhat via kris
* Update to 2.14.6.marcus2006-05-136-54/+9
|
* - Correct brazilian portuguese entrypav2006-05-111-1/+1
| | | | Reported by: garga
* Update to 2.14.5.marcus2006-05-043-116/+7
|
* Presenting GNOME 2.14.1 for FreeBSD! Checkoutmarcus2006-04-3010-67/+210
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://www.gnome.org/start/2.14/ for the official release notes, and a list of all the gooides in this new release. In particular, GNOME 2.14 focused on performance, and they did not miss the mark. There's some new eye candy, but most of the big things are waiting until GNOME 2.16. On the FreeBSD side, we tried to clean up all the crashers we could. In particular, we really improved GNOME's 64-bit support. The good news is that this release does not bring any big shared library version bumps, so you can almost do a simple portupgrade to get to 2.14. There are a few minor gotchas that will be documented in UPDATING shortly. The FreeBSD GNOME Team would like th thank the following users for their patches, feedback, and sometimes incessant complaing about crashes (you know who you are). Yasuda Keisuke <kysd@po.harenet.ne.jp> Pascal Hofstee <caelian@gmail.com> rmgls@wanadoo.fr tmclaugh Yuri Pankov <yuri.pankov@gmail.com> sajd on #freebsd-gnome ade ankon on #FreeBSD-Gnome mux Pascal Hofstee <caelian@gmail.com> QuiRK on #freebsd-gnome Vladimir Timofeev <vovkasm@gmail.com>
* Conversion to a single libtool environment.ade2006-02-232-2/+6
| | | | Approved by: portmgr (kris)
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Require moused before our rc script runs to ensure X is ready for us.marcus2006-01-012-3/+7
| | | | Suggested by: Stefan Thurner <thurners@nicsys.de>
* Seems -CURRENT needs a few tweaks to get gdm starting correctly. First,marcus2005-12-063-5/+6
| | | | | we need to depend on LOGIN and cleanvar in our rc.d script, plus, we need to enable VTAllocation.
* Update to 2.8.0.7.marcus2005-11-294-88/+4
|
* Remove shutdown keyword from the rcNG script since GDM will kill itself atmarcus2005-11-262-1/+2
| | | | | | shutdown. Reported by: Stefan Thurner <stefan.thurner@mb.tu-chemnitz.de>
* Update to 2.8.0.6.marcus2005-11-193-4/+68
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* IPv6 support no logner disables IPv4 support.marcus2005-11-071-1/+1
| | | | Spotted by: ahze
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-0/+1
|
* Update to 2.8.0.5.marcus2005-10-042-3/+3
|
* Update to 2.8.0.4.marcus2005-09-073-4/+6
|
* * Update to 2.8.0.3marcus2005-08-298-75/+54
| | | | | * Fix a long-standing bug where gdmphotosetup would not work as a non-root user since it could not open the glade files
* Fix the build on 4.X.marcus2005-07-041-2/+49
|
* Update to 2.8.0.1.marcus2005-07-045-319/+6
|
* Correct a severe security issue if a user without a home directory logs inmarcus2005-06-282-9/+42
| | | | | | | | | via GDM. In such a case, the user would have had root:gdm privileges. This is now fixed by correctly changing back to the user's uid:gid. Submitted by: Pawel Worach <pawel.worach@gmail.com> Obtained from: http://bugzilla.gnome.org/show_bug.cgi?id=308050 Security: This fixes a potential privilege escalation problem
* - Fix plist for xorg users, gdm-dmx-reconnect-proxy wantsahze2005-06-222-1/+7
| | | | | | X11/extensions/dmxext.h which xorg doesn't install Help figuring what was wrong:
* - Add missing file to plistahze2005-06-222-0/+2
|
* Fix the build on 4.X.marcus2005-06-123-3/+284
|
* Update to GDM 2.8.0.0.marcus2005-06-118-68/+74
| | | | Submitted by: sajd on #freebsd-gnome
* Improve the startup script:jylefort2005-06-102-13/+2
| | | | | - Remove useless start_cmd/stop_cmd - Set procname (unbreaks status)
* Fix an infinite loop that can occur when gnome-session attempts a logout.marcus2005-05-122-0/+43
| | | | | | | What happens is gdm gets locked in a tight loop forever reading, but never processing, the EOF from the IPC socket. PR: 80906 (amongst others)
* - Beautify console messagespav2005-05-041-2/+2
| | | | | PR: ports/80577 Submitted by: Stefan Thurner <stefan.thurner@mb.tu-chemnitz.de>
* Pad the "Sarting GDM" phrase with a leading space.marcus2005-04-251-1/+1
| | | | Reported by: thurners@t-online.de
* Update to 2.6.0.9.adamw2005-04-123-4/+5
|
* Install a rcNG startup script, instead of the old one.kwm2005-04-115-44/+34
| | | | Remove some comment about a bug in pam for FreeBSD < 5.1-Release.
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-0/+1
|
* - Update WWW: lineahze2005-03-091-1/+1
|
* Update to 2.6.0.8.marcus2005-03-085-21/+25
|
* The glibc strftime padding options were MFC'd to 5-STABLE. Let's use them.marcus2005-02-211-1/+2
|
* Update to 2.6.0.7.marcus2005-02-044-5/+10
|
* - Move x11/gdm2 to x11/gdmpav2005-01-2512-0/+612
|
* Begin the de-orbit burn of the GNOME 1.4 desktop. This is phase I. Allmarcus2003-07-1619-844/+0
| | | | core desktop components are being removed.
* Remove USE_GNOMENG.marcus2003-04-211-1/+0
|
* Fix the checks when installing config files.marcus2003-04-091-9/+9
| | | | Obtained from: x11/gdm2
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Properly install the config files when installing from package.marcus2003-02-201-0/+9
|
* One more pass at the gdm's. This time, allow the gdm user and group tomarcus2003-01-222-12/+4
| | | | | | be created even if BATCH is defined. Also, set PKG_PREFIX from the port Makefile so we can take care of directory permissions within the pkg-install script for both the port and package.
* Correct last commit. PKG_PREFIX is only set by pkg_add, thus when building themarcus2003-01-202-2/+10
| | | | | | port, the variable does not exist. Spotted by: Mark Hannon <markhannon@optusnet.com.au>
* Make sure directory permissions are properly set when installing frommarcus2003-01-202-6/+4
| | | | package.
* Remove ${X11BASE}/sbin if it exists and is not empty.marcus2003-01-141-0/+1
| | | | Reported by: bento
* Fix install on -CURRENT.marcus2002-10-202-2/+10
| | | | | Submitted by: bento Obtained from: gdm2
* GNOME has just changed the layout of their FTP site. This resulted inmarcus2002-09-211-1/+1
| | | | | making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location.
* Add a missing dependency on libglade.marcus2002-09-091-1/+1
| | | | Submitted by: bento
* Fix a typo in one of the patches.marcus2002-08-261-1/+1
|
* * Change the uid:gid for gdm to 92 as mailman already has 91marcus2002-08-104-12/+112
| | | | | * Don't overwrite config files * Bump PORTREVISION
* Use USE_GNOMENG.sobomax2002-07-185-60/+21
|
* add missing files.nork2002-04-291-0/+1
| | | | | Not objected to by: gnome Reviewed by: knu (mentor)
* Do not show the security warning dialog if BATCH is set (it causesolgeni2002-04-251-1/+3
| | | | sysinstall to hang).
* Update to 2.2.5.5.sobomax2002-03-146-69/+141
|
* Add missed IS_INTERACTIVE=yes when not building on bento.sobomax2002-03-061-1/+5
| | | | | PR: 35236 Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
* Make face browser working.sobomax2002-01-312-1/+28
| | | | | PR: 34429 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Fix installation when /usr/sbin not in the PATH.sobomax2002-01-291-4/+5
| | | | | PR: 34289 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* When building on bento use numeric UID/GID because bento knows nothing aboutsobomax2002-01-251-0/+4
| | | | | user gdm and group gdm, so that the build is likely to fail. No PORTREVISION bump because this just unbreaks the build on bento.
* Use user name instead of UID when setting owner for the directory withsobomax2002-01-241-1/+1
| | | | | | | | config files. This is necessary in the case when user already have gdm user registered in his /etc/passwd, but with different UID. No PORTREVISION bump because package remains the same. Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Use correct permissions for ${PREFIX}/share/gnome/gdm.sobomax2002-01-151-0/+1
| | | | Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Remove pkg-req - we don't need it anymore.sobomax2002-01-151-21/+0
| | | | Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* When installing package automagically create required user/group if they don'tsobomax2002-01-152-7/+37
| | | | | | | exist. This should make it possible to do unattented installation of pre-built gdm package and gnome meta-package. Bump PORTREVISION. Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Kill useless hunk.sobomax2002-01-111-10/+0
|
* Respect user's settings in /etc/login.conf. Bump PORTREVISION.sobomax2002-01-114-0/+200
| | | | | Submitted by: Volker Stolz <stolz@hyperion.informatik.rwth-aachen.de> Reviewed by: Joe Clarke <marcus@marcuscom.com>, sobomax
* Sync with reality.sobomax2002-01-021-3/+0
| | | | | PR: 33473 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Update to 2.2.5.4.sobomax2002-01-023-23/+2
|
* Set correct group for users' session.sobomax2001-12-312-0/+21
| | | | | PR: 33372 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Update pkg-message to match reality.sobomax2001-12-301-5/+5
| | | | | PR: 33324 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Upgrade 2.2.5.3.sobomax2001-12-293-3/+8
| | | | | PR: 33250 Submitted by: Joe Marcus Clarke <marcus@marcus.com>
* Correct locale names for use on FreeBSD. Bump PORTREVISION.sobomax2001-12-203-12/+80
| | | | | PR: 32840 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Backout previous change - it seems that new revision of the patch doesn'tsobomax2001-12-201-17/+8
| | | | | | apply everywhere. Submitted by: Todd Punderson <todd@doonga.net>
* Don't filter libc_r on 5-CURRENT.sobomax2001-12-201-8/+17
|
* Update to 2.2.5.2.sobomax2001-11-277-54/+50
|
* Apply some black cvs magick to readd patch-ar properly.sobomax2001-10-161-0/+19
|
* Apply some black cvs magick to readd patch-ar properly.sobomax2001-10-161-19/+0
|
* Fix several incompatibilities with FreeBSD. This makes gdm working, at leastsobomax2001-10-163-0/+37
| | | | | | | on my 5-CURRENT with XFree86-3.3.6. PR: 31309 Submitted by: Heath Nielson <heath@cs.byu.edu>
* Update to 2.2.4.2demon2001-10-074-31/+2
|
* Update to 2.2.4.1.sobomax2001-10-0210-79/+161
| | | | | PR: 30955 Submitted by: Stijn Hoop <stjin@win.tue.nl>
* Upgrade to 2.2.3.2demon2001-08-166-20/+19
|
* Update to 2.2.2.1ade2001-06-056-31/+66
| | | | | PR: 27855 (in part) Submitted by: Anders Nordby <anders@fix.no>
* SWitch maintainership of core GNOME ports to a small group ofade2001-05-121-1/+1
| | | | | committers (gnome@FreeBSD.org), since this is now definitely too big for just one person.
* Update to 2.2.1ade2001-05-097-38/+31
|
* Typo fixes:olgeni2001-04-231-1/+1
| | | | | serurity -> security enviroment -> environment
* Update to 2.2.0nakai2001-04-2214-186/+98
| | | | - Now it needs to make gdm user and gdm group.
* -pthread --> ${PTHREAD_LIBS}sobomax2001-03-301-1/+1
| | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly.
* Add pkg-messagenakai2000-10-172-1/+24
| | | | Submitted by: Stijn Hoop <stijn@win.tue.nl>
* ${PKGDIR}/INSTALL -> ${PKGINSTALL}. I'm also giving it PRE-INSTALL asasami2000-10-081-1/+1
| | | | the second argument.
* Implement USE_GNOME, part 2.reg2000-10-051-10/+1
|
* Increment PORTREVISIONnakai2000-09-161-0/+1
| | | | Submitted by: Kris Kennaway <kris@FreeBSD.org>
* Remove locale descriptionnakai2000-09-161-4/+0
|
* Add patch for disable LC_CTYPE.nakai2000-09-161-0/+8
| | | | | So now we can use Japanese locale from GDM. (also some other language.)
* Add dialog to warn security issue to users.nakai2000-09-142-0/+12
|
* Initial release.nakai2000-09-1316-0/+331
GNOME version of xdm display manager. This gdm has been a headache for us, the GNOME binary maintainer for FreeBSD. Half of patches are from NetBSD pkgsrc system. Thanks for NetBSD and TAKANO Yuji <takachan@running-dog.net>!