aboutsummaryrefslogtreecommitdiff
path: root/net-im/centericq
Commit message (Collapse)AuthorAgeFilesLines
* - Update security/gpgme to 1.4.3Jason E. Hale2013-10-201-2/+2
| | | | | | | | | | | | | | - Use USE_GNOME= ltverhack to correct the library version number to what the author intended. This effectively rolls the version number backwards, but should prevent future unneccesary version bumps. - Support staging - Use options helpers - Use new LIB_DEPENDS syntax - Bump PORTREVISION on dependent ports Notes: svn path=/head/; revision=331057
* 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 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi Notes: svn path=/head/; revision=322783
* - adoption of USES and optionsNGJason Helfman2013-05-011-47/+44
| | | | | | | Approved by: portmgr (bapt@) Notes: svn path=/head/; revision=317036
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising Notes: svn path=/head/; revision=316662
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - 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
* - Chase gpgme shared lib bump.Julien Laffaye2011-07-211-2/+2
| | | | | | | | | - Add an entry to UPDATING Reviewed by: tabthorpe Notes: svn path=/head/; revision=278110
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-2/+2
| | | | Notes: svn path=/head/; revision=252125
* - Mark BROKEN on HEAD: fails to build with new utmpxMartin Wilke2010-03-201-0/+4
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=251271
* Chase the fribidi shared lib bump.Joe Marcus Clarke2009-08-221-1/+1
| | | | Notes: svn path=/head/; revision=240112
* - Chase security/gpgme update.Wesley Shields2009-07-152-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Most changes are just PORTREVISION and LIB_DEPENDS fixes. However, the following ports require a patch to use the new gpgme correctly: deskutils/kdepim3 deskutils/kdepim3 deskutils/kdepim3 deskutils/kdepim3 deskutils/kdepim4 deskutils/kdepim4 deskutils/kdepimlibs4 deskutils/kdepimlibs4 deskutils/kdepimlibs4 finance/qhacc mail/mutt-devel net-im/ayttm net-im/centericq net-im/centerim net-im/centerim-devel security/openvas-libnasl These patches were submitted by various people and documented in ports/135911. PR: ports/135911 Notes: svn path=/head/; revision=237891
* Bump the version of the curl shared library after the ftp/curl updatePeter Pentchev2009-01-231-2/+2
| | | | | | | | | to 7.19.2. Bump PORTREVISION, even on the ports that do not have a versioned dependency, since the binaries will most probably still stop working. Notes: svn path=/head/; revision=226721
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - remove one master_siteCheng-Lung Sung2008-01-051-2/+1
| | | | | | | | | Changes: PR: ports/118396 Submitted by: Aleksandr Stankevic <alex_AT_braske dot net> Notes: svn path=/head/; revision=205060
* Fix build with gcc4.2Kirill Ponomarev2007-05-264-8/+146
| | | | Notes: svn path=/head/; revision=191932
* On amd64 forcefully compile with -O0, since otherwise centericq segfaultsMaxim Sobolev2007-04-111-1/+6
| | | | | | | in some places. It looks like optimization bug. Notes: svn path=/head/; revision=189826
* Update the ftp/curl port to 7.16.0.Peter Pentchev2006-12-131-2/+2
| | | | | | | | | | | | | Bump PORTREVISION of all dependent ports. Fix the build errors in the few ports that still use the long deprecated, and now obsoleted, cURL options. Thanks to everyone who took the time to look over the patch! Discussed on: -ports Notes: svn path=/head/; revision=179653
* Update gpgme to 1.1.2, chase dependencies.Michael Nottebrock2006-09-131-2/+2
| | | | Notes: svn path=/head/; revision=172981
* - fix signal 11 problem on amd64 when trying to join irc channel. [1]Cheng-Lung Sung2006-08-233-1/+34
| | | | | | | | | | | - Fix yet one bug in libicq code. We don't need to free "it", since it was never allocated. This tends to core dumps. [2] PR: ports/102203 [1], ports/102405 [2] Submitted by: pasear <wchunhao_AT_cs dot nctu dot edu dot tw> [1], Stanislav Sedov <ssedov_AT_mbsd dot msk dot ru> [2] Notes: svn path=/head/; revision=171231
* - Respect CXXFLAGSCheng-Lung Sung2006-08-106-2/+142
| | | | | | | | | | - Fix some annoying memory leekage bugs that tends to core dumps. PR: ports/101688 Submitted by: Stanislav Sedov <ssedov_AT_mbsd dot msk dot ru> Notes: svn path=/head/; revision=170269
* - remove USE_REINPLACECheng-Lung Sung2006-05-111-1/+0
| | | | Notes: svn path=/head/; revision=162066
* SHA256ifyEdwin Groothuis2006-02-011-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154946
* Move instant messaging related ports to newly created net-im category:Pav Lucistnik2005-11-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net/aim -> net-im/aim net/amsn -> net-im/amsn net/ari-yahoo -> net-im/ari-yahoo net/ayttm -> net-im/ayttm net/bsflite -> net-im/bsflite net/ccmsn -> net-im/ccmsn net/centericq -> net-im/centericq net/cicquin -> net-im/cicquin net/coccinella -> net-im/coccinella net/convey -> net-im/convey net/echat -> net-im/echat net/ejabberd -> net-im/ejabberd net/firetalk -> net-im/firetalk net/fugu -> net-im/fugu net/gajim -> net-im/gajim net/gale -> net-im/gale net/ginsu -> net-im/ginsu net/gnome-jabber -> net-im/gnome-jabber net/gtkyahoo -> net-im/gtkyahoo net/gyach -> net-im/gyach net/icb -> net-im/icb net/icmpchat -> net-im/icmpchat net/icqlib -> net-im/icqlib net/imcom -> net-im/imcom net/jabberd -> net-im/jabberd net/jabber-pymsn -> net-im/jabber-pymsn net/jit -> net-im/jit net/kmerlin -> net-im/kmerlin net/kmess -> net-im/kmess net/konverse -> net-im/konverse net/kpopup -> net-im/kpopup net/libmsn -> net-im/libmsn net/libyahoo2 -> net-im/libyahoo2 net/linpopup -> net-im/linpopup net/linux-ymessenger -> net-im/linux-ymessenger net/mcabber -> net-im/mcabber net/mercury -> net-im/mercury net/micq -> net-im/micq net/mu-conference -> net-im/mu-conference net/naim -> net-im/naim net/pebrot -> net-im/pebrot net/pork -> net-im/pork net/py-msnp -> net-im/py-msnp net/py-pyxmpp -> net-im/py-pyxmpp net/p5-Jabber-Connection -> net-im/p5-Jabber-Connection net/p5-Net-AIM -> net-im/p5-Net-AIM net/p5-Net-AOLIM -> net-im/p5-Net-AOLIM net/p5-Net-ICQ2000 -> net-im/p5-Net-ICQ2000 net/p5-Net-MSN -> net-im/p5-Net-MSN net/p5-Net-NetSend -> net-im/p5-Net-NetSend net/p5-Net-OSCAR -> net-im/p5-Net-OSCAR net/simicq -> net-im/simicq net/sulci -> net-im/sulci net/tik -> net-im/tik net/tkabber -> net-im/tkabber net/tkabber-devel -> net-im/tkabber-devel net/tmsnc -> net-im/tmsnc net/vicq -> net-im/vicq net/vqcc-gtk -> net-im/vqcc-gtk net/xicq -> net-im/xicq net/ymessenger -> net-im/ymessenger net/ysm -> net-im/ysm Repocopied by: marcus Notes: svn path=/head/; revision=147669
* Chase gpgme updateOliver Lehmann2005-11-051-2/+2
| | | | | | | | | Bump PORTREVISION Pointy hat to: lofi Notes: svn path=/head/; revision=147410
* Update gpgme to 1.0.3 and chase shared library version bump.Michael Nottebrock2005-11-051-1/+1
| | | | Notes: svn path=/head/; revision=147343
* - fix libgadu security issues...Cheng-Lung Sung2005-10-191-1/+13
| | | | | | | | | | libgadu -- multiple vulnerabilities. Reference: <http://www.FreeBSD.org/ports/portaudit/3b4a6982-0b24-11da-bc08-0001020eed82.html> Notes: svn path=/head/; revision=145821
* - Add an option and appropriate LIB_DEPENDS to enable/disable PGPCheng-Lung Sung2005-10-041-0/+8
| | | | | | | | | | encryption of Jabber messages. PR: 86670 Submitted by: Stefan Walter <sw AT gegenunendlich dot de> Notes: svn path=/head/; revision=144123
* - update to 4.21.0Cheng-Lung Sung2005-09-033-3/+21
| | | | | | | | - AIM changed its protocol again - add patch-configure to make subdir configure free from error Notes: svn path=/head/; revision=141833
* - update to 4.20.0Cheng-Lung Sung2005-02-043-18/+3
| | | | | | | | | - remove installed libicq2000 header files - others please check URL: http://konst.org.ua/download/CHANGELOG.centericq Notes: svn path=/head/; revision=128012
* - update to 4.14.0Cheng-Lung Sung2005-01-193-3/+4
| | | | | | | | | | - add offline.wav - major fixes: - fix "'u' character disappear in ICQ protocol" - fix memory leak when checking RSS Notes: svn path=/head/; revision=126803
* - remove files/extra-patch-gcc34, my bad :-(Cheng-Lung Sung2004-12-202-1150/+0
| | | | | | | Noticed by: krion Notes: svn path=/head/; revision=124606
* - update to 4.13.0Cheng-Lung Sung2004-12-202-3/+3
| | | | | | | | | - introduce --debug option at start-up time, which bumps more information to ~/.centericq/debug - according to CHANGELOG, it buils fine with gcc 3.4 Notes: svn path=/head/; revision=124555
* Update to 4.12.0.Cheng-Lung Sung2004-10-123-12/+3
| | | | | | | | | PR: ports/72166 Submitted by: Dima Panov <redfox@Fluffy.Khv.RU> Approved by: mentor (vanilla) Notes: svn path=/head/; revision=118815
* - now really use OPTIONS.Cheng-Lung Sung2004-09-022-10/+12
| | | | | | | | | | | | | - get rid of warning of "WITHOUT_NLS". - switch to bzip2 archive. PR: ports/71241 Submitted by: Dima Panov <redfox@Fluffy.Khv.RU> Reviewed by: leeym (mentor) Approved by: leeym (mentor) Notes: svn path=/head/; revision=117951
* Unbreak with gcc 3.4.Maxim Sobolev2004-08-202-3/+1158
| | | | | | | | Obtained from: Gentoo Based on: http://www.gentoo.org/cgi-bin/viewcvs.cgi/net-im/centericq/files/centericq-4.9.12-gcc3.4.patch Notes: svn path=/head/; revision=116827
* My territory, suggested by ijliao. :pCheng-Lung Sung2004-08-201-1/+1
| | | | | | | Approved by: vanilla (co-mentor) Notes: svn path=/head/; revision=116729
* utilize OPTIONSYing-Chieh Liao2004-08-131-10/+20
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=116090
* Mark BROKEN: doesn't build with gcc-3.4.2Kirill Ponomarev2004-08-071-1/+7
| | | | Notes: svn path=/head/; revision=115589
* upgrade to 4.11.0Ying-Chieh Liao2004-08-062-4/+4
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=115489
* fix msn 100% cpu loading problemYing-Chieh Liao2004-07-292-3/+14
| | | | | | | | Obtained from: centericq mailing list Approved by: maintainer Notes: svn path=/head/; revision=114981
* fix msn lib dependsYing-Chieh Liao2004-07-091-1/+2
| | | | Notes: svn path=/head/; revision=113257
* upgrade to 4.10.0Ying-Chieh Liao2004-07-0216-7113/+26
| | | | | | | | PR: 68578 Submitted by: maintainer Notes: svn path=/head/; revision=112718
* - Add missing directoryKirill Ponomarev2004-05-311-0/+1
| | | | Notes: svn path=/head/; revision=110510
* Update to 4.9.12Tilman Keskinoz2004-05-013-14/+3
| | | | | | | | PR: 66137 Submitted by: Cheng-Lung Sung Notes: svn path=/head/; revision=108084
* - Disable Gadu-Gadu support by defaultKirill Ponomarev2004-04-122-17/+28
| | | | | | | | | | | - Add WITHOUT_NLS PR: ports/65381 Submitted by: "Herbert J. Skuhra" <herbert.skuhra@gmx.at> Approved by: maintainer Notes: svn path=/head/; revision=106786
* - Fix MSN nickname display problemPav Lucistnik2004-04-022-0/+17
| | | | | | | | PR: ports/65056 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> (maintainer) Notes: svn path=/head/; revision=105929
* - Use USE_ICONV knobKirill Ponomarev2004-03-301-2/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=105726
* - Update to 4.9.11Pav Lucistnik2004-03-287-24/+53
| | | | | | | | PR: ports/64793 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> (maintainer) Notes: svn path=/head/; revision=105487