summaryrefslogtreecommitdiff
path: root/x11/gnome2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.Koop Mast2014-11-194-135/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed Notes: svn path=/head/; revision=372768
* - Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/,Marcus von Appen2014-10-191-1/+1
| | | | | | | | | x11-fonts/, x11-toolkits and x11-wm to new USES=python Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371203
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Remove packagekit from gnome2 packages to allow having a gnome2 package in ↵Baptiste Daroussin2014-06-221-2/+1
| | | | | | | | | the release With hat: portmgr Notes: svn path=/head/; revision=358860
* Support stageBaptiste Daroussin2014-04-111-3/+2
| | | | | | | Remove deprecated ports from gnome2-power-tools and gnome2-fifth-toe Notes: svn path=/head/; revision=350932
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | x11) Notes: svn path=/head/; revision=327777
* Chase recent ekiga shuffle.Koop Mast2013-09-201-2/+2
| | | | Notes: svn path=/head/; revision=327753
* Fix typo in OptionNG conversion, so option is usable again.Koop Mast2013-04-011-1/+1
| | | | | | | | | PR: ports/177540 Submitted by: Fredrik Nystrom <fredrik@lysator.liu.se> Approved by: portmgr (miwi) Notes: svn path=/head/; revision=315649
* Convert almost all gnome@ ports to OptionsNG, trim header, use USES=pathfixKoop Mast2013-03-191-9/+6
| | | | | | | | | | instead of gnomehack and pet portlint. Add conflicts with future gnome3 versions. Reviewed by: miwi, bapt Notes: svn path=/head/; revision=314632
* - Bump PORTREVISION to chase the update of multimedia/libvpxAshish SHUKLA2012-02-161-1/+1
| | | | Notes: svn path=/head/; revision=291538
* Turn the evolution-mapi option to off, for the moment. Samba4-devel is broken.Koop Mast2011-08-151-2/+2
| | | | | | | This will allow gnome2 meta package to be build again. Notes: svn path=/head/; revision=279747
* Chase after net/openldap24-server update.Xin LI2011-02-251-1/+1
| | | | | | | Reminded by: miwi Notes: svn path=/head/; revision=269631
* Remove unsupported versions of FreeBSD.Joe Marcus Clarke2011-01-081-5/+3
| | | | | | | | PR: 153797 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=267526
* - Chase security/libksba shlib version bumpGreg Larkin2010-12-161-1/+1
| | | | | | | | Requested by: kwm Pointyhat to: glarkin Notes: svn path=/head/; revision=266393
* Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for thisKoop Mast2010-11-201-5/+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
* Presenting GNOME 2.30.2. for FreeBSD.Koop Mast2010-07-251-3/+3
| | | | Notes: svn path=/head/; revision=258246
* - Chase devel/apr -> devel/apr1 shufflingPhilip M. Gollucci2010-05-181-1/+1
| | | | | | | | | PR: ports/146553 Submitted by: myself (pgollucci@) With Hat: apache@ Notes: svn path=/head/; revision=254523
* Cheese needs webcamd, which is only available on 8.0 or higher. Adjust dependsKoop Mast2010-05-171-1/+3
| | | | | | | | | to take this into account. Submitted by: tevans.uk <tevans.uk@googlemail.com> Notes: svn path=/head/; revision=254481
* Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for thisKoop Mast2010-05-101-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* 5/5: Chase www/apache22 (bundled apr shlib bump)Philip M. Gollucci2010-05-051-1/+1
| | | | | | | | | | PR: ports/146130 Approved by: portmgr (pav) Tested by: -exp run (pav) With Hat: apache@ Notes: svn path=/head/; revision=253785
* - 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
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* Presenting GNOME 2.28.2. for FreeBSD.Joe Marcus Clarke2009-12-191-1/+1
| | | | Notes: svn path=/head/; revision=246221
* Presenting GNOME 2.28.1 for FreeBSD. The official release notes for thisJoe Marcus Clarke2009-11-281-5/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Presenting GNOME 2.26.3 for FreeBSD.Koop Mast2009-07-041-1/+1
| | | | Notes: svn path=/head/; revision=237076
* Presenting GNOME 2.26.2 for FreeBSD.Joe Marcus Clarke2009-05-211-1/+1
| | | | Notes: svn path=/head/; revision=234306
* Presenting GNOME 2.26.1 for FreeBSD.Koop Mast2009-04-241-2/+2
| | | | | | | Approved by: portmgr (marcus) Notes: svn path=/head/; revision=232642
* Presenting GNOME 2.26 for FreeBSD. SeeJoe Marcus Clarke2009-04-101-6/+6
| | | | | | | | | | | | | | | | 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 page from GARNOME's book, and add seahorse-plugins to the Desktop.Joe Marcus Clarke2009-01-201-2/+2
| | | | | | | | | This will restore seahorse-agent capabilities to GNOME by default. Requested by: rnoland Notes: svn path=/head/; revision=226553
* Presenting GNOME 2.24.3 for FreeBSD.Joe Marcus Clarke2009-01-151-1/+1
| | | | Notes: svn path=/head/; revision=226192
* Presenting GNOME 2.24 for FreeBSD.Joe Marcus Clarke2009-01-101-19/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Bump PORTREVISION's after OpenLDAP update.Xin LI2009-01-051-1/+1
| | | | | | | Suggested by: rafan Notes: svn path=/head/; revision=225291
* Chase a rename of file in xscreensaver-gnome.Jeremy Messenger2008-07-271-1/+1
| | | | | | | | | | gnome-screensaver-properties.desktop -> xscreensaver-properties.desktop PR: ports/126007 Submitted by: Lowell Gilbert <freebsd-bugs-local@be-well.ilk.org> Notes: svn path=/head/; revision=217677
* Presenting GNOME 2.22.3 for FreeBSD.Joe Marcus Clarke2008-07-081-2/+2
| | | | Notes: svn path=/head/; revision=216562
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+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
* Presenting GNOME 2.22.2 for FreeBSD.Joe Marcus Clarke2008-05-291-1/+1
| | | | Notes: svn path=/head/; revision=213853
* Presenting GNOME 2.22.1 for FreeBSD.Joe Marcus Clarke2008-04-091-2/+2
| | | | Notes: svn path=/head/; revision=210956
* The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 forJoe Marcus Clarke2008-03-241-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=209647
* GNOME is now at 2.20.3. This is a belated commit since this could have beenJoe Marcus Clarke2008-02-291-1/+1
| | | | | | | consider a sweeping change. Notes: svn path=/head/; revision=208170
* Presenting GNOME 2.20.2 for FreeBSD.Jeremy Messenger2007-12-121-2/+2
| | | | Notes: svn path=/head/; revision=203169
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialJoe Marcus Clarke2007-10-241-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=201947
* Presenting GNOME 2.18.3 for FreeBSD.Joe Marcus Clarke2007-07-041-2/+2
| | | | Notes: svn path=/head/; revision=194953
* Remove tomboy from the Desktop temporarily until the gnome-sharp20 problemsJoe Marcus Clarke2007-06-211-2/+2
| | | | | | | | | | can be worked out. Note: this only affects GCC 4.2 -CURRENT, but I am bumping the PORTREVISION anyway. Suggested by: tmclaugh Notes: svn path=/head/; revision=194021
* Presenting GNOME 2.18.2 for FreeBSD. SeeJoe Marcus Clarke2007-05-311-2/+2
| | | | | | | | http://mail.gnome.org/archives/devel-announce-list/2007-May/msg00004.html for a list of all the changes in this release. Notes: svn path=/head/; revision=192446
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Presenting GNOME 2.18.1 for FreeBSD.Joe Marcus Clarke2007-04-111-1/+1
| | | | Notes: svn path=/head/; revision=189799
* - Limit tomboy to i386 againPav Lucistnik2007-03-191-1/+1
| | | | | | | Reported by: nox Notes: svn path=/head/; revision=187750
* Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOMEJoe Marcus Clarke2007-03-191-8/+11
| | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=187702
* Presenting GNOME 2.16.3 for FreeBSD.Jeremy Messenger2007-01-311-1/+1
| | | | Notes: svn path=/head/; revision=183813
* Do not include tomboy with gnome2-lite.Joe Marcus Clarke2007-01-121-3/+5
| | | | Notes: svn path=/head/; revision=182128