Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
05 Nov 2020 15:54:12
3.28.4_5

|
0mp  |
Fix typos in the LICENSE_FILE variable name
Approved by: portmgr blanket |
09 Oct 2020 20:06:57
3.28.4_5

|
bapt  |
Remove from the gnome session a list of required dbus services that no
longer exists |
03 Oct 2020 16:31:10
3.28.4_4

|
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 |
03 Oct 2020 16:12:49
3.28.4_3

|
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 |
03 Oct 2020 16:07:35
3.28.4_2

|
0mp  |
x11/gdm: Switch to USES=localbase
Approved by: portmgr blanket |
03 Oct 2020 16:00:21
3.28.4_2

|
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 |
29 Sep 2020 12:44:38
3.28.4_1

|
bapt  |
Drop runtime dependency on gnome-shell to kill circular dependency
as gnome-shell run depends on gdm (cannot start without it) |
29 Sep 2020 12:07:28
3.28.4_1

|
bapt  |
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 ) |
07 Nov 2019 18:36:56
3.28.4_1

|
zeising  |
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. |
14 Aug 2019 12:25:52
3.28.4_1

|
mat  |
Convert to UCL & cleanup pkg-message (categories x) |
01 May 2019 19:35:15
3.28.4_1

|
rene  |
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* |
23 Jan 2019 10:29:54
3.28.4

|
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 |
13 Nov 2018 17:54:57
3.28.4

|
kwm  |
Update gdm to 3.28.4.
Obtained from: GNOME devel repo. |
30 Sep 2018 11:58:31
3.28.1

|
kwm  |
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 |
11 Sep 2018 18:34:28
3.16.4_5

|
zeising  |
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 |
31 Jul 2018 18:41:30
3.16.4_4

|
zeising  |
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 |
22 Sep 2017 10:48:29
3.16.4_3

|
mat  |
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488 |
21 Aug 2017 16:55:01
3.16.4_3

|
mat  |
Cleanup ${PORTSDIR}/ from *DEPENDS.
Sponsored by: Absolight |
05 Aug 2017 10:58:48
3.16.4_3

|
kwm  |
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 |
09 Oct 2016 12:10:02
3.16.4_2

|
jbeich  |
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 |
01 Apr 2016 14:33:58
3.16.4_1

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
01 Apr 2016 13:18:17
3.16.4_1

|
mat  |
Fixup some whitespace at the beginning of lines problems.
With hat: portmgr
Sponsored by: Absolight |
21 Mar 2016 05:54:15
3.16.4_1

|
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 |
12 Dec 2015 11:01:36
3.16.4

|
kwm  |
Update to the lastest GNOME 3.16 releases. |
21 Nov 2015 19:59:57
3.16.2_1

|
kwm  |
Add CPE info, and fix some whitespace issues.
PR: 204695
Submitted by: shun <shun.fbsd.pr@dropcut.net> |
18 Nov 2015 10:21:07
3.16.2_1

|
kwm  |
Fix lockscreen bypass.
MFH: 2015Q4
Security: 68847b20-8ddc-11e5-b69c-c86000169601 |
15 Oct 2015 14:55:14
3.16.2

|
mat  |
Drop 8 support.
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3694 |
05 Aug 2015 19:13:26
3.16.2

|
kwm  |
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 |
10 Apr 2015 12:50:10
3.14.2

|
kwm  |
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 |
19 Nov 2014 11:49:06
3.14.1

|
kwm  |
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 ) |
20 Oct 2014 10:34:14
2.30.7_3

|
marino  |
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) |
03 Sep 2014 08:43:58
2.30.7_3

|
antoine  |
Fix plist |
02 Sep 2014 23:03:49
2.30.7_3

|
bapt  |
Simplify a bit the plist |
05 Aug 2014 06:24:30
2.30.7_3

|
bapt  |
USES=execinfo |
11 Jun 2014 14:50:00
2.30.7_3

|
tijl  |
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 ) |
14 Apr 2014 10:30:31
2.30.7_3

|
tijl  |
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. |
11 Apr 2014 15:32:45
2.30.7_2

|
bapt  |
Fix last leftover |
11 Apr 2014 13:18:36
2.30.7_2

|
bapt  |
Avoid code duplication between pkg-install and plist
Fix leftovers |
11 Apr 2014 09:55:22
2.30.7_2

|
bapt  |
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 |
20 Sep 2013 23:43:20
2.30.7_2

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11) |
03 Sep 2013 14:08:56
2.30.7_2

|
bapt  |
Add an explicit dependency on pkgconf |
06 Jun 2013 20:24:28
2.30.7_2

|
ohauer  |
- fix OPTIONS spelling |
26 Apr 2013 10:44:29
2.30.7_2

|
ak  |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
19 Mar 2013 10:40:22
2.30.7_2

|
kwm  |
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 |
01 Jun 2012 05:26:28
2.30.5_6 
|
dinoex  |
- update png to 1.5.10 |
16 Mar 2012 03:45:21
2.30.5_5 
|
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 |
14 Jan 2012 08:57:23
2.30.5_4 
|
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
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. |
02 Jan 2012 19:21:24
2.30.5_4 
|
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 |
23 Sep 2011 22:26:39
2.30.5_3 
|
amdmi3  |
- 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 |
25 Jun 2011 14:52:19
2.30.5_3 
|
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 |
29 Mar 2011 13:40:09
2.30.5_2 
|
kwm  |
Fix privilege escalation vulnerability.
Obtained from: upstream git
Security: c6fbd447-59ed-11e0-8d04-0015f2db7bde |
19 Mar 2011 12:38:54
2.30.5_1 
|
miwi  |
- Get Rid MD5 support |
20 Nov 2010 15:37:08
2.30.5_1 
|
kwm  |
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 ) |
15 Aug 2010 17:07:14
2.30.5 
|
kwm  |
Update to 2.30.5. |
25 Jul 2010 19:35:08
2.30.4 
|
kwm  |
Presenting GNOME 2.30.2. for FreeBSD. |
31 May 2010 02:01:56
2.30.2_1 
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
10 May 2010 21:19:08
2.30.2 
|
kwm  |
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 ) |
28 Mar 2010 06:47:48
2.28.2_3 
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
27 Mar 2010 00:15:24
2.28.2_3 
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
05 Feb 2010 11:46:55
2.28.2_2 
|
dinoex  |
- update to jpeg-8 |
07 Jan 2010 21:33:50
2.28.2_1 
|
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> |
19 Dec 2009 05:59:42
2.28.2 
|
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] |
07 Dec 2009 05:13:25
2.28.1_3 
|
marcus  |
This patch was actually meant for gdm-2.26. Remove it. |
07 Dec 2009 03:43:53
2.28.1_3 
|
marcus  |
Remove a bogus empty line to fix patching. |
06 Dec 2009 23:03:54
2.28.1_3 
|
marcus  |
Add keyboard invariant support to GDM.
PR: 141143
Submitted by: Andreas Wetzel <mickey242@gmx.net> |
06 Dec 2009 23:00:44
2.28.1_2 
|
marcus  |
Fix the language list in GDM.
PR: 141136
Submitted by: MOROHOSHI Akihiko <moro@remus.dti.ne.jp> |
28 Nov 2009 20:06:37
2.28.1_1 
|
marcus  |
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 ) |
06 Sep 2009 21:18:50
2.26.1_7 
|
flz  |
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 |
25 Aug 2009 04:44:24
2.26.1_6 
|
marcel  |
On ia64, gdm (indirectly) uses log10 and ceil. Add libm to the
list of libraries to link against.
Ok'd by: marcus |
31 Jul 2009 13:57:52
2.26.1_6 
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
06 Jun 2009 19:12:15
2.26.1_5 
|
marcus  |
Add a missing dependency on gnome-session.
PR: 135242 |
01 Jun 2009 22:52:10
2.26.1_4 
|
marcus  |
Fix a problem with GConf paths. |
31 May 2009 20:00:18
2.26.1_3 
|
marcus  |
* Fix hardcoded use of /usr/local.
* Re-add support for reading /etc/login.conf. [1]
PR: 133793 [1]
Submitted by: thomas [1] |
17 May 2009 02:20:42
2.26.1_2 
|
marcus  |
Correct path to file. |
16 May 2009 22:18:26
2.26.1_2 
|
marcus  |
Whoops, add two more hunks to complete XDMCP support. |
16 May 2009 22:15:21
2.26.1_2 
|
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. |
03 May 2009 06:30:16
2.26.1_1 
|
marcus  |
Add an explicit dependency on hal. |
03 May 2009 02:54:34
2.26.1_1 
|
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] |
24 Apr 2009 06:38:26
2.26.1 
|
kwm  |
Presenting GNOME 2.26.1 for FreeBSD.
Approved by: portmgr (marcus) |
10 Apr 2009 05:56:28
2.26.0_1 
|
marcus  |
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. |
31 Jan 2009 21:50:25
2.24.1_6 
|
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. |
26 Jan 2009 17:56:33
2.24.1_5 
|
marcus  |
Depend on hald when starting up so that we have a better chance of finding
all necessary input devices. |
11 Jan 2009 17:12:13
2.24.1_4 
|
marcus  |
Don't bother registering GConf files. The pkg-install will take care of this
for us. |
11 Jan 2009 17:10:52
2.24.1_4 
|
marcus  |
Cleanup the gdm home directory.
Reported by: pointyhat via pav |
10 Jan 2009 05:22:13
2.24.1_3 
|
marcus  |
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 ) |
05 Jan 2009 19:42:29
2.20.8 
|
wxs  |
- Remove conditional checks for FreeBSD 5.x and older
Approved by: pav |
08 Sep 2008 03:04:31
2.20.8 
|
marcus  |
Update to 2.20.8. |
17 Aug 2008 17:30:18
2.20.7_3 
|
marcus  |
Restore the ability to process gdm_flags when starting.
Reported by: jhay |
27 Jul 2008 20:18:54
2.20.7_2 
|
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> |
26 Jul 2008 01:20:05
2.20.7_1 
|
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@ |
01 Jul 2008 02:16:33
2.20.7 
|
mezz  |
Update to 2.20.7. |
09 Jun 2008 05:31:11
2.20.6_3 
|
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 |
08 Jun 2008 19:23:11
2.20.6_2 
|
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> |
06 Jun 2008 14:09:15
2.20.6_1 
|
edwin  |
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) |
14 May 2008 18:16:22
2.20.6 
|
mezz  |
Update to 2.20.6. |
07 Apr 2008 21:36:20
2.20.5 
|
marcus  |
Update to 2.20.5. |
26 Mar 2008 03:14:12
2.20.4_5 
|
marcus  |
Add a delay loop which keeps GDM from starting until the gettys have been
allocated. This will allow ConsoleKit to properly initialize. |
24 Mar 2008 03:50:55
2.20.4_4 
|
marcus  |
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 |
07 Jan 2008 22:49:53
2.20.3 
|
mezz  |
Update to 2.20.3. |
12 Dec 2007 04:52:30
2.20.2 
|
mezz  |
Update to 2.20.2. |