aboutsummaryrefslogtreecommitdiff
path: root/net-im/telepathy-gabble
Commit message (Collapse)AuthorAgeFilesLines
* net-im/telepathy-gabble: Update to 0.18.4Tobias C. Berner2020-11-072-5/+4
| | | | | | | | PR: 250890 Submitted by: Neel Chauhan <neel@neelc.org> Notes: svn path=/head/; revision=554378
* telepathy ports: fix build with python 3Steve Wills2020-09-2817-8/+412
| | | | | | | | | | | | | | PR: 249549 PR: 249550 PR: 249570 PR: 249734 PR: 249735 PR: 249738 Approved by: desktop (tcberner) Obtained from: ArchLinux, see Bugzilla PRs for details Notes: svn path=/head/; revision=550445
* - Add LICENSEDmitry Marakasov2019-05-112-2/+5
| | | | | | | | | | - Add USES=gnome - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=501240
* Do not set SHEBANG_FILES twiceTobias Kortkamp2019-01-081-1/+0
| | | | Notes: svn path=/head/; revision=489680
* Reduce dependency on the python2 metaportAntoine Brodin2018-02-191-1/+1
| | | | | | | | PR: 225752 Submitted by: Yasuhiro KIMURA Notes: svn path=/head/; revision=462307
* net-im/telepathy-gabble: add shebangfix, and some dependenciesKurt Jaeger2018-01-121-3/+6
| | | | | | | | PR: 218828 Submitted by: Matthew Rezny <rezny@freebsd.org> Notes: svn path=/head/; revision=458855
* Fix shebangsTobias C. Berner2017-05-041-2/+5
| | | | | | | | | Reviewed by: mat Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D10527 Notes: svn path=/head/; revision=440089
* Remove all USE_OPENSSL occurrences.Mathieu Arnold2017-03-151-2/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436247
* Limit net-im/*telepathy* components to use python2 only as it hardcoded in srcDima Panov2017-02-091-1/+1
| | | | | | | | | PR: 215672 Submitted by: myself Approved by: gnome (kwm via irc) Notes: svn path=/head/; revision=433710
* Fix usage of WITH_OPENSSL_BASE, WITH_OPENSSL_PORT and OPENSSL_PORT.Mathieu Arnold2016-06-161-2/+4
| | | | | | | | | | | | | | WITH_OPENSSL_* can't be set after bsd.port.pre.mk. Fold all other usage into using SSL_DEFAULT == foo PR: 210149 Submitted by: mat Exp-run by: antoine Sponsored by: The FreeBSD Foundation, Absolight Differential Revision: https://reviews.freebsd.org/D6577 Notes: svn path=/head/; revision=416966
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-10/+10
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Update security/gnutls to 3.4.10.Tijl Coosemans2016-03-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Rename the LIBDANE option DANE because that's the name of the protocol supported by libgnutls-dane and gnutls-cli. Also clarify the option description. - Add an IDN option. - libgnutls-openssl has been removed in 3.4. Some ports used this library in their LIB_DEPENDS but no port actually required it. - Some old API functions have been removed. Ports that used these have been updated or patched to use the new API. - Add a patch to print/cups to prevent overlinking of libgnutls.so. - Bump PORTREVISION on dependent ports. net-im/jabber: This port used the old API to give users fine grained control over which crypto algorithms were used via a configuration file. It's not immediately obvious how to port this to the new API so the port always uses the defaults now. www/hydra: Mark BROKEN. This uses more removed calls than the other ports, is said to be alpha quality and not fully functional and has been abandoned 10 years ago. PR: 207768 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=411990
* Convert ports from s* t* and net* categories to USES=sqlite and USES=firebirdBaptiste Daroussin2016-01-101-2/+1
| | | | Notes: svn path=/head/; revision=405719
* The telepathy-gabble-xmpp-console tool needs gtksourceview3 introspectionKoop Mast2015-10-041-3/+2
| | | | | | | | | support to work. Submitted by: Tobias Berner <tcberner@gmail.com> Notes: svn path=/head/; revision=398567
* 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