non port: x11/gdm/Makefile |
SVNWeb
|
Number of commits found: 195 (showing only 100 on this page) |
Tue, 13 Dec 2022
|
[ 12:23 Baptiste Daroussin (bapt) ] a354ca4
x11/gdm: remove call to gconftool-2
since gdm3 gconf is not needed
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 27 Jul 2022
|
[ 12:58 Baptiste Daroussin (bapt) ] 5b77ae0
x11/gdm: use pkg-message to show message on remove
|
Wed, 20 Jul 2022
|
[ 14:23 Tobias C. Berner (tcberner) ] d357bca (Only the first 10 of 288 ports in this commit are shown above. )
x11: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexander Matey <matey@cis.ohio-state.edu>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Alexey Mikhailov <karma@ez.pereslavl.ru>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Anton Toernqvist <antont@inbox.lv> (Only the first 15 lines of the commit message are shown above )
|
Sat, 16 Apr 2022
|
[ 20:32 Neel Chauhan (nc) ] a21252d
x11/gdm: Unlock the user's keyring during login
PR: 263309
Reported by: cyclaero AT gmail DOT com
|
Sun, 27 Mar 2022
|
[ 20:04 Neel Chauhan (nc) ] 0165552
x11/gdm: Fix bug where we go to console on logout
|
Tue, 22 Mar 2022
|
[ 22:02 Neel Chauhan (nc) ] f3439a4 (Only the first 10 of 16 ports in this commit are shown above. )
x11/gdm: Update to 42.0
|
Sat, 5 Feb 2022
|
[ 00:49 Neel Chauhan (nc) ] 85f8326
x11/gdm: Use /usr/sbin/chown, not /sbin/chown in Xsession patches
|
Tue, 1 Feb 2022
|
[ 16:53 Neel Chauhan (nc) ] 61f52b3
x11/gdm: Use vt09 like gdm 3.28.4
|
Mon, 31 Jan 2022
|
[ 21:06 Neel Chauhan (nc) ] a69eab3 (Only the first 10 of 54 ports in this commit are shown above. )
x11/gdm: Update to 41.3
Differential Revision: https://reviews.freebsd.org/D34088
|
Sun, 10 Oct 2021
|
[ 19:44 Baptiste Daroussin (bapt) ] 2c672a4 (Only the first 10 of 586 ports in this commit are shown above. )
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sat, 6 Feb 2021
|
[ 19:13 bapt ]
Drop dependency on gconf, this port does not actually depend on it
|
Thu, 5 Nov 2020
|
[ 15:54 0mp ]
Fix typos in the LICENSE_FILE variable name
Approved by: portmgr blanket
|
Fri, 9 Oct 2020
|
[ 20:06 bapt ]
Remove from the gnome session a list of required dbus services that no
longer exists
|
Sat, 3 Oct 2020
|
[ 16:31 0mp ]
x11/gdm: Install gconftool-2 as it is needed by pkg-install
Before this patch, the following error could be observed during the
installation of the port:
===> Creating homedir(s)
/bin/sh: gconftool-2: not found
chown: /usr/local/etc/gdm/home/.gconf.mandatory: No such file or directory
chmod: /usr/local/etc/gdm/home/.gconf.mandatory: No such file or directory
chmod: /usr/local/etc/gdm/home/.gconf.mandatory/*.xml: No such file or
directory
GDM is installed.
Specifying USE_GNOME+=gconf2 seems to fix the error messages.
(BTW, for some reason the gconf2 dependency was removed in r372768.)
Approved by: portmgr blanket
MFH: 2020Q4
|
[ 16:12 0mp ]
x11/gdm: Fix pkg-message
pkg-message does not contain %%PREFIX%% anymore, so a sed(1) call is not
necessary. In addition to that, passing pkg-message though fmt(1) was
breaking the UCL inside causing pkg-message to not be displayed at all.
Approved by: portmgr blanket
MFH: 2020Q4
|
[ 16:07 0mp ]
x11/gdm: Switch to USES=localbase
Approved by: portmgr blanket
|
[ 16:00 0mp ]
x11/gdm: @sample-ify some GDM files in etc/
It's been reported that it would be desired to treat the following
files as samples:
- etc/dbus-1/system.d/gdm.conf.sample
- etc/gdm/Init/Default.sample
- etc/gdm/Xsession.sample
- etc/pam.d/gdm-autologin.sample
- etc/pam.d/gdm-launch-environment.sample
- etc/pam.d/gdm-password.sample
PR: 187558
Submitted by: Eugene M. Kim <astralblue@gmail.com
Reported by: robmessick@gmail.com
Approved by: maintainer timeout
|
Tue, 29 Sep 2020
|
[ 12:44 bapt ]
Drop runtime dependency on gnome-shell to kill circular dependency
as gnome-shell run depends on gdm (cannot start without it)
|
[ 12:07 bapt ] (Only the first 10 of 108 ports in this commit are shown above. )
First batch at upgrading gnome to 3.36/3.38
Update evolution-dataserver to 3.38.0 and because of ABI breakage update ports
depending on it
Update bijiben to 3.38.0
Update gnome-calendar to 3.38.0
Update gnome-contacts to 3.38
Update gnome-maps to 3.38.0
Patch gnome-todo to work with newer evolution-dataserver (patched obtained from
OpenBSD/Archlinux)
Update evolution to 3.38.0
Update evolution-ews to 3.38.0 (among changes it brings support for office365)
Update folks to 0.14.0
Update cheese to 3.38.0 (Only the first 15 lines of the commit message are shown above )
|
Thu, 7 Nov 2019
|
[ 18:36 zeising ] (Only the first 10 of 432 ports in this commit are shown above. )
Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
|
Wed, 1 May 2019
|
[ 19:35 rene ] (Only the first 10 of 128 ports in this commit are shown above. )
Remove esound support from pulseaudio as audio/esound expired.
Bump PORTREVISIONs of dependent ports.
Build-tested in poudriere on a head-amd64 jail for audio/pulseaudio*
|
Wed, 23 Jan 2019
|
[ 10:29 tobik ]
x11/gdm: Correct CPE (do not set CPE_VENDOR twice)
There are no CPE that match
cpe:2.3:a:gnome_display_manager:gdm:*:*:*:*:*:*
Correct it to
cpe:2.3:a:gnome:gnome_display_manager:*:*:*:*:*:*:*:*
PR: 234851
Approved by: gnome (maintainer timeout, 2 weeks)
Differential Revision: https://reviews.freebsd.org/D18801
|
Tue, 13 Nov 2018
|
[ 17:54 kwm ]
Update gdm to 3.28.4.
Obtained from: GNOME devel repo.
|
Sun, 30 Sep 2018
|
[ 11:58 kwm ] (Only the first 10 of 732 ports in this commit are shown above. )
The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.
The offical GNOME 3.28 release notes can be found at
https://help.gnome.org/misc/release-notes/3.28/
Thanks to Antoine Brodin for running the exp-runs.
PR: 229761
|
Tue, 11 Sep 2018
|
[ 18:34 zeising ] (Only the first 10 of 331 ports in this commit are shown above. )
Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG. Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.
PR: 230909
Reviewed by: eadler
Approved by: portmgr (antoine)
Obtained
from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D16906
|
Tue, 31 Jul 2018
|
[ 18:41 zeising ] (Only the first 10 of 254 ports in this commit are shown above. )
Switch to xorgproto instead of individual packages
Upstream used to distribute protocol headers as separate packages, but has
decided to merge those to a common package, named xorgproto. This update
tracks that change.
* Add a new port, x11/xorgproto, with are protocol headers for xorg.
* Hook the new protocol port to the build and to infrastructure in
bsd.xorg.mk.
* Update all ports with a dependency on any of the old *proto packages to
instead depend on xorgproto. Bump portrevision.
* Delete the old *proto packages, update MOVED.
PR: 230023
Submitted by: zeising
Approved by: portmgr (antoine)
exp-run by: antoine
|
Fri, 22 Sep 2017
|
[ 10:48 mat ] (Only the first 10 of 175 ports in this commit are shown above. )
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488
|
Mon, 21 Aug 2017
|
[ 16:55 mat ]
Cleanup ${PORTSDIR}/ from *DEPENDS.
Sponsored by: Absolight
|
Sat, 5 Aug 2017
|
[ 10:58 kwm ] (Only the first 10 of 20 ports in this commit are shown above. )
Update consolekit to 1.2.0.
* Rename consolekit to consolekit2 to reflect that consolekit2 is a new
project, even if it the continuation of the old consolekit project.
* Expand pkg-descr with some background info.
* Add license
* ConsoleKit2 has been ported to GDbus, so dbus-glib is not anymore required
* Add GObject introspection support for desktops environment such Pantheon or
Deepin.
* Thanks to Jesper Schmitz Mouridsen, Ben Woods and Olivier Duchateau for
assisting with there versions of the port, suggesting changes and testing.
PR: 202269
|
Sun, 9 Oct 2016
|
[ 12:10 jbeich ] (Only the first 10 of 53 ports in this commit are shown above. )
devel/nspr, security/nss: drop version from SONAME
No other downstream appends synthetic library version, and doing so
causes underlinking due to fragile build system (see below). Not to
mention being unable to swap out bundled libs from upstream builds.
$ cc -lplds4 -L/usr/local/lib
/usr/lib/crt1.o: In function `_start1':
crt1_c.c:(.text+0xa6): undefined reference to `main'
/usr/local/lib/libplds4.so: undefined reference to `pthread_set_name_np'
/usr/local/lib/libplds4.so: undefined reference to `pthread_create'
/usr/local/lib/libplds4.so: undefined reference to `pthread_condattr_init'
/usr/local/lib/libplds4.so: undefined reference to `pthread_setschedparam'
/usr/local/lib/libplds4.so: undefined reference to `pthread_getschedparam'
PR: 213144
Exp-run by: antoine
|
Fri, 1 Apr 2016
|
[ 14:33 mat ] (Only the first 10 of 2136 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
|
[ 13:18 mat ] (Only the first 10 of 172 ports in this commit are shown above. )
Fixup some whitespace at the beginning of lines problems.
With hat: portmgr
Sponsored by: Absolight
|
Mon, 21 Mar 2016
|
[ 05:54 rm ]
Drop bogus libgnome-keyring dependency
And add dependency upon libsecret where needed. Bump PORTREVISION
because of dependency change. For x11/gdm also drop KEYRING option
and corresponding logic bits - this functionality is now available
unconditionally.
Differential Revision: D5690
Reviewed by: kwm, mat
|
Sat, 12 Dec 2015
|
[ 11:01 kwm ] (Only the first 10 of 52 ports in this commit are shown above. )
Update to the lastest GNOME 3.16 releases.
|
Sat, 21 Nov 2015
|
[ 19:59 kwm ]
Add CPE info, and fix some whitespace issues.
PR: 204695
Submitted by: shun <shun.fbsd.pr@dropcut.net>
|
Wed, 18 Nov 2015
|
[ 10:21 kwm ]
Fix lockscreen bypass.
MFH: 2015Q4
Security: 68847b20-8ddc-11e5-b69c-c86000169601
|
Thu, 15 Oct 2015
|
[ 14:55 mat ] (Only the first 10 of 135 ports in this commit are shown above. )
Drop 8 support.
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3694
|
Wed, 5 Aug 2015
|
[ 19:13 kwm ] (Only the first 10 of 601 ports in this commit are shown above. )
The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.
The offical GNOME 3.16 release notes can be found at
https://help.gnome.org/misc/release-notes/3.16/
Upgrade instructions for port users:
Delete the old tracker package with:
# pkg delete -f tracker
And user port upgrade tool of choice to upgrade.
Thanks to Antoine Brodin for running the exp-runs.
This release was made possible by the following people:
Gustau Perez
Ting-Wei_Lan
PR: 201980
|
Fri, 10 Apr 2015
|
[ 12:50 kwm ] (Only the first 10 of 24 ports in this commit are shown above. )
Mini gnome update. Next stop GNOME 3.16!
Update rhythmbox to 3.2.
Update gnome-tweak-tool to 3.14.3.
Update gnome-mines to 3.14.2.
Update eog to 3.14.4.
Update geary to 0.10.0.
Update tracker to 1.2.6.
Update gdm to 3.14.2.
Update gtk30 to 3.14.12.
Update gtksourceview3 to 3.14.4.
Obtained from: GNOME dev repo
|
Wed, 19 Nov 2014
|
[ 11:49 kwm ] (Only the first 10 of 1460 ports in this commit are shown above. )
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.
Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up.
This commit removes the old GNOME 2 desktop, bindings and some ports that
can't be compiled. A few ports where updated to more recent versions to
allow them to compile with this update.
Apart from updating ports to newer versions
GDM is more integrated with gnome-shell now, and handles several things for
the GNOME desktop such as screen locking. If you want to use GNOME 3 via
startx, you will have to add your own lock screen/screensaver. For example
xscreensaver
can be used for sessions started without GDM.
Shell Extensions can be installed via https://extensions.gnome.org/ , we have (Only the first 15 lines of the commit message are shown above )
|
Mon, 20 Oct 2014
|
[ 10:34 marino ] (Only the first 10 of 13 ports in this commit are shown above. )
Add USES=alias to several ports
Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD
by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build
without the need for additional patches.
Approved by: portmgr (bapt, blanket)
|
Tue, 5 Aug 2014
|
[ 06:24 bapt ]
USES=execinfo
|
Wed, 11 Jun 2014
|
[ 14:50 tijl ] (Only the first 10 of 297 ports in this commit are shown above. )
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above )
|
Mon, 14 Apr 2014
|
[ 10:30 tijl ] (Only the first 10 of 18 ports in this commit are shown above. )
Bump PORTREVISIONs for r350704 (liferea), r350914 (libxklavier),
r350957 (glade3).
gnome-control-center, gnome-settings-daemon, gnome-screensaver:
- Staging.
- New LIB_DEPENDS syntax.
- USES=tar:bzip2.
|
Fri, 11 Apr 2014
|
[ 13:18 bapt ]
Avoid code duplication between pkg-install and plist
Fix leftovers
|
[ 09:55 bapt ] (Only the first 10 of 14 ports in this commit are shown above. )
Stageify libxkalvier
USES libtool
Chase libxklavier shlib change
On all ports depending on libxklavier:
- Support stage
- USES=libtool when possible to reduce overlinking
- Support packaging as a user
|
Fri, 20 Sep 2013
|
[ 23:43 bapt ] (Only the first 10 of 483 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11)
|
Tue, 3 Sep 2013
|
[ 14:08 bapt ] (Only the first 10 of 23 ports in this commit are shown above. )
Add an explicit dependency on pkgconf
|
Thu, 6 Jun 2013
|
[ 20:24 ohauer ]
- fix OPTIONS spelling
|
Fri, 26 Apr 2013
|
[ 10:44 ak ] (Only the first 10 of 277 ports in this commit are shown above. )
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt)
|
Tue, 19 Mar 2013
|
[ 10:40 kwm ] (Only the first 10 of 47 ports in this commit are shown above. )
Convert almost all gnome@ ports to OptionsNG, trim header, use USES=pathfix
instead of gnomehack and pet portlint.
Add conflicts with future gnome3 versions.
Reviewed by: miwi, bapt
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Fri, 16 Mar 2012
|
[ 03:45 mezz ]
Fix the rc.d script:
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
|
Mon, 2 Jan 2012
|
[ 19:21 marcus ]
Make sure to exit if there is a problem setting up the desktop session.
If not, the user would be dropped in as root.
PR: 159721
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
|
Sat, 25 Jun 2011
|
[ 14:52 mezz ]
Before, the setusercontext(3) call in gdm is missing a few flags. Replace
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
|
Tue, 29 Mar 2011
|
[ 13:40 kwm ]
Fix privilege escalation vulnerability.
Obtained from: upstream git
Security: c6fbd447-59ed-11e0-8d04-0015f2db7bde
|
Sat, 20 Nov 2010
|
[ 15:37 kwm ] (Only the first 10 of 609 ports in this commit are shown above. )
Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for this
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 (Only the first 15 lines of the commit message are shown above )
|
Sun, 15 Aug 2010
|
[ 17:07 kwm ]
Update to 2.30.5.
|
Sun, 25 Jul 2010
|
[ 19:35 kwm ] (Only the first 10 of 129 ports in this commit are shown above. )
Presenting GNOME 2.30.2. for FreeBSD.
|
Mon, 31 May 2010
|
[ 02:01 ade ] (Only the first 10 of 1416 ports in this commit are shown above. )
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
|
Mon, 10 May 2010
|
[ 21:19 kwm ] (Only the first 10 of 772 ports in this commit are shown above. )
Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for this
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. (Only the first 15 lines of the commit message are shown above )
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Thu, 7 Jan 2010
|
[ 21:33 marcus ]
Add a missing BUILD_DEPENDS on iso-codes. This will ensure that language
information can be loaded.
Reported by: Joseph S. Atkinson <jsa.bsd@gmail.com>
|
Sat, 19 Dec 2009
|
[ 05:59 marcus ]
* Update to 2.28.2.
* Properly add support for reading keyboard invariants from hal. [1]
PR: 141143 [1]
Submitted by: Andreas Wetzel <mickey242@gmx.net> [1]
|
Sun, 6 Dec 2009
|
[ 23:03 marcus ]
Add keyboard invariant support to GDM.
PR: 141143
Submitted by: Andreas Wetzel <mickey242@gmx.net>
|
[ 23:00 marcus ]
Fix the language list in GDM.
PR: 141136
Submitted by: MOROHOSHI Akihiko <moro@remus.dti.ne.jp>
|
Sat, 28 Nov 2009
|
[ 20:06 marcus ] (Only the first 10 of 823 ports in this commit are shown above. )
Presenting GNOME 2.28.1 for FreeBSD. The official release notes for this
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.
(Only the first 15 lines of the commit message are shown above )
|
Sun, 6 Sep 2009
|
[ 21:18 flz ] (Only the first 10 of 11 ports in this commit are shown above. )
Add support to create users and groups from information stored in UIDs/GIDs
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
|
Tue, 25 Aug 2009
|
[ 04:44 marcel ]
On ia64, gdm (indirectly) uses log10 and ceil. Add libm to the
list of libraries to link against.
Ok'd by: marcus
|
Fri, 31 Jul 2009
|
[ 13:57 dinoex ] (Only the first 10 of 3009 ports in this commit are shown above. )
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
|
Sat, 6 Jun 2009
|
[ 19:12 marcus ]
Add a missing dependency on gnome-session.
PR: 135242
|
Mon, 1 Jun 2009
|
[ 22:52 marcus ]
Fix a problem with GConf paths.
|
Sun, 31 May 2009
|
[ 20:00 marcus ]
* Fix hardcoded use of /usr/local.
* Re-add support for reading /etc/login.conf. [1]
PR: 133793 [1]
Submitted by: thomas [1]
|
Sat, 16 May 2009
|
[ 22:15 marcus ]
* Fix XDMCP support with gdm. Note: that for IPv4 support to work, one
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.
|
Sun, 3 May 2009
|
[ 06:30 marcus ]
Add an explicit dependency on hal.
|
[ 02:54 marcus ]
* Add support for a gdm_lang rc.conf macro to control the locale used by
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]
|
Fri, 24 Apr 2009
|
[ 06:38 kwm ] (Only the first 10 of 161 ports in this commit are shown above. )
Presenting GNOME 2.26.1 for FreeBSD.
Approved by: portmgr (marcus)
|
Fri, 10 Apr 2009
|
[ 05:56 marcus ] (Only the first 10 of 480 ports in this commit are shown above. )
Presenting GNOME 2.26 for FreeBSD. See
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.
|
Sat, 31 Jan 2009
|
[ 21:50 marcus ]
Take a stab at working around the hald/gdm race. After we loop waiting
for the getty, loop waiting for hald to be ready.
|
Mon, 26 Jan 2009
|
[ 17:56 marcus ]
Depend on hald when starting up so that we have a better chance of finding
all necessary input devices.
|
Sun, 11 Jan 2009
|
[ 17:10 marcus ]
Cleanup the gdm home directory.
Reported by: pointyhat via pav
|
Sat, 10 Jan 2009
|
[ 05:22 marcus ] (Only the first 10 of 718 ports in this commit are shown above. )
Presenting GNOME 2.24 for FreeBSD.
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 (Only the first 15 lines of the commit message are shown above )
|
Mon, 5 Jan 2009
|
[ 19:42 wxs ]
- Remove conditional checks for FreeBSD 5.x and older
Approved by: pav
|
Mon, 8 Sep 2008
|
[ 03:04 marcus ]
Update to 2.20.8.
|
Sun, 17 Aug 2008
|
[ 17:30 marcus ]
Restore the ability to process gdm_flags when starting.
Reported by: jhay
|
Sun, 27 Jul 2008
|
[ 20:18 marcus ]
* Add support for integrating GDM with GnomeKeyring and PAM
* Remove some ancient PAM checks
PR: 125983
Submitted by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
|
Sat, 26 Jul 2008
|
[ 01:20 vs ]
gdmchooser/XDMCP:
- 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@
|
Tue, 1 Jul 2008
|
[ 02:16 mezz ]
Update to 2.20.7.
|
Mon, 9 Jun 2008
|
[ 05:31 marcus ]
* Make sure seahorse-agent is only run when we're starting gnome-session
* Run seahorse-agent using dbus-launch
* No longer run ssh-agent when running gnome-session as gnome-keyring-daemon
provides this functionality
|
Sun, 8 Jun 2008
|
[ 19:23 marcus ]
Add the ability to spawn seahorse-agent from gdm rather than from every
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>
|
Fri, 6 Jun 2008
|
[ 14:09 edwin ] (Only the first 10 of 151 ports in this commit are shown above. )
Bump portrevision due to upgrade of devel/gettext.
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)
|
Wed, 14 May 2008
|
[ 18:16 mezz ]
Update to 2.20.6.
|
Mon, 7 Apr 2008
|
[ 21:36 marcus ]
Update to 2.20.5.
|
Wed, 26 Mar 2008
|
[ 03:14 marcus ]
Add a delay loop which keeps GDM from starting until the gettys have been
allocated. This will allow ConsoleKit to properly initialize.
|
Mon, 24 Mar 2008
|
[ 03:50 marcus ] (Only the first 10 of 712 ports in this commit are shown above. )
The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 for
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
|
Mon, 7 Jan 2008
|
[ 22:49 mezz ]
Update to 2.20.3.
|
Number of commits found: 195 (showing only 100 on this page) |