summaryrefslogtreecommitdiff
path: root/net-im (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix detection of py-openssl after the update of it to 0.14.Koop Mast2014-03-081-2/+2
| | | | | | | Submitted by: Gustau Perez i Querol <gustau.perez@gmail.com> Notes: svn path=/head/; revision=347538
* - Fix build on 10.xDmitry Marakasov2014-03-074-69/+104
| | | | | | | | | | | | | | - Support staging - Use new LIB_DEPENDS syntax - Convert USE_GMAKE to USES - Use new OPTIONS features PR: 185981 Submitted by: amdmi3 Approved by: maintainer timeout Notes: svn path=/head/; revision=347366
* - Fix build on 10.xDmitry Marakasov2014-03-075-71/+118
| | | | | | | | | | | | | | | - Support staging - Use new LIB_DEPENDS syntax - Convert USE_GMAKE to USES - Use new OPTIONS features - Enable options by default as centerim-devel does PR: 185982 Submitted by: amdmi3 Approved by: maintainer timeout Notes: svn path=/head/; revision=347365
* - Update to 0.55Philippe Audeoud2014-03-052-3/+6
| | | | | | | - Add LICENSE Notes: svn path=/head/; revision=347109
* KDE/FreeBSD team presents KDE SC 4.12.3 and KDE Workspace 4.11.7!Max Brazhnikov2014-03-041-2/+2
| | | | | | | | | | | | | | | | | | | | | deskutils/kdepim4: - Add depedency on coreutils, kleopatra needs md5sum and sha1sum programs [1] misc/kdehier4: - add tests directory (r343428 commit to Templates/BSD.local.dist) security/kwallet: - moved to security/kwalletmanager (renamed upstream) x11/kdelibs: - remove workaround, which is not needed after global fix in Mk/bsd.kde4.mk (r315373) PR: ports/187259 [1] Submitted by: Tobias Berner <tcberner@gmail.com> Notes: svn path=/head/; revision=347059
* Upgrade and switch from openal to openal-soft.Thierry Thomas2014-03-014-9/+10
| | | | Notes: svn path=/head/; revision=346711
* - Stage supportMartin Wilke2014-03-011-4/+2
| | | | | | | - Convert to USES Notes: svn path=/head/; revision=346672
* - A "not too old" compiler is required on FreeBSD < 10;Thierry Thomas2014-02-271-0/+5
| | | | | | | | | | - Mark BROKEN on FreeBSD < 10 and i386: /usr/local/lib/libsodium.so: undefined reference to `__stack_chk_fail_local' Reported by: pkg-fallout Notes: svn path=/head/; revision=346315
* net-im/kopete-kde4:Max Brazhnikov2014-02-251-1/+1
| | | | | | | | | | | | - Both security/libotr3 and security/libotr install libotr.so. Explicitly require libotr.so.5 from security/libotr because kopete can't be built with old version. PR: ports/186943 Submitted by: amdmi3 Notes: svn path=/head/; revision=346074
* Fix configure for default case.Thierry Thomas2014-02-251-1/+6
| | | | | | | ${opt}_CONFIGURE_WITH does not work as I expected... Notes: svn path=/head/; revision=346071
* Adding a option to allow the replacement of the cryptographic libraryThierry Thomas2014-02-253-4/+27
| | | | | | | | | sodium by NaCl. Do not bump PORTREVISION, because this does not affect the default. Notes: svn path=/head/; revision=346052
* Adding Tox, a decentralized and secure messenger.Thierry Thomas2014-02-2411-0/+155
| | | | | | | | | Tox is the core library, and venom is a GTK+ client. Note: venom does not yet implement audio and video chat capabilities. Notes: svn path=/head/; revision=345901
* - Fix buildMartin Wilke2014-02-236-66/+163
| | | | | | | | PR: 185319 Submitted by: ports fury Notes: svn path=/head/; revision=345697
* - Update to 3.0Olivier Duchateau2014-02-2213-626/+113
| | | | Notes: svn path=/head/; revision=345667
* libturpial is a library that handles multiple microblogging protocolsOlivier Duchateau2014-02-226-0/+57
| | | | | | | | | | (Identi.ca, Twitter). It implements a lot of features and aims to support all the features for each protocol. WWW: http://turpial.org.ve/ Notes: svn path=/head/; revision=345665
* Mark broken: Fails to dos2unixAntoine Brodin2014-02-221-0/+2
| | | | | | | | | | | ===> Converting DOS text files to UNIX text files sed: config.inc: No such file or directory *** Error code 1 Reported by: pkg-fallout since november 2013 Notes: svn path=/head/; revision=345577
* Correct a typo when configuring dynamic prpl modules. I seem to recall thisJoe Marcus Clarke2014-02-211-1/+1
| | | | | | | | was a typo on purpose at some point, but the new configure uses '-' instead of '_'. Notes: svn path=/head/; revision=345485
* - Convert to USES=tkPietro Cerutti2014-02-212-52/+17
| | | | | | | - STAGE-clean Notes: svn path=/head/; revision=345474
* Remove trailing whitespaces from category net-imEmanuel Haupt2014-02-217-7/+7
| | | | Notes: svn path=/head/; revision=345424
* Deprecate the port since the author reports a breakage years ago and no one ↵Rodrigo Osorio2014-02-201-0/+3
| | | | | | | | | | tries to fix it. PR: ports/176767 Approved by: bapt (mentor) Notes: svn path=/head/; revision=345212
* - Update from 1.0 to 1.0.9Danilo Egea Gondolfo2014-02-1918-101/+243
| | | | | | | | | | - Add LICENSE PR: ports/185342 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=345163
* General clean-up:Ruslan Makhmatkhanov2014-02-192-38/+16
| | | | | | | | | | | - convert USE_DOS2UNIX to USES equivalent - support staging - utilize options helpers - fix portlint warnings - install docs into staging area unconditionally Notes: svn path=/head/; revision=345154
* Fix runtime on FreeBSD >=10.0Ruslan Makhmatkhanov2014-02-192-0/+42
| | | | | | | | | | | | | Gajim relies on nslookup when looking up for an SRV record of jabber server. Since, nslookup was removed from FreeBSD 10, gajim is now fails to connect unless jabber-server hostname and port were defined by user explicitly. This patch make it use host(1) for this task. Submitted by: walker_643 <walker_643@yahoo.com> (by email) MFH: 2014Q1 Notes: svn path=/head/; revision=345147
* - Replace USE_GMAKE by USES=gmakeRenato Botelho2014-02-193-23/+29
| | | | | | | | | | | | | - Use OPTIONS helpers - Support staging - Pet portlint - Add a new option, off by default, to build PLUGINS PR: ports/186687 Approved by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer) Notes: svn path=/head/; revision=345098
* - Bump PORTREVISION after KDE4_PREFIX changeMax Brazhnikov2014-02-1812-3/+12
| | | | Notes: svn path=/head/; revision=344898
* net-im/ktp-accounts-kcm:Max Brazhnikov2014-02-182-19/+9
| | | | | | | | - Convert to options helpers - Chase library version shift (the port uses KDE SC version scheme) Notes: svn path=/head/; revision=344896
* KDE/FreeBSD team presents KDE SC 4.12.2 and KDE Workspace 4.11.6!Max Brazhnikov2014-02-189-257/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Among changes: - Switch KDE4_PREFIX to ${LOCALBASE} - Remove now needless misc/kde4-shared-mime-info port - Add stage support - Remove ancient CONFLICTS (KDE 4.9 and less) and LATEST_LINK - Squeeze MASTER_SITES/MASTER_SITE_SUBDIR - Convert LIB_DEPENDS to new style - Use options helpers - Drop support for FreeBSD 7.x - Remove Qt/KDE 3 related workarounds - Remove local patches and use upstream version scheme for libraries - sysutils/kdeadmin4, net/kdenetwork4, devel/kdesdk4, and x11-clocks/kdetoys4 ports have been split. - devel/kcachegrind is now a part of KDE SC [1] - more logs in area51 repo... New ports: devel/kde-dev-scripts: KDE development scripts devel/kde-dev-utils: KDE development utilities games/klickety: Tetris themed solitaire games/picmi: Single player logic-based puzzle game textproc/libkomparediff2: Library to compare files and strings The area51 repository features commits by Schaich Alonso, avilla, rakuco and myself. PR: ports/186491 Exp-run: by bdrewery Approved by: beat (former maintainer) [1] Notes: svn path=/head/; revision=344893
* - Stage supportMartin Wilke2014-02-171-1/+0
| | | | Notes: svn path=/head/; revision=344660
* - Update to 1.18.0Steve Wills2014-02-153-4/+10
| | | | | | | | | PR: ports/186783 Submitted by: swills (myself) Approved by: John Prather <john.c.prather@gmail.com> (maintainer) Notes: svn path=/head/; revision=344418
* Remove a bogus file that sneaked in due to a manual apply of the previousJoe Marcus Clarke2014-02-142-2/+1
| | | | | | | | | patch. Submitted by: olgeni Notes: svn path=/head/; revision=344273
* - STAGE-cleanPietro Cerutti2014-02-142-348/+340
| | | | | | | | | - DATADIR-clean - Remove article from COMMENT line - Add LICENSE Notes: svn path=/head/; revision=344174
* When converting to stage I accidentally left out finch.1.gz. Re-add thisJoe Marcus Clarke2014-02-142-5/+7
| | | | | | | | | | and sort the plist. PR: 186746 Submitted by: olgeni Notes: svn path=/head/; revision=344159
* - fix build with clangDirk Meyer2014-02-131-1/+0
| | | | | | | | | retry, cause svn failed PR: 186650 Submitted by: Vsevolod Volkov Notes: svn path=/head/; revision=344147
* - fix build with clangDirk Meyer2014-02-132-0/+22
| | | | | | | | PR: 186650 Submitted by: Vsevolod Volkov Notes: svn path=/head/; revision=344146
* - fix build with clangDirk Meyer2014-02-131-0/+10
| | | | | | | | PR: 186649 Submitted by: Vsevolod Volkov Notes: svn path=/head/; revision=344141
* Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested forEmanuel Haupt2014-02-131-2/+0
| | | | | | | | | afterwards. Encouraged by: mat Notes: svn path=/head/; revision=344066
* Add explicit dependency on pkgconfAntoine Brodin2014-02-121-1/+1
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=344014
* Now that this port is staged and DOCS defined we can stop testing for DOCS inEmanuel Haupt2014-02-121-3/+0
| | | | | | | any install target. Notes: svn path=/head/; revision=343982
* - Stage supportMartin Wilke2014-02-122-3/+4
| | | | Notes: svn path=/head/; revision=343881
* - update MASTER_SITES and pass maintainership to submitterRuslan Makhmatkhanov2014-02-111-10/+6
| | | | | | | | | | | | | | | - remove DEPRECATED and EXPIRATION_DATE while here: - support staging - add LICENSE (GPLv2) - replace inclusion of bsd.port.pre|post.mk with bsd.port.mk PR: 186664 Submitted by: Marko Cupac <marko.cupac@mimar.rs> Notes: svn path=/head/; revision=343822
* Remove note re: IPv6. Updated luasocket enables Prosody to use it.David Thiel2014-02-111-6/+2
| | | | Notes: svn path=/head/; revision=343813
* - Update to 3.9.1 [1]Pietro Cerutti2014-02-115-66/+53
| | | | | | | | | | - While at it, simplify the installation and avoid @unexec hell PR: 186585 [1] Submitted by: "Zane C.B-H." <vvelox@vvelox.net> Notes: svn path=/head/; revision=343730
* Update to 0.9.3.David Thiel2014-02-102-3/+3
| | | | Notes: svn path=/head/; revision=343698
* Update to 0.46Emanuel Haupt2014-02-102-3/+3
| | | | Notes: svn path=/head/; revision=343689
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-107-0/+16
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* Back to the futurBaptiste Daroussin2014-02-101-1/+1
| | | | Notes: svn path=/head/; revision=343630
* Mark as deprecated unmaintained ports for which no public distfiles areBaptiste Daroussin2014-02-101-0/+3
| | | | | | | | | available for part or all the needed distfiles. Reported by: distillator Notes: svn path=/head/; revision=343626
* Fix invalid conditionalMartin Matuska2014-02-091-1/+2
| | | | Notes: svn path=/head/; revision=343561
* Remove certificate-related makefile and .cnf files on deinstall.David Thiel2014-02-081-2/+5
| | | | | | | Submitted by: QAT Notes: svn path=/head/; revision=343408
* Update to 0.9.2.David Thiel2014-02-088-92/+94
| | | | | | | | PR: ports/182075 Submitted by: Paul Procacci <pprocacci@gmail.com> / Benjamin Podszun <benjamin.podszun@gmail.com> Notes: svn path=/head/; revision=343384