aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/imspector
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired port:rene2018-06-169-290/+0
| | | | 2018-06-15 net-im/imspector: No active upstream, master site disappeared long ago
* Deprecate net-im/imspectortobik2018-05-281-0/+3
| | | | | | | | - The software has no active upstream. The last update was in 2011. - The master site disappeared long ago. PR: 228305 Reported by: maintainer
* Remove libiconv.so.3 compatibility link that was added in r374303 totijl2016-12-091-1/+1
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* net-im/imspector: configure SSL properly and honor LDFLAGSmarino2016-09-111-3/+4
| | | | Approved by: SSL blanket
* Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.mat2016-04-261-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
* converters/libiconv:tijl2015-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)
* Fix some USE_PGSQL that were missed beforecrees2014-11-231-1/+2
| | | | Submitted by: antoine
* Cleanup plistantoine2014-11-221-9/+3
|
* - Fix missing library problems when the linker enforces explicit linkingtijl2014-08-262-11/+10
| | | | | | PR: 192062 Exp-run by: antoine Approved by: portmgr (antoine)
* Bump more ports that depend on libsqlite3.so:tijl2014-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)
* - Replace USE_GMAKE by USES=gmakegarga2014-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)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | net-im)
* - Make ports use the libc provided iconv implementation on 10-CURRENTmadpilot2013-09-052-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)
* Fix plistantoine2013-07-091-2/+4
|
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-271-1/+1
| | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising
* - Add IPFW suuport [1] and enable it by default [2]pclin2013-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)
* Fix typos and make small modifications in COMMENT (according to Porter'scs2012-08-031-1/+1
| | | | | | Handbook) Approved by: portmgr@ (implicit)
* - Update to 20111108scheidell2012-06-257-21/+45
| | | | | | | - Add MSN 2011 protocol support PR: ports/162511 Submitted by: "Mikhail T." <m.tsatsenko@gmail.com> (maintainer)
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-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.
* Remove more tags from pkg-descr files fo the form:dougb2011-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.
* Link against libiconvjlaffaye2011-06-152-1/+11
| | | | | | | | Bump port revision PR: ports/157872 Submitted by: "Mikhail T." <m.tsatsenko@gmail.com> (maintainer) Approved by: bapt (mentor)
* Update to 0.9jlaffaye2011-06-146-28/+94
| | | | | | | | | Add LICENSE Submitter is now maintainer PR: ports/157803 Submitted by: "Mikhail T." <m.tsatsenko@gmail.com> Approved by: bapt (mentor)
* Maintainers addresses are not valid anymore put the port back to the poolbapt2011-06-101-1/+1
|
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-071-7/+1
|
* - Mark BROKEN on 5.x due to /usr/include/net/pfavr.hrafan2008-03-241-0/+4
| | | | Reported by: pointyhat
* IMSpector is an Instant Messenger transparent proxy with monitoring,rafan2008-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>