aboutsummaryrefslogtreecommitdiff
path: root/net-im
Commit message (Collapse)AuthorAgeFilesLines
* - Convert unmaintained ports to USES=qmakeMax Brazhnikov2013-10-131-4/+1
| | | | | | | | | - Add stage support - Convert LIB_DEPENDS to new syntax - Minor changes/fixes Notes: svn path=/head/; revision=330227
* 2013-10-10 audio/ruby-vorbisfile: Does not work with Ruby 1.9Thomas Abthorpe2013-10-114-40/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2013-10-10 audio/ruby-xmms: Does not work with Ruby 1.9 2013-10-10 databases/ruby-interbase: Does not work with Ruby 1.9 2013-10-10 databases/ruby-bdb1: Does not work with Ruby 1.9 2013-10-10 devel/ruby-fam: Does not work with Ruby 1.9 2013-10-10 devel/ruby-rcov: Does not work with Ruby 1.9 2013-10-10 devel/ruby-rudl: Does not work with Ruby 1.9 2013-10-10 devel/ruby-gemfinder: Does not work with Ruby 1.9 2013-10-10 devel/ruby-sysvipc: Does not work with Ruby 1.9 2013-10-10 devel/rubygem-sdl: Does not work with Ruby 1.9 2013-10-10 devel/rubygem-ncurses: Does not work with Ruby 1.9 2013-10-10 devel/rubygem-parsetree: Does not work with Ruby 1.9 2013-10-10 devel/ruby-sexp: Does not work with Ruby 1.9 2013-10-10 devel/rubygem-getopt-declare: Does not work with Ruby 1.9 2013-10-10 devel/ruby-slang: Does not work with Ruby 1.9 2013-10-10 japanese/ruby-slang: Does not work with Ruby 1.9 2013-10-10 devel/ruby-gettext: Does not work with Ruby 1.9 2013-10-10 devel/ruby-jttui: Does not work with Ruby 1.9 2013-10-10 devel/ruby-mmap: Does not work with Ruby 1.9 2013-10-10 devel/ruby-racc: Does not work with Ruby 1.9 2013-10-10 devel/rubygem-rparsec: Does not work with Ruby 1.9 2013-10-10 devel/rubygem-zoom: Does not work with Ruby 1.9 2013-10-10 games/ruby-exmars: Does not work with Ruby 1.9 2013-10-10 graphics/ruby-pgplot: Does not work with Ruby 1.9 2013-10-10 graphics/ruby-opengl: Does not work with Ruby 1.9 2013-10-10 graphics/rubygem-turing: Does not work with Ruby 1.9 2013-10-10 japanese/ruby-chasen: Does not work with Ruby 1.9 2013-10-10 japanese/ruby-gyokuro: Does not work with Ruby 1.9 2013-10-10 japanese/ruby-rdic: Does not work with Ruby 1.9 2013-10-10 lang/ruby-mode.el: Does not work with Ruby 1.9 2013-10-10 misc/rubygem-ohcount: Does not work with Ruby 1.9 2013-10-10 net-im/rubygem-xmpp4r: Does not work with Ruby 1.9 2013-10-10 security/ruby-acl: Does not work with Ruby 1.9 2013-10-10 textproc/ruby-xslt: Does not work with Ruby 1.9 2013-10-10 textproc/ruby-erbscan: Does not work with Ruby 1.9 2013-10-10 textproc/ruby-mwdom: Does not work with Ruby 1.9 2013-10-10 textproc/ruby-xmlscan-old: Does not work with Ruby 1.9 2013-10-10 textproc/rubygem-formosa: Does not work with Ruby 1.9 2013-10-10 textproc/rubygem-htmltools: Does not work with Ruby 1.9 2013-10-10 www/ruby-cruisecontrolrb: Does not work with Ruby 1.9 2013-10-10 www/rubygem-rubyfulsoup: Does not work with Ruby 1.9 2013-10-10 x11/ruby-gtktrayicon: Does not work with Ruby 1.9 Notes: svn path=/head/; revision=330056
* - Set DESTDIRNAME, allow stagingMax Brazhnikov2013-10-091-5/+5
| | | | | | | | | - Use options helpers - Use new LIB_DEPENDS syntax - Remove post-configure patching: CC, etc are now respected via QMAKESPEC Notes: svn path=/head/; revision=329881
* - Update to 1.7Thomas Abthorpe2013-10-082-3/+3
| | | | | | | | PR: ports/182715 Submitted by: James Bailie <jimmy@mammothcheese.ca> (maintainer) Notes: svn path=/head/; revision=329809
* - Mark DEPRECATED, set EXPIRATION_DATEThomas Abthorpe2013-10-081-0/+3
| | | | | | | | PR: ports/182674 Submitted by: Ilya Bakulin <webmaster@kibab.com> (maintainer) Notes: svn path=/head/; revision=329755
* Remove verbose flag from install command of three unmaintained portsJohn Marino2013-10-062-4/+4
| | | | | | | | | | | | | | | It appears that the -v option (verbose) is handled slightly differently on DragonFly. FreeBSD appears to be intolerant of where it appears in the command line while the DragonFly version of "install" insists that it appear in the early group of options. In any case, these three ports may be the only ones in the entire ports collection to use -v switch with ${INSTALL_DATA}, so for the sake of compatibility and consistency, it is being removed from these unmaintained ports which also local patches to be removed from DPorts. Notes: svn path=/head/; revision=329634
* Fix conflicts in pkgname with net-im/folksBaptiste Daroussin2013-10-041-1/+1
| | | | Notes: svn path=/head/; revision=329278
* net-im/qutim: add <unistd.h> for modern compilers, fix binutilsJohn Marino2013-10-023-1/+23
| | | | | | | | | | | | In addition to the header inclusion, the linking stage failed on modern binutils because libX11 was used without being explicitly listed. The LDFLAGS from the Makefile were getting overwritten by the CMake makefile, so that had to be patch to allow the LDFLAGS to be appended. Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=329022
* net-im/centerim(-devel): add <cstddef> for modern compilersJohn Marino2013-10-012-0/+20
| | | | | | | Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=328980
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2013-09-302-3/+1
| | | | Notes: svn path=/head/; revision=328846
* - Update to 0.2.2.1373TAKATSU Tomonari2013-09-293-11/+11
| | | | | | | - Support STAGEDIR Notes: svn path=/head/; revision=328682
* - Change EXPIRATION_DATE to 2013-10-10, to match removal of lang/ruby18Thomas Abthorpe2013-09-261-1/+1
| | | | | | | Discussed with: swills Notes: svn path=/head/; revision=328414
* net-im/libmsn: add <unistd.h> for modern compilersJohn Marino2013-09-251-5/+10
| | | | | | | Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=328301
* Update LIB_DEPENDS syntax on my ports and silent make check-makefileRenato Botelho2013-09-241-1/+1
| | | | Notes: svn path=/head/; revision=328166
* Fix NO_STAGE attributionBaptiste Daroussin2013-09-221-1/+1
| | | | Notes: svn path=/head/; revision=327888
* - fix misplaced NO_STAGE in slaveports and ifdefsDirk Meyer2013-09-215-5/+10
| | | | Notes: svn path=/head/; revision=327804
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-20186-221/+227
| | | | | | | net-im) Notes: svn path=/head/; revision=327756
* Fix categoriesKoop Mast2013-09-201-1/+1
| | | | Notes: svn path=/head/; revision=327752
* Move ptlib26, opal3 and ekiga3 to unversioned ports and update to:Koop Mast2013-09-206-0/+1012
| | | | | | | | | ptlib to 2.10.10 opal to 3.10.10 ekiga to 4.0.1 Notes: svn path=/head/; revision=327751
* - Update to 1.6Thomas Abthorpe2013-09-192-8/+4
| | | | | | | | | | - Trim headers while I am here PR: ports/181997 Submitted by: James Bailie <jimmy@mammothcheese.ca> (maintainer) Notes: svn path=/head/; revision=327623
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-181-4/+2
| | | | Notes: svn path=/head/; revision=327530
* Convert to new perl frameworkBaptiste Daroussin2013-09-173-4/+5
| | | | | | | Convert from USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=327454
* net-im/jitsi: update to 2.3William Grzybowski2013-09-165-11/+37
| | | | | | | | | | | - Update to 2.3 - Restrict to i386 amd64 PR: ports/182160 Submitted by: Tzanetos Balitsaris <tzabal it.teithe.gr> (maintainer) Notes: svn path=/head/; revision=327446
* - Add missing trailing slash to WWWSunpoet Po-Chuan Hsieh2013-09-141-1/+1
| | | | Notes: svn path=/head/; revision=327238
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-131-6/+2
| | | | Notes: svn path=/head/; revision=327155
* Add explicit dependency on pkgconf (18 ports)John Marino2013-09-123-17/+6
| | | | | | | Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=327044
* Add explicit dependency on pkgconf (8 ports)John Marino2013-09-111-6/+2
| | | | Notes: svn path=/head/; revision=326997
* - convert to the new perl5 frameworkAndrej Zverev2013-09-119-54/+26
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326954
* - Update to 2.1.13Ashish SHUKLA2013-09-093-15/+6
| | | | | | | Submitted by: damir bikmuhametov <boco at ufanet.ru> (private email) Notes: svn path=/head/; revision=326814
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-081-5/+2
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326730
* - Update to 13.1.0Sunpoet Po-Chuan Hsieh2013-09-072-12/+8
| | | | | | | | | | | | - Add my LOCAL to MASTER_SITES - Remove LICENSE_FILE for well-known licenses - Update USE_PYTHON - Cleanup Makefile header Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-13.1.0/twisted/words/topfiles/NEWS Notes: svn path=/head/; revision=326654
* - Update to 0.12.0Sunpoet Po-Chuan Hsieh2013-09-072-3/+3
| | | | | | | Changes: https://github.com/hipchat/hipchat-rb/commits/master Notes: svn path=/head/; revision=326617
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-064-10/+5
| | | | Notes: svn path=/head/; revision=326513
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-061-8/+2
| | | | Notes: svn path=/head/; revision=326507
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-061-1/+1
| | | | Notes: svn path=/head/; revision=326504
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-061-5/+2
| | | | Notes: svn path=/head/; revision=326491
* - Make ports use the libc provided iconv implementation on 10-CURRENTGuido Falsi2013-09-045-4/+6
| | | | | | | | | | | | | after r254273 - Fix a bunch of ports to properly work after this - Mark converters/libiconv as IGNORE for systems with iconv in libc Reviewed by: bapt Approved by: portmgr (bapt) Discussed with: bapt, bsam (who both contributed ideas and code) Notes: svn path=/head/; revision=326307
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-031-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326191
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-2/+1
| | | | Notes: svn path=/head/; revision=326151
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-032-3/+3
| | | | Notes: svn path=/head/; revision=326133
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-2/+1
| | | | Notes: svn path=/head/; revision=326132
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-1/+1
| | | | Notes: svn path=/head/; revision=326122
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-1/+1
| | | | Notes: svn path=/head/; revision=326113
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-1/+1
| | | | Notes: svn path=/head/; revision=326092
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-3/+2
| | | | Notes: svn path=/head/; revision=326070
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-5/+2
| | | | Notes: svn path=/head/; revision=326038
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-1/+1
| | | | Notes: svn path=/head/; revision=326035
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-022-3/+2
| | | | Notes: svn path=/head/; revision=326025
* Update to 2.6.0Renato Botelho2013-09-022-4/+3
| | | | | | | | PR: ports/181621 Submitted by: Konstantinos Koukopoulos <koukopoulos@gmail.com> Notes: svn path=/head/; revision=325975
* Remove expired ports:Rene Ladan2013-09-015-77/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2013-08-28 lang/gdc: Broken for more than 6 month 2013-08-31 net-im/cli-msn: MSN Messenger service terminated 30 APR 2013 2013-09-01 x11-toolkits/wxd: Depends on deprecated lang/gdc 2013-09-01 security/openvpn22: Please migrate to a newer OpenVPN version 2013-09-01 devel/dsss: Depends on expired lang/gdc 2013-09-01 graphics/qcamview: Broken on FreeBSD 8 and newer 2013-09-01 www/cacheboy15-devel: Broken on FreeBSD 8 and newer 2013-09-01 graphics/spcaview: Broken on FreeBSD 8 and newer 2013-09-01 comms/uticom: Broken on FreeBSD 8 and newer 2013-09-01 net/ipex: Broken on FreeBSD 8 and newer 2013-09-01 graphics/phpsview: Broken on FreeBSD 8 and newer 2013-09-01 misc/usbrh: Broken on FreeBSD 8 and newer 2013-09-01 net/atmsupport: Broken on FreeBSD 8 and newer 2013-09-01 comms/ib-kmod: Broken on FreeBSD 8 and newer 2013-09-01 net/libproxy-mozjs: Does not work with newer libxul 2013-09-01 www/helixplugin: Does not work with newer libxul 2013-09-01 deskutils/chmsee: Does not work with newer libxul 2013-09-01 www/moonshine: Does not work with newer libxul 2013-09-01 x11/ggiterm: Unmaintained and broken 2013-09-01 graphics/libggigcp: Unmaintained 2013-09-01 graphics/libggimisc: Unmaintained 2013-09-01 graphics/libggiwmh: Unmaintained 2013-09-01 devel/libgiigic: Unmaintained 2013-09-01 games/koth: Unmaintained Notes: svn path=/head/; revision=325862