aboutsummaryrefslogtreecommitdiff
path: root/net-im
Commit message (Collapse)AuthorAgeFilesLines
* Fix hardcoded paths.Volker Stolz2004-07-152-7/+12
| | | | | | | | PR: ports/69082 Submitted by: Kirk Strauser (maintainer) Notes: svn path=/head/; revision=113703
* - Chase libidn version bumpEdwin Groothuis2004-07-131-2/+2
| | | | | | | | | - New maintainer: Kirk Strauser <kirk@strauser.com> Submitted by: Kirk Strauser <kirk@strauser.com> Notes: svn path=/head/; revision=113587
* This is an update of the net/jabberd port to version 2.0.3 (vendorEdwin Groothuis2004-07-136-69/+95
| | | | | | | | | | | | | | | | | | | | | | string "2.0s3") which fixes some serious memory leaks and other significant bugs. This update also replaces the rc.d script with a new version that uses the rc.subr framework. I was able to successfully compile the port with all of the WITH_* knobs, but only have the means to test WITH_POSTGRESQL (which worked as expected). commiter says: - Added extra line to files/patch-util::util.h (4.x fix) - Changed --with-extra-include-path statements to work around mysql inclusion and db41 exclusion. - Added --disable- for options not choosen. PR: ports/68967 Submitted by: Kirk Strauser <kirk@strauser.com> Notes: svn path=/head/; revision=113520
* Drop maintainership.Dmitry Sivachenko2004-07-121-1/+1
| | | | Notes: svn path=/head/; revision=113478
* Update to 0.11.7.1Volker Stolz2004-07-122-3/+3
| | | | | | | | PR: ports/68933 Submitted by: Travis Poppe (maintainer) Notes: svn path=/head/; revision=113460
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-098-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* Add libiconv-dependency.Volker Stolz2004-07-091-1/+3
| | | | | | | | | Closes PR: ports/68777 Submitted by: Chris Johnson Patch by: ports/c0decafe.net Notes: svn path=/head/; revision=113275
* Make COMMENT/pkg-descr more accurateVolker Stolz2004-07-092-5/+15
| | | | | | | | PR: ports/68825 Submitted by: Travis Poppe (maintainer) Notes: svn path=/head/; revision=113264
* fix msn lib dependsYing-Chieh Liao2004-07-091-1/+2
| | | | Notes: svn path=/head/; revision=113257
* Use the new GConf handling policy, this will be required for GNOME 2.7/2.8 orJeremy Messenger2004-07-073-120/+6
| | | | | | | | | | | | | | | those ports will not work. Please see the more detail about this: http://lists.freebsd.org/pipermail/freebsd-gnome/2004-June/007253.html Also, please check http://www.freebsd.org/gnome/docs/porting.html for the update about gconf, gconf.pl script and etc. Approved by: marcus (portmgr hat) Reviewed by: My team, FreeBSD GNOME Team Notes: svn path=/head/; revision=113150
* Update to latest snapshot.Volker Stolz2004-07-063-48/+7
| | | | | | | | | PR: ports/68573 Submitted by: Martijn Lina Approved by: seanc known to be busy Notes: svn path=/head/; revision=113048
* Update to 2.3.2Volker Stolz2004-07-062-4/+3
| | | | | | | | PR: ports/68714 Submitted by: Martijn Lina Notes: svn path=/head/; revision=113043
* Fix another 64-bit build problem.Joe Marcus Clarke2004-07-041-0/+11
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=112895
* - Update to 1.3Pav Lucistnik2004-07-023-9/+13
| | | | | | | | PR: ports/68570 Submitted by: <martijn@pacno.net> (maintainer) Notes: svn path=/head/; revision=112805
* upgrade to 4.10.0Ying-Chieh Liao2004-07-0216-7113/+26
| | | | | | | | PR: 68578 Submitted by: maintainer Notes: svn path=/head/; revision=112718
* The meanwhile-gaim distfile was rerolled to add some new buddy list savingJoe Marcus Clarke2004-07-012-2/+3
| | | | | | | options. Notes: svn path=/head/; revision=112675
* Add the latest CVS patches that fix 64-bit build and operation as well asJoe Marcus Clarke2004-07-016-11/+250
| | | | | | | some buddy list fixes. Notes: svn path=/head/; revision=112674
* Add a people.FreeBSD.org master site and prepare for adding a local one,Peter Pentchev2004-06-301-1/+5
| | | | | | | | too, when my public_distfiles changes from yesterday actually propagate to the FTP servers. Notes: svn path=/head/; revision=112623
* Fix the build problem induced by net/jabber's updateVolker Stolz2004-06-291-4/+8
| | | | | | | | | PR: ports/68403 Submitted by: c0decafe.net No time/Busy: seanc Notes: svn path=/head/; revision=112520
* Properly convert ';' to ' ' in the user names.Joe Marcus Clarke2004-06-282-0/+11
| | | | Notes: svn path=/head/; revision=112496
* Update to 0.79.Joe Marcus Clarke2004-06-283-1092/+3
| | | | Notes: svn path=/head/; revision=112493
* Update to 0.3.Joe Marcus Clarke2004-06-283-12/+5
| | | | Notes: svn path=/head/; revision=112492
* Update to 1.9.Joe Marcus Clarke2004-06-276-70/+68
| | | | | | | | PR: 68356 Submitted by: maintainer Notes: svn path=/head/; revision=112351
* Pull in the latest CVS snapshot to allow meanwhile-gaim to build withJoe Marcus Clarke2004-06-272-11/+1080
| | | | | | | | | | Gaim 0.79. This also allows meanwhile to read server buddy lists, but it is known to be broken with certain versions of Sametime. Obtained from: Meanwhile CVS Notes: svn path=/head/; revision=112348
* Pull in the latest CVS snapshot to allow meanwhile-gaim to build withJoe Marcus Clarke2004-06-274-19/+10
| | | | | | | | Gaim 0.79. This also allows meanwhile to read server buddy lists, but it is known to be broken with certain versions of Sametime. Notes: svn path=/head/; revision=112347
* Update to 0.79. See http://gaim.sourceforge.net/ChangeLog for the usual listJoe Marcus Clarke2004-06-276-49/+75
| | | | | | | of goodies. Notes: svn path=/head/; revision=112346
* Fix build on 4.X.Joe Marcus Clarke2004-06-252-0/+39
| | | | Notes: svn path=/head/; revision=112184
* Add meanwhile-gaim, a Gaim plug-in that enables support for the Lotus SametimeJoe Marcus Clarke2004-06-244-0/+39
| | | | | | | Community Client protocol. Notes: svn path=/head/; revision=112177
* Add meanwhile, an open source implementation of the Lotus Sametime CommunityJoe Marcus Clarke2004-06-244-0/+43
| | | | | | | Client protocol. Notes: svn path=/head/; revision=112175
* Update to 0.7.6.Joe Marcus Clarke2004-06-243-27/+9
| | | | Notes: svn path=/head/; revision=112166
* - fix bug in RUN_DEPENDS [1]Alexander Leidinger2004-06-239-15/+27
| | | | | | | | | | | | | | | | | - add RESTRICTED (no redistribution allowed yet) - update to 0.90.0.4 If you get a login failure at registration time the user name may be already in use (but there's another bug here, the name may even be available). Don't expect to hear something yet, sound doesn't work on FreeBSD yet. I'm working with the skype staff on it. Noticed by: "Siraj Kutlusan" <defcon8@b4s3.com> [1] Notes: svn path=/head/; revision=112073
* Update to 1.4.3Volker Stolz2004-06-2312-317/+119
| | | | | | | | | PR: ports/66307 Submitted by: c0decafe.net Approved by: maintainer timeout Notes: svn path=/head/; revision=112052
* Skype is a free program that uses the latest P2P technology to bringAlexander Leidinger2004-06-2312-0/+186
| | | | | | | | | | | | | | | | | | | | | affordable and high-quality voice communications to people all over the world. This port needs linux_base-8, the default linux_base is v7.1. You should first replace the default linux_base with v8 with portupgrade: portupgrade -o emulators/linux_base-8 emulators/linux_base Then edit /usr/local/etc/pkgtools.conf, add the line emulators/linux_base' => 'emulators/linux_base-8', into "ALT_PKGDEP". This tells portupgrade to depend upon linux_base-8 instead upon linux_base-7.1 (where appropriate). This replacement shouldn't do any harm, I tested icc and the linux version of netscape navigator 4.8 with the new linux_base, and I haven't noticed bad behavior. Notes: svn path=/head/; revision=112033
* - Add net/licq to build-dependencyVolker Stolz2004-06-232-3/+4
| | | | | | | - Nuke plist in favour of PLIST_FILES while here Notes: svn path=/head/; revision=112026
* Remove inclusion of Makefile.kde from all remaining ports not maintainedMichael Nottebrock2004-06-221-0/+11
| | | | | | | | | by kde@ Approved by: maintainer timeout Notes: svn path=/head/; revision=111999
* - Don't use Makefile.kde anymoreMarkus Brueffer2004-06-201-4/+6
| | | | | | | | | - Respect CFLAGS and PTHREAD_LIBS Approved by: maintainer timeout (4 weeks) Notes: svn path=/head/; revision=111860
* - Don't use Makefile.kde anymoreMarkus Brueffer2004-06-202-10/+6
| | | | | | | - Respect CFLAGS and PTHREAD_LIBS Notes: svn path=/head/; revision=111859
* . Update to 0.11.7.Greg Lewis2004-06-192-3/+3
| | | | | | | | PR: 68097 Submitted by: Travis Poppe <tlp@LiquidX.org> (maintainer) Notes: svn path=/head/; revision=111777
* Add WITH_PAM knob.Dmitry Sivachenko2004-06-141-0/+6
| | | | | | | Submitted by: David J Duchscher <daved@nostrum.com> Notes: svn path=/head/; revision=111450
* Fix build with gcc34Tilman Keskinoz2004-06-121-0/+11
| | | | Notes: svn path=/head/; revision=111355
* - Update to version 0.9.2Kirill Ponomarev2004-06-114-59/+19
| | | | | | | | PR: ports/67840 Submitted by: maintainer Notes: svn path=/head/; revision=111296
* Drop maintainership.Hye-Shik Chang2004-06-103-3/+3
| | | | Notes: svn path=/head/; revision=111194
* Do not escape HTML messages in ICQ if the message beings with <HTML>. ThisJoe Marcus Clarke2004-06-092-0/+12
| | | | | | | | | | | | works around a bug with messages sent by the sim client where they would be displayed as: <HTML><BODY BGCOLOR="#FFFFFF">hello</BODY></HTML> Submitted by: ale Notes: svn path=/head/; revision=111136
* Chase the gnutls shared lib version.Joe Marcus Clarke2004-06-061-1/+1
| | | | | | | Pointy hat to: sergei Notes: svn path=/head/; revision=110919
* Sync with new bsd.autotools.mkAde Lovett2004-06-041-1/+1
| | | | Notes: svn path=/head/; revision=110841
* Add cicquin-0.1, a utility for searching the CenterICQ local contact listPeter Pentchev2004-06-044-0/+27
| | | | | | | for users with a specified nickname. Notes: svn path=/head/; revision=110806
* Update ftp/curl to 7.12.0 and bump the shared library version in allPeter Pentchev2004-06-031-2/+2
| | | | | | | dependent ports. Notes: svn path=/head/; revision=110800
* Add optional SILC (Secure Internet Live Conference) support to Gaim.Joe Marcus Clarke2004-06-023-0/+22
| | | | | | | | PR: 67483 Submitted by: Evgueni V. Gavrilov <aquatique-ports@rambler.ru> Notes: svn path=/head/; revision=110690
* Update to 1.8.Joe Marcus Clarke2004-06-014-6/+6
| | | | | | | | PR: 67440 Submitted by: maintainer Notes: svn path=/head/; revision=110582
* - Update to 0.92Pav Lucistnik2004-05-313-8/+20
| | | | | | | | | PR: ports/67409 Submitted by: Dmitri Nikulin <setagllib@optusnet.com.au> Approved by: maintainer Notes: svn path=/head/; revision=110550