aboutsummaryrefslogtreecommitdiff
path: root/net-im/libpurple
Commit message (Collapse)AuthorAgeFilesLines
* 4 ports categories: Remove $PTHREAD_LIBSJohn Marino2015-03-241-3/+2
| | | | | | | | | Categories: www, ftp, net-im, net-mgmt approved by: PTHREAD blanket Notes: svn path=/head/; revision=382150
* Fix the plist when building without NSS.Joe Marcus Clarke2015-02-091-2/+2
| | | | | | | Submitted by: Sergey Kandaurov <pluknet@gmail.com> Notes: svn path=/head/; revision=378745
* Put back the local perl hack for .packlist to fix make stage.Joe Marcus Clarke2014-12-191-0/+6
| | | | | | | PR: 192054 Notes: svn path=/head/; revision=374983
* Update to 2.10.11 and fix the build with the ncurses port.Joe Marcus Clarke2014-12-025-17/+20
| | | | | | | 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-292-48/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-11/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Fix the MSN application ID to re-enable the buddy list.Joe Marcus Clarke2014-11-132-1/+12
| | | | | | | | Reported by: Matthias Apitz <guru@unixarea.de> Obtained from: Pidgin git Notes: svn path=/head/; revision=372537
* - Update to 2.10.10Ryan Steinmetz2014-10-243-69/+63
| | | | | | | | With hat: ports-secteam Security: d057c5e6-5b20-11e4-bebd-000c2980a9f3 Notes: svn path=/head/; revision=371419
* Fix staging when Perl is enabled for slave ports.Joe Marcus Clarke2014-10-011-1/+1
| | | | | | | Reported by: John Wood <john@charpa.org> Notes: svn path=/head/; revision=369683
* dns/libidn:Tijl Coosemans2014-08-301-1/+1
| | | | | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Always install libidn-components.png because it is used by libidn.info - Add -lintl to Libs.private instead of Libs in libidn.pc Notes: svn path=/head/; revision=366659
* Adapt the fixpacklist Perl hack to work with libpurple.Joe Marcus Clarke2014-08-021-0/+6
| | | | | | | PR: 192054 Notes: svn path=/head/; revision=363787
* - Replace security/gnutls with security/gnutls3 and update to 3.2.15Tijl Coosemans2014-07-231-1/+1
| | | | | | | | | | | | | | | - Bump PORTREVISION on all ports that depend on security/gnutls and adjust all ports that depend on security/gnutls3 - Update mail/anubis to version 4.2 which supports gnutls 3.x - Update mail/libvmime to a development snapshot (recommended by upstream developers) PR: 191274 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=362645
* - Chase database/sqlite3 slib bumpMartin Wilke2014-06-271-1/+1
| | | | | | | Approved by: portmgr (myself) Notes: svn path=/head/; revision=359586
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=357486
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-101-1/+0
| | | | | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=357300
* Fix gettext detection.Tijl Coosemans2014-05-271-1/+2
| | | | | | | PR: 190299 Notes: svn path=/head/; revision=355575
* Fix build with SASL option.Tijl Coosemans2014-05-211-0/+1
| | | | | | | PR: ports/190057 Notes: svn path=/head/; revision=354753
* Strip libraries.Tijl Coosemans2014-05-201-1/+2
| | | | | | | Requested by: mandree Notes: svn path=/head/; revision=354690
* - Remove "${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH}" from post-patch.Tijl Coosemans2014-05-201-18/+1
| | | | | | | | | | | | | It was added to prevent running autotools in a previous version of the port but is no longer needed and may actually cause autotools to run because not all files get the same timestamp. - Remove some other things from older versions. Reported by: many PR: ports/189938 Notes: svn path=/head/; revision=354674
* Convert net-im/libpurple (and slave ports net-im/finch and net-im/pidgin)Tijl Coosemans2014-05-172-41/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* Correct a typo when configuring dynamic prpl modules. I seem to recall thisJoe Marcus Clarke2014-02-211-1/+1
| | | | | | | | was a typo on purpose at some point, but the new configure uses '-' instead of '_'. Notes: svn path=/head/; revision=345485
* USES_GNOME=gnomehack -> USES=pathfixMatthias Andree2014-02-051-2/+2
| | | | | | | Approved by: marcus@ (maintainer) Notes: svn path=/head/; revision=342828
* Fix SILC dependency so the lib is found if installed.Matthias Andree2014-02-051-1/+1
| | | | Notes: svn path=/head/; revision=342808
* Update to 2.10.9. See https://developer.pidgin.im/wiki/ChangeLog for theJoe Marcus Clarke2014-02-052-3/+3
| | | | | | | | | change in this release. Submitted by: Marc Peters <marc@mpeters.org> Notes: svn path=/head/; revision=342796
* Update to 2.10.8.Joe Marcus Clarke2014-02-047-83/+35
| | | | | | | | | | 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
* - Convert to USES=tkPietro Cerutti2014-01-171-6/+6
| | | | Notes: svn path=/head/; revision=340026
* Fix the v4l2 GST plugin name. The gst_v4l2 is the port module name, not theJoe Marcus Clarke2013-11-301-1/+1
| | | | | | | | | user-facing module name. Reminded by: kwm Notes: svn path=/head/; revision=335255
* Bump PORTREVISION as voice/video support is in the default OPTIONS set.Joe Marcus Clarke2013-11-291-1/+1
| | | | | | | Reminded by: mat Notes: svn path=/head/; revision=335187
* Make sure gstreamer-plugins-v4l2 is installed if voice/video support isJoe Marcus Clarke2013-11-281-0/+1
| | | | | | | | | enabled. PR: 183713 Notes: svn path=/head/; revision=335128
* 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
* Convert to new perl frameworkBaptiste Daroussin2013-09-171-1/+1
| | | | | | | Convert from USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=327454
* - Make ports use the libc provided iconv implementation on 10-CURRENTGuido Falsi2013-09-041-1/+1
| | | | | | | | | | | | | 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 pkgconfBaptiste Daroussin2013-09-031-2/+2
| | | | Notes: svn path=/head/; revision=326133
* Convert to new option frameworkBaptiste Daroussin2013-06-041-56/+55
| | | | Notes: svn path=/head/; revision=319896
* Hardcode OPTIONSFILE across all slave ports to prevent disperate optionsJoe Marcus Clarke2013-04-281-0/+2
| | | | | | | | | per frontend. PR: 177534 Notes: svn path=/head/; revision=316766
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-2/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising Notes: svn path=/head/; revision=316662
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* Fix a crash with the cap plugin.Joe Marcus Clarke2013-03-241-0/+11
| | | | | | | | PR: 176851 Submitted by: Ivan Klymenko <fidaj@ukr.net> Notes: svn path=/head/; revision=315159
* Fix the IRC module by linking libirc with libsasl2.Joe Marcus Clarke2013-03-103-1/+33
| | | | | | | | | PR: 176372 Submitted by: decke Obtained from: Slackware Notes: svn path=/head/; revision=313809
* Update to 2.10.7. See https://developer.pidgin.im/wiki/ChangeLog for changesJoe Marcus Clarke2013-02-173-4/+5
| | | | | | | in this release. Notes: svn path=/head/; revision=312459
* - Add UPDATING entry for gnutls updateRoman Bogorodskiy2013-02-051-1/+1
| | | | | | | - Chase shlib version bump for dependant ports Notes: svn path=/head/; revision=311722
* Update to 2.10.6. See http://developer.pidgin.im/wiki/ChangeLog for a listJoe Marcus Clarke2012-07-092-4/+4
| | | | | | | of changes in this release. Notes: svn path=/head/; revision=300641
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* Update to 2.10.4. See http://developer.pidgin.im/wiki/ChangeLog for a listJoe Marcus Clarke2012-05-122-3/+3
| | | | | | | of changesin this release. Notes: svn path=/head/; revision=296493
* Update to 2.10.3. See http://developer.pidgin.im/wiki/ChangeLog for aJoe Marcus Clarke2012-04-012-3/+3
| | | | | | | | | list of changes in this release. Feature safe: yes Notes: svn path=/head/; revision=294097
* Update to 2.10.2. See http://developer.pidgin.im/wiki/ChangeLog for aJoe Marcus Clarke2012-03-182-3/+3
| | | | | | | | | list of changes in this release. Feature safe: yes Notes: svn path=/head/; revision=293524
* - Remove conditional checks for FreeBSD 6.XPav Lucistnik2012-03-021-4/+1
| | | | | | | | | PR: ports/165608 Submitted by: pgollucci Approved by: portmgr (hat) Notes: svn path=/head/; revision=292531
* Update to 2.10.1. See http://developer.pidgin.im/wiki/ChangeLog for a listJoe Marcus Clarke2011-12-102-4/+4
| | | | | | | | | of changes. Feature safe: yes Notes: svn path=/head/; revision=287160
* When the WITH_TCLTK option is turned on at config-time, use theMikhail Teterin2011-09-271-15/+15
| | | | | | | | | | | | | | bsd.tcl.mk API. Although this changes Tcl version from 8.4 to 8.5 for most Tcl-users, there is no PORTREVISION bump, because TCLTK option is off by default. While here, slightly rephrase the descriptions of the two SSL-options (GNUTLS vs. NSS). Approved by: maintainer Notes: svn path=/head/; revision=282515