aboutsummaryrefslogtreecommitdiff
path: root/net-im/meanwhile
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.0.2.Joe Marcus Clarke2006-01-062-4/+4
| | | | Notes: svn path=/head/; revision=152858
* Update to 1.0.1.Joe Marcus Clarke2005-12-293-7/+5
| | | | Notes: svn path=/head/; revision=152337
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Move instant messaging related ports to newly created net-im category:Pav Lucistnik2005-11-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net/gaim -> net-im/gaim net/gaim-latex -> net-im/gaim-latex net/gaim-openq -> net-im/gaim-openq net/gaim-rss-reader -> net-im/gaim-rss-reader net/gicq -> net-im/gicq net/gnomeicu2 -> net-im/gnomeicu2 net/gossip -> net-im/gossip net/ickle -> net-im/ickle net/jabber -> net-im/jabber net/jabber-aim -> net-im/jabber-aim net/jabber-conference -> net-im/jabber-conference net/jabber-jud -> net-im/jabber-jud net/jabber-msn -> net-im/jabber-msn net/jabber-users-agent -> net-im/jabber-users-agent net/jabber-yahoo -> net-im/jabber-yahoo net/jarl -> net-im/jarl net/kf -> net-im/kf net/libicq -> net-im/libicq net/libicq2000 -> net-im/libicq2000 net/loudmouth -> net-im/loudmouth net/meanwhile -> net-im/meanwhile net/meanwhile-gaim -> net-im/meanwhile-gaim net/newsbot -> net-im/newsbot net/ocaml-jabbr -> net-im/ocaml-jabbr net/psi -> net-im/psi net/py-jabber -> net-im/py-jabber net/py-twistedWords -> net-im/py-twistedWords net/p5-Net-Jabber -> net-im/p5-Net-Jabber Repocopied by: marcus Notes: svn path=/head/; revision=147671
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-0/+1
| | | | Notes: svn path=/head/; revision=147269
* Don't assume LOCALBASE is /usr/local when looking for the libgmp headers.Joe Marcus Clarke2005-11-041-1/+2
| | | | | | | Reported by: dosirak via kris Notes: svn path=/head/; revision=147244
* Update to 0.5.0.Joe Marcus Clarke2005-11-023-3/+21
| | | | Notes: svn path=/head/; revision=146979
* Update to 0.4.2.Joe Marcus Clarke2005-06-052-3/+3
| | | | Notes: svn path=/head/; revision=136859
* Update to 0.4.1.Joe Marcus Clarke2005-05-074-23/+4
| | | | Notes: svn path=/head/; revision=134752
* Fix crash when someone initiate IM with us, fixed in meanwhile CVS viaJesper Skriver2005-04-302-0/+20
| | | | | | | | | | | bugid 1192747 https://sourceforge.net/tracker/index.php?func=detail&aid=1192747&group_id=110565&atid=656718 Approved by: marcus Notes: svn path=/head/; revision=134402
* Update to 0.4.0.Joe Marcus Clarke2005-03-204-39/+18
| | | | Notes: svn path=/head/; revision=131686
* Fix the build with glib-2.6.Joe Marcus Clarke2005-03-141-0/+15
| | | | Notes: svn path=/head/; revision=131147
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-1/+1
| | | | Notes: svn path=/head/; revision=130974
* Reword IGNORE message.Joe Marcus Clarke2004-11-241-1/+1
| | | | | | | Prompted by: kris Notes: svn path=/head/; revision=122265
* Chase this to IGNORE on !i386. A new release is in the works that will workJoe Marcus Clarke2004-11-241-1/+1
| | | | | | | properly on 64-bit platforms. Notes: svn path=/head/; revision=122264
* BROKEN on !i386: Does not compileKris Kennaway2004-11-181-1/+7
| | | | Notes: svn path=/head/; revision=121924
* The meanwhile distfile was rerolled to the latest snapshot from CVS HEAD.Joe Marcus Clarke2004-08-087-265/+5
| | | | | | | | Other than incoporating all local patches, it also fixed a bug where version incompatibility errors were seen with certain SameTime servers. Notes: svn path=/head/; revision=115703
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Fix another 64-bit build problem.Joe Marcus Clarke2004-07-041-0/+11
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=112895
* 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
* Properly convert ';' to ' ' in the user names.Joe Marcus Clarke2004-06-282-0/+11
| | | | Notes: svn path=/head/; revision=112496
* Update to 0.3.Joe Marcus Clarke2004-06-283-12/+5
| | | | Notes: svn path=/head/; revision=112492
* 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
* Fix build on 4.X.Joe Marcus Clarke2004-06-251-0/+19
| | | | Notes: svn path=/head/; revision=112184
* 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