summaryrefslogtreecommitdiff
path: root/net-im/telepathy-gabble (follow)
Commit message (Collapse)AuthorAgeFilesLines
* The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.Koop Mast2014-11-193-17/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 of net-im/, net-mgmt/ and net-p2p/ to new USES=pythonMarcus von Appen2014-10-241-2/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371450
* Add USES=alias to several portsJohn Marino2014-10-201-1/+1
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=371252
* Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 thatTijl Coosemans2014-07-041-1/+1
| | | | | | | | | | have not been bumped yet after the latest libsqlite3.so library version change. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=360588
* Fix packaging with poudriere in strict (-t) mode.Koop Mast2014-06-051-1/+0
| | | | | | | Don't list man pages twice. Notes: svn path=/head/; revision=356681
* Stagify.Koop Mast2014-06-012-11/+9
| | | | | | | | | Use new lib_depends syntax. gnomehack -> pathfix AUTOTOOLS=libtool / ltverhack -> USES=libtool[:keepla] Notes: svn path=/head/; revision=356105
* - Stage supportMartin Wilke2014-06-012-3/+1
| | | | Notes: svn path=/head/; revision=356088
* - Convert gmake,bzip2,xz to USESMartin Wilke2014-05-261-2/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355355
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net-im) Notes: svn path=/head/; revision=327756
* Update to 0.16.6.Koop Mast2013-06-052-8/+9
| | | | | | | | Obtained from: GNOME dev repo Security: CVE-2013-1431 Notes: svn path=/head/; revision=319965
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichKoop Mast2013-03-083-28/+35
| | | | | | | | | | | | | | | | | | | | | | | are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo Notes: svn path=/head/; revision=313633
* - Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke2011-11-091-1/+0
| | | | Notes: svn path=/head/; revision=285379
* Fix build on FreeBSD 10Koop Mast2011-10-291-0/+2
| | | | Notes: svn path=/head/; revision=284685
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Fix the build by removing -Werror. libgcrypt 1.5.0 put #warnings in depricatedKoop Mast2011-07-071-0/+4
| | | | | | | | | functions. Submitted by: pointyhat (via pav) Notes: svn path=/head/; revision=277212
* Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for thisKoop Mast2010-11-2012-188/+179
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | release can be found at http://library.gnome.org/misc/release-notes/2.32/ This will be the last release of the GNOME 2.x series, mainly a bugfix and bridge release to the first release of the GNOME 3.x series. This release features commits by avl, marcus, mezz and myself. The FreeBSD GNOME Team would like to thank the following contributors and testers for there help with this release: Zane C.B. <vvelox@vvelox.net> romain@ Olaf Seibert <O.Seibert@cs.ru.nl> DomiX Bapt <baptiste.daroussin@gmail.com> jsa@ miwi@ Sergio de Almeida Lenzi <lenzi.sergio@gmail.com> Maxim Samsonov <xors@mne.ru> Kris Moore And pav@ for 2 exp-runs PR: ports/152255 ports/143260 ports/141033 ports/149629 ports/150350 ports/151523 With hat: gnome@ Notes: svn path=/head/; revision=264837
* Update to 0.8.14.Joe Marcus Clarke2010-09-052-4/+4
| | | | Notes: svn path=/head/; revision=260592
* Update to 0.8.13.Joe Marcus Clarke2010-05-222-5/+4
| | | | Notes: svn path=/head/; revision=254811
* - update to 1.4.1Dirk Meyer2010-03-281-0/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* Update to 0.8.12.Joe Marcus Clarke2010-03-202-5/+4
| | | | Notes: svn path=/head/; revision=251320
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* Update to 0.8.3.Joe Marcus Clarke2009-09-122-4/+4
| | | | Notes: svn path=/head/; revision=241280
* Update to 0.8.2.Joe Marcus Clarke2009-09-072-4/+4
| | | | Notes: svn path=/head/; revision=241002
* Update to 0.8.1.Joe Marcus Clarke2009-08-222-4/+4
| | | | Notes: svn path=/head/; revision=240088
* Update to 0.7.32Michael Johnson2009-08-152-4/+4
| | | | Notes: svn path=/head/; revision=239604
* Update to 0.7.31.Joe Marcus Clarke2009-07-262-4/+4
| | | | Notes: svn path=/head/; revision=238415
* Update to 0.7.30.Joe Marcus Clarke2009-07-052-4/+4
| | | | Notes: svn path=/head/; revision=237183
* Update to 0.7.29.Joe Marcus Clarke2009-06-212-4/+4
| | | | Notes: svn path=/head/; revision=236395
* Update to 0.7.28.Joe Marcus Clarke2009-06-033-4/+120
| | | | Notes: svn path=/head/; revision=235087
* Update to 0.7.27.Joe Marcus Clarke2009-05-172-4/+4
| | | | Notes: svn path=/head/; revision=234055
* Update to 0.7.26.Joe Marcus Clarke2009-04-122-4/+4
| | | | Notes: svn path=/head/; revision=232190
* Update to 0.7.25.Joe Marcus Clarke2009-04-062-4/+4
| | | | Notes: svn path=/head/; revision=231681
* Update to 0.7.24.Joe Marcus Clarke2009-03-282-5/+4
| | | | Notes: svn path=/head/; revision=231175
* Bump PORTREVISION for libsoup dependency.Joe Marcus Clarke2009-03-211-0/+1
| | | | Notes: svn path=/head/; revision=230593
* Correct libsoup dependency.Joe Marcus Clarke2009-03-211-1/+1
| | | | Notes: svn path=/head/; revision=230592
* Correct previous commit. Depend on libsoup the right way.Koop Mast2009-03-211-1/+1
| | | | Notes: svn path=/head/; revision=230589
* Fix the build by depending on libsoup.Koop Mast2009-03-211-0/+1
| | | | | | | Reported by: QA tindy Notes: svn path=/head/; revision=230580
* Update to 0.7.23.Joe Marcus Clarke2009-03-212-4/+4
| | | | Notes: svn path=/head/; revision=230573
* Fix the build on 6.X.Joe Marcus Clarke2009-03-151-0/+12
| | | | | | | Reported by: pointyhat via erwin Notes: svn path=/head/; revision=230112
* Do not build tests. This will fix the build on 7.X.Joe Marcus Clarke2009-03-131-0/+11
| | | | Notes: svn path=/head/; revision=229976
* Update to 0.7.22.Joe Marcus Clarke2009-03-084-4/+27
| | | | Notes: svn path=/head/; revision=229683
* Update to 0.7.21.Joe Marcus Clarke2009-02-236-159/+4
| | | | Notes: svn path=/head/; revision=228875
* Fix jingle on 64-bit platforms.Joe Marcus Clarke2009-02-045-0/+155
| | | | Notes: svn path=/head/; revision=227625
* Update to 0.7.20.Joe Marcus Clarke2009-02-032-4/+4
| | | | Notes: svn path=/head/; revision=227559
* Presenting GNOME 2.24 for FreeBSD.Joe Marcus Clarke2009-01-106-5/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Fix the build on 6.X.Joe Marcus Clarke2008-12-121-1/+2
| | | | | | | Reported by: pointyhat via erwin and pav Notes: svn path=/head/; revision=224145
* Update to 0.7.16.Joe Marcus Clarke2008-12-052-4/+4
| | | | Notes: svn path=/head/; revision=223823
* Update to 0.7.15.Joe Marcus Clarke2008-12-012-4/+4
| | | | Notes: svn path=/head/; revision=223657
* Update to 0.7.13.Joe Marcus Clarke2008-11-042-4/+4
| | | | Notes: svn path=/head/; revision=222386