aboutsummaryrefslogtreecommitdiff
path: root/net-im/imspector
Commit message (Collapse)AuthorAgeFilesLines
* Remove libiconv.so.3 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428150
* net-im/imspector: configure SSL properly and honor LDFLAGSJohn Marino2016-09-101-3/+4
| | | | | | | Approved by: SSL blanket Notes: svn path=/head/; revision=421748
* Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.Mathieu Arnold2016-04-251-2/+2
| | | | | | | | | | | | | | While there replace USE_SQLITE=x by USES=sqlite:x. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951 Notes: svn path=/head/; revision=414014
* converters/libiconv:Tijl Coosemans2015-04-151-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove const qualifier from iconv(3) to match POSIX: http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html - Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is defined because the base system iconv supports these extensions too. Add/remove patches to/from ports to call iconv with non-const arguments. This breaks some ports on FreeBSD 10 because base system iconv.h still has the const qualifier. Fix this by letting USES=iconv add a build dependency on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG defined) instead of the base system iconv.h. This exposed some ports that link with libiconv when it is available instead of using libc iconv. In these cases one of the following changes has been made: - patch configure scripts to test for libc iconv first - add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable some configure tests - converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4 - lang/gcc5-aux: respect CFLAGS and friends during configure such that LIBICONV_PLUG is defined in the iconv test, also switch to external gettext - mail/gnarwl: replace patches with CPPFLAGS/LIBS - multimedia/ffmpeg2theora: remove iconv test from SConstruct and use ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c - net-im/licq: finish conversion to cmake - net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4: don't need iconv - textproc/p5-XML-TinyXML: finish conversion to USES=perl5 Other changes: - databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2 and lzo support - games/ldmud: respect CFLAGS and friends - graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg dependencies PR: 199099 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=384038
* Fix some USE_PGSQL that were missed beforeChris Rees2014-11-221-1/+2
| | | | | | | Submitted by: antoine Notes: svn path=/head/; revision=373110
* Cleanup plistAntoine Brodin2014-11-211-9/+3
| | | | Notes: svn path=/head/; revision=373023
* - Fix missing library problems when the linker enforces explicit linkingTijl Coosemans2014-08-262-11/+10
| | | | | | | | | PR: 192062 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=366215
* 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
* - Replace USE_GMAKE by USES=gmakeRenato Botelho2014-02-193-23/+29
| | | | | | | | | | | | | - Use OPTIONS helpers - Support staging - Pet portlint - Add a new option, off by default, to build PLUGINS PR: ports/186687 Approved by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer) Notes: svn path=/head/; revision=345098
* 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
* - Make ports use the libc provided iconv implementation on 10-CURRENTGuido Falsi2013-09-042-1/+3
| | | | | | | | | | | | | 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
* Fix plistAntoine Brodin2013-07-081-2/+4
| | | | Notes: svn path=/head/; revision=322536
* - 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 IPFW suuport [1] and enable it by default [2]Po-Chien Lin2013-02-252-10/+21
| | | | | | | | | | | | | | | - Trim Makefile header [2] - Remove invalid entry from MASTER_SITES - Patch to fix clang compiling - Tune pkg-plist to pet portlint(1) PR: ports/175765 Submitted by: Oleg_Sch <7zsfx@7zsfx.info> [1] Approved by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer) [2] Approved by: swills (mentor) Notes: svn path=/head/; revision=312904
* Fix typos and make small modifications in COMMENT (according to Porter'sCarlo Strub2012-08-031-1/+1
| | | | | | | | | Handbook) Approved by: portmgr@ (implicit) Notes: svn path=/head/; revision=301960
* - Update to 20111108Michael Scheidell2012-06-247-21/+45
| | | | | | | | | | - Add MSN 2011 protocol support PR: ports/162511 Submitted by: "Mikhail T." <m.tsatsenko@gmail.com> (maintainer) Notes: svn path=/head/; revision=299901
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* Link against libiconvJulien Laffaye2011-06-142-1/+11
| | | | | | | | | | | Bump port revision PR: ports/157872 Submitted by: "Mikhail T." <m.tsatsenko@gmail.com> (maintainer) Approved by: bapt (mentor) Notes: svn path=/head/; revision=275579
* Update to 0.9Julien Laffaye2011-06-136-28/+94
| | | | | | | | | | | | Add LICENSE Submitter is now maintainer PR: ports/157803 Submitted by: "Mikhail T." <m.tsatsenko@gmail.com> Approved by: bapt (mentor) Notes: svn path=/head/; revision=275502
* Maintainers addresses are not valid anymore put the port back to the poolBaptiste Daroussin2011-06-101-1/+1
| | | | Notes: svn path=/head/; revision=275303
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-061-7/+1
| | | | Notes: svn path=/head/; revision=225335
* - Mark BROKEN on 5.x due to /usr/include/net/pfavr.hRong-En Fan2008-03-241-0/+4
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=209671
* IMSpector is an Instant Messenger transparent proxy with monitoring,Rong-En Fan2008-03-198-0/+185
blocking, and content-filtering capabilities. WWW: http://www.imspector.org/ - Dejs Ilja ilja.dejs@gmail.com PR: ports/121778 Submitted by: Ilja Dejs <ilja.dejs at gmail.com> Notes: svn path=/head/; revision=209345