aboutsummaryrefslogtreecommitdiff
path: root/net-im/licq
Commit message (Collapse)AuthorAgeFilesLines
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-231-1/+1
| | | | | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket Notes: svn path=/head/; revision=415742
* many ports: mark broken on powerpc64Steve Wills2016-04-211-0/+2
| | | | Notes: svn path=/head/; revision=413746
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-012-6/+6
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - remove option to disable OpenSSLDirk Meyer2016-03-191-12/+11
| | | | | | | | | - add option for gpgme support - cleanup option NLS PR: 207713 Notes: svn path=/head/; revision=411389
* - cleanupDirk Meyer2015-10-081-2/+2
| | | | Notes: svn path=/head/; revision=398806
* Uses/iconv.mk: Set iconv-related CMake variables.Raphael Kubo da Costa2015-09-031-31/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The way we deal with iconv in base and ports across different FreeBSD releases is complicated: 9.x does not have iconv.h in base, 10.1 has it with a different prototype for iconv(3) and later versions have the right iconv(3) prototype. And, in some cases (USES=iconv:{translit,wchar_t}), we must always use the libiconv port. This is why there are so many checks in Uses/iconv.mk: we need to know the situation we currently have in order to decide whether to pull iconv from converters/libiconv, whether to just use its header (and pull the library from base) or whether to use everything from base. r384038 adjusted several CMake-based ports, but did so in a way that was not very scalable and required a few intrusive patches to some ports. Most ports that have both USES=cmake and USES=iconv use variations of FindIconv.cmake that behave similarly. This change passes the header and library values we really want to use to CMake using the most common variable names, bypassing the calls to find_path() and find_library() that would sometimes end up finding the wrong file. The few ports that use different variable names have had their Makefiles adjusted (we manually pass the values we want via CMAKE_ARGS). Other changes: - chinese/fcitx: Explicitly set LIBICONV_LIBC_HAS_ICONV_OPEN=OFF as we always want the version from ports because of USES=iconv:wchar_t. - editors/calligra: Explicitly use iconv:translit because Kexi needs it. - irc/weechat and irc/weechat-devel: The FindIconv.cmake patches could not be entirely removed because the check_library_exists() calls are wrong. Sent upstream: https://github.com/weechat/weechat/pull/513 - textproc/ctpp2: Use iconv:translit when the TRANSLITERATE option is used. PORTREVISION has been bumped in editors/calligra and textproc/ctpp2 because their dependency list has changed in 10.2 and later as the ports version is always used now. PR: 202798 Reviewed by: antoine, tijl Approved by: portmgr (antoine) Notes: svn path=/head/; revision=395972
* converters/libiconv:Tijl Coosemans2015-04-152-6/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* 4 ports categories: Remove $PTHREAD_LIBSJohn Marino2015-03-241-1/+1
| | | | | | | | | Categories: www, ftp, net-im, net-mgmt approved by: PTHREAD blanket Notes: svn path=/head/; revision=382150
* Simplify plistBaptiste Daroussin2014-10-311-17/+1
| | | | Notes: svn path=/head/; revision=371964
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-101-1/+1
| | | | | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category N. CR: D307 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=361440
* - update to 1.8.2Dirk Meyer2014-06-074-4/+13
| | | | Notes: svn path=/head/; revision=356892
* - new USES=Dirk Meyer2014-03-301-1/+1
| | | | Notes: svn path=/head/; revision=349670
* Chase boost and icu bumpBaptiste Daroussin2014-02-071-1/+1
| | | | | | | While here convert some LIB_DEPENDS Notes: svn path=/head/; revision=343214
* - fix build with clangDirk Meyer2014-02-051-2/+1
| | | | | | | | PR: 186389 Submitted by: Tijl Coosemans Notes: svn path=/head/; revision=342634
* - add USE_GCC for CURRENTDirk Meyer2014-01-111-0/+1
| | | | Notes: svn path=/head/; revision=339400
* - use STAGEDIRDirk Meyer2013-12-171-19/+14
| | | | | | | - use OPTIONS_DEFINE Notes: svn path=/head/; revision=336722
* - fix misplaced NO_STAGE in slaveports and ifdefsDirk Meyer2013-09-211-1/+2
| | | | Notes: svn path=/head/; revision=327804
* 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-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
* - update to 1.8.0Dirk Meyer2013-08-304-9/+19
| | | | | | | | - removed plugins: licq-console is no longer maintened upstream. - new plugins: licq-icq, licq-msn Notes: svn path=/head/; revision=325717
* Convert from WITHOUT_NLS to PORT_OPTIONS:MNLSBaptiste Daroussin2013-05-061-1/+3
| | | | | | | While here do some conversion to new options framework Notes: svn path=/head/; revision=317503
* - 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 4)Alex Kozlov2013-04-261-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316596
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* Chase boost updateBaptiste Daroussin2013-01-311-0/+1
| | | | Notes: svn path=/head/; revision=311310
* - update to 1.7.1Dirk Meyer2013-01-262-6/+3
| | | | Notes: svn path=/head/; revision=311041
* - update to 1.7.0Dirk Meyer2012-12-094-12/+10
| | | | Notes: svn path=/head/; revision=308565
* - update to 1.6.1Dirk Meyer2012-06-223-6/+7
| | | | Notes: svn path=/head/; revision=299760
* - remove broken option WITH_SOCKSDirk Meyer2012-02-221-14/+0
| | | | | | | | PR: 165386 Submitted by: Josh Paetzel Notes: svn path=/head/; revision=292078
* - update to 1.6.0Dirk Meyer2012-01-124-27/+18
| | | | Notes: svn path=/head/; revision=289030
* - update to 1.5.1Dirk Meyer2011-08-052-6/+6
| | | | Notes: svn path=/head/; revision=278971
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - update licq ports to 1.5.0Dirk Meyer2010-11-276-73/+99
| | | | | | | | - use cmake framework - add license Notes: svn path=/head/; revision=265275
* Deprecate md5 in favour of sha256 checksums. md5 checksums will no longerErwin Lansing2010-10-281-1/+1
| | | | | | | | | | | | | be generated or checked, and will be silently ignored for now. Also, generalize the MD5_FILE macro to DISTINFO_FILO. PR: 149657 Submitted by: rene Approved by: portmgr Tested on: pointyhat i386 7-exp Notes: svn path=/head/; revision=263705
* - update to 1.3.9Dirk Meyer2010-05-214-41/+8
| | | | Notes: svn path=/head/; revision=254720
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with N Notes: svn path=/head/; revision=240073
* - Update boost to 1.39Pav Lucistnik2009-07-281-1/+1
| | | | | | | | | | - Split boost port to separate components, with boost-all metaport PR: ports/137054 Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer) Notes: svn path=/head/; revision=238504
* - Fix package for option WITH_NLSDirk Meyer2008-11-021-0/+1
| | | | | | | Submitted by: Sergey A. Osokin (osa) Notes: svn path=/head/; revision=222320
* - udpate to 1.3.6Dirk Meyer2008-11-014-18/+7
| | | | Notes: svn path=/head/; revision=222271
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-1/+0
| | | | | | | MAKE_ENV Notes: svn path=/head/; revision=217477
* - fix login problemsDirk Meyer2008-07-022-1/+12
| | | | | | | | Submitted by: Alexander Melnik Obtained from: http://www.licq.org/wiki/news/2008-07-02-IcqLoginProblems Notes: svn path=/head/; revision=216174
* - mark option WITH_SOCKS brokenDirk Meyer2007-12-231-0/+1
| | | | Notes: svn path=/head/; revision=204406
* - add sidcleanDirk Meyer2007-12-162-1/+5
| | | | Notes: svn path=/head/; revision=203857
* - Fix plistPav Lucistnik2007-12-132-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=203501
* - update to 1.3.5Dirk Meyer2007-12-114-20/+8
| | | | Notes: svn path=/head/; revision=202995
* - cleanup OSVERSION checksDirk Meyer2007-10-101-2/+0
| | | | Notes: svn path=/head/; revision=201235
* - disable NLS when option WITHOUT_NLS is setDirk Meyer2006-11-081-0/+1
| | | | | | | Submitted by: Igor Sysoev Notes: svn path=/head/; revision=176796
* - add missning includesDirk Meyer2006-11-051-0/+10
| | | | | | | - fix build on FreeBSD 4.x Notes: svn path=/head/; revision=176446
* - update to 1.3.4Dirk Meyer2006-10-317-164/+11
| | | | | | | pkg-plist files submitted by Dennis Schneider Notes: svn path=/head/; revision=175659
* - fix build with gcc41Dirk Meyer2006-10-082-0/+87
| | | | Notes: svn path=/head/; revision=174927