summaryrefslogtreecommitdiff
path: root/net-im/pidgin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.10.11 and fix the build with the ncurses port.Joe Marcus Clarke2014-12-021-0/+1
| | | | | | | Submitted by: Matthias Apitz <guru@unixarea.de> (ncurses fix) Notes: svn path=/head/; revision=373772
* Update to 2.10.11 and fix the build with the ncurses port.Joe Marcus Clarke2014-12-021-6/+0
| | | | | | | Submitted by: Matthias Apitz <guru@unixarea.de> (ncurses fix) Notes: svn path=/head/; revision=373770
* Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. TheTijl Coosemans2014-11-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | first contains runtime libraries such as libintl and the latter contains developer tools such as msgfmt. Ports that use gettext will usually need a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools. USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on devel/gettext-runtime and USES=gettext-tools can be used to set a BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools. Update gettext to 0.19.3. Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave symlinks with the old library versions to avoid the need to bump PORTREVISION on a large number of dependent ports. When most of the dependent ports have had normal version updates, PORTREVISION can be bumped on the remaining ones (low number) and the links can be removed. Fix some ports that installed files in lib/locale instead of share/locale. PR: 194038 Reviewed by: bapt Exp-run: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=373636
* - Update to 2.10.10Ryan Steinmetz2014-10-242-65/+64
| | | | | | | | With hat: ports-secteam Security: d057c5e6-5b20-11e4-bebd-000c2980a9f3 Notes: svn path=/head/; revision=371419
* Finish stage supportAntoine Brodin2014-08-101-0/+1
| | | | Notes: svn path=/head/; revision=364521
* Bump more ports that depend on libsqlite3.so:Tijl Coosemans2014-07-051-1/+1
| | | | | | | | | | - ports that set USE_SQLITE with the *_USE option helper - ports that depend on libsqlite3 indirectly as reported by pkg rquery Approved by: portmgr (implicit) Notes: svn path=/head/; revision=360738
* Fix gettext detection.Tijl Coosemans2014-05-271-1/+1
| | | | | | | PR: 190299 Notes: svn path=/head/; revision=355575
* Strip libraries.Tijl Coosemans2014-05-201-1/+1
| | | | | | | Requested by: mandree Notes: svn path=/head/; revision=354690
* Convert net-im/libpurple (and slave ports net-im/finch and net-im/pidgin)Tijl Coosemans2014-05-172-31/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to "USES=libtool tar:bzip2". Bump PORTREVISION on all dependent ports and modernise them as well (USES, LIB_DEPENDS, staging). audio/pidgin-musictracker: - Replace LIBS with LDFLAGS. - Disable static plugin. net/online-desktop: Remove obsolete patches. net-im/mbpurple: - Drop pkgconf dependency. - Replace post-patch with MAKE_ARGS. - Use standard do-build. net-im/pidgin-audacious-remote: Disable static plugin. net-im/pidgin-birthday-reminder: Disable static plugin. net-im/pidgin-fetion: Replace pkg-plist with PLIST_FILES. net-im/pidgin-guifications: - Drop USE_GNOME=gnomeprefix. - Replace LIBS with LDFLAGS. net-im/pidgin-hotkeys: - Drop CFLAGS=-fPIC. - Fix build on systems without gcc. net-im/pidgin-libnotify: - Use option helpers. - Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS. net-im/pidgin-manualsize: Fix build on systems without gcc. net-im/pidgin-privacy-please: - Replace a patch with CPPFLAGS and LDFLAGS. - Don't use USE_LDCONFIG for a plugin. net-im/pidgin-sipe: - Don't use USE_LDCONFIG for a plugin. - Drop PORTDOCS that don't contain useful documentation. - Patch configure with s/LDLAGS/LDFLAGS/ so LDFLAGS can replace LIBS. - Use option helpers and fix Kerberos option. - Remove obsolete CONFIGURE_ENV. security/pidgin-encryption: - Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS. - Disable static plugin. - Use option helpers. security/pidgin-otr: - Drop redundant comment about PORTREVISION. - Add USE_GNOME=gtk20. - Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS. - Port uses stack protector unconditionally so link with -lssp_nonshared when necessary like Mk/bsd.ssp.mk does. Approved by: portmgr (PORTREVISION bump on unstaged port) Notes: svn path=/head/; revision=354341
* USES_GNOME=gnomehack -> USES=pathfixMatthias Andree2014-02-051-1/+2
| | | | | | | Approved by: marcus@ (maintainer) Notes: svn path=/head/; revision=342828
* Update to 2.10.8.Joe Marcus Clarke2014-02-041-8/+5
| | | | | | | | | | See https://developer.pidgin.im/wiki/ChangeLog for a list of changes in this release. While here, convert to STAGE and update LIB_DEPENDS. Notes: svn path=/head/; revision=342485
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-222-2/+0
| | | | | | | | | the mtree (categories starting with [np]) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331273
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | net-im) Notes: svn path=/head/; revision=327756
* Fix a crash with the cap plugin.Joe Marcus Clarke2013-03-241-1/+1
| | | | | | | | PR: 176851 Submitted by: Ivan Klymenko <fidaj@ukr.net> Notes: svn path=/head/; revision=315159
* Update to 2.10.6.Joe Marcus Clarke2012-07-091-1/+1
| | | | Notes: svn path=/head/; revision=300642
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* Update Pidgin and friends to 2.10.0. SeeJoe Marcus Clarke2011-08-272-2/+3
| | | | | | | | http://developer.pidgin.im/wiki/ChangeLog for a list of changes in this release. Notes: svn path=/head/; revision=280586
* Fix a bug where chat rooms/channels can appear multiple times. This isJoe Marcus Clarke2011-07-191-1/+1
| | | | | | | | | | taken from http://developer.pidgin.im/ticket/14351 . PR: 158814 Submitted by: Armin Pirkovitsch <armin@frozen-zone.org> Notes: svn path=/head/; revision=277943
* Update Pidgin and friends to 2.9.0. SeeJoe Marcus Clarke2011-07-021-1/+1
| | | | | | | | http://developer.pidgin.im/wiki/ChangeLog for a list of changes in this release. Notes: svn path=/head/; revision=276939
* Update to 2.8.0. See http://developer.pidgin.im/wiki/ChangeLog for a listJoe Marcus Clarke2011-06-192-8/+1
| | | | | | | of changes. Notes: svn path=/head/; revision=275861
* Update to 2.7.8, and modify plist to play nicely with net-im/mbpurple.Joe Marcus Clarke2011-01-021-5/+8
| | | | | | | | PR: 153417 Submitted by: dougb Notes: svn path=/head/; revision=267296
* Update to 2.7.4. See http://developer.pidgin.im/wiki/ChangeLog for a listJoe Marcus Clarke2010-10-231-2/+1
| | | | | | | of changes. Notes: svn path=/head/; revision=263499
* Update to 2.7.3. See http://developer.pidgin.im/wiki/ChangeLog for a listJoe Marcus Clarke2010-08-151-0/+21
| | | | | | | of changes. Notes: svn path=/head/; revision=259246
* Update to 2.7.1. See http://developer.pidgin.im/wiki/ChangeLog for a listJoe Marcus Clarke2010-06-132-1/+7
| | | | | | | | | | | | | | of changes. [1] Also, add a patch to fix compatibility with ICQ 6. [2] PR: 147758 [1] Submitted by: pluknet <pluknet@gmail.com> [1] (based on) Eugene Dzhurinsky <bofh@redwerk.com> [2] Obtained from: http://developer.pidgin.im/ticket/11836 [2] Notes: svn path=/head/; revision=256491
* Bump PORTREVISION and add USE_GETTEXT where missing.Joe Marcus Clarke2010-05-311-1/+1
| | | | | | | PR: 147257 Notes: svn path=/head/; revision=255418
* Remove the NLS hooks I missed in the initial commit. NLS support isJoe Marcus Clarke2010-05-232-6/+2
| | | | | | | required. Notes: svn path=/head/; revision=254905
* Update Pidgin and friends to 2.7.0. SeeJoe Marcus Clarke2010-05-222-113/+146
| | | | | | | | | | | http://developer.pidgin.im/wiki/ChangeLog for the list of changes. Also, enable Tcl 8.5 support. PR: 146607 Submitted by: dougb Notes: svn path=/head/; revision=254786
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* Updat to 2.6.6. See http://developer.pidgin.im/wiki/ChangeLog for a listJoe Marcus Clarke2010-02-211-1/+1
| | | | | | | | | of changes. Feature safe: yes Notes: svn path=/head/; revision=250109
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* Update to 2.6.4. See http://developer.pidgin.im/wiki/ChangeLog for a listJoe Marcus Clarke2009-12-061-0/+3
| | | | | | | | | | of changesi n this release. PR: 141082 Submitted by: doubg (based on) Notes: svn path=/head/; revision=245310
* Update to 2.6.2. See http://developer.pidgin.im/wiki/ChangeLog for a listJoe Marcus Clarke2009-09-081-3/+5
| | | | | | | of changes in this release. Notes: svn path=/head/; revision=241056
* Allow these ports to report the correct set of protocol modules.Joe Marcus Clarke2009-08-221-1/+2
| | | | | | | | PR: 138042 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> Notes: svn path=/head/; revision=240110
* Update to 2.6.1. See http://developer.pidgin.im/wiki/ChangeLog for a listJoe Marcus Clarke2009-08-202-2/+68
| | | | | | | of changes. Notes: svn path=/head/; revision=239995
* Correct plist when dbus is not installed.Joe Marcus Clarke2009-08-111-1/+1
| | | | | | | PR: 137670 Notes: svn path=/head/; revision=239348
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Update to 2.5.4.Joe Marcus Clarke2009-01-142-1/+4
| | | | | | | | | | | | | | | | * Add OPTIONS for all of the dynamic chat protocol modules * Add plist support for WITHOUT_GNUTLS * Add the myspace chat protocol * Install the man pages See http://developer.pidgin.im/wiki/ChangeLog for a list of release changes. PR: 130488 Submitted by: dougb Notes: svn path=/head/; revision=226008
* Update to 2.5.3. See http://developer.pidgin.im/wiki/ChangeLog for a listJoe Marcus Clarke2008-12-221-2/+47
| | | | | | | of changes. Notes: svn path=/head/; revision=224552
* Update to 2.5.1. See http://developer.pidgin.im/wiki/ChangeLog for a listJoe Marcus Clarke2008-09-071-103/+39
| | | | | | | of changes in this release. Notes: svn path=/head/; revision=220037
* Update to 2.5.0. See http://developer.pidgin.im/wiki/ChangeLog for a listJoe Marcus Clarke2008-08-212-3/+6
| | | | | | | of changes in this release. Notes: svn path=/head/; revision=218970
* Update to 2.4.3. See http://developer.pidgin.im/wiki/ChangeLog for a listJoe Marcus Clarke2008-07-021-1/+1
| | | | | | | | | of changes. Submitted by: dougb Notes: svn path=/head/; revision=216127
* 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
* Add a missing dependency on libSM.Joe Marcus Clarke2008-05-211-2/+2
| | | | | | | Reported by: Kris Moore <kris@pcbsd.org> Notes: svn path=/head/; revision=213468
* * Update distinfo with new checksum. This distfile was re-rolled to fix aJoe Marcus Clarke2008-05-201-1/+2
| | | | | | | | | | configure script generation problem * Add a missing dependency on xscrnsaver for pidgin [1] Reported by: pointyhat via pav [1] Notes: svn path=/head/; revision=213428
* Update to 2.4.2. See http://developer.pidgin.im/wiki/ChangeLog for the listJoe Marcus Clarke2008-05-192-1/+6
| | | | | | | of changes. Notes: svn path=/head/; revision=213319
* Update to 2.4.0. See http://developer.pidgin.im/wiki/ChangeLog for a listJoe Marcus Clarke2008-03-022-1/+13
| | | | | | | of changes. Notes: svn path=/head/; revision=208302
* Update pidgin to 2.3.1, and chase the shared lib version bump. SeeJoe Marcus Clarke2007-12-132-2/+7
| | | | | | | http://developer.pidgin.im/wiki/ChangeLog for the list of changes. Notes: svn path=/head/; revision=203443
* Update to 2.2.2. See http://developer.pidgin.im/wiki/ChangeLog for allJoe Marcus Clarke2007-10-291-1/+1
| | | | | | | of the changes. Notes: svn path=/head/; revision=202300
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialJoe Marcus Clarke2007-10-242-541/+541
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNOME 2.20 release notes can be found at http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update includes the new GIMP 2.4 (courtesy of ahze). The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share rather than ${PREFIX}/share/gnome. The result is that fewer patches and hacks are needed to port GNOME components to FreeBSD. This will mean some user changes may be required, so be sure to read /usr/ports/UPDATING for more details. This release and the things we accomplished in it would not have been possible without mezz's crazy idea to collapse DATADIR, and his persistence to make it happen successfully. Ahze and pav also deserve thanks for their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338 Notes: svn path=/head/; revision=201947
* Update to 2.2.0. See http://pidgin.im/ChangeLog for the list of changesJoe Marcus Clarke2007-09-172-2/+9
| | | | | | | in this release. Notes: svn path=/head/; revision=199640