aboutsummaryrefslogtreecommitdiff
path: root/net-im/centerim-devel
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate some ports using deprecated version of pythonAntoine Brodin2020-03-081-0/+3
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=528058
* Yahoo messenger has been discontinued July 17, 2018Baptiste Daroussin2019-02-231-8/+4
| | | | Notes: svn path=/head/; revision=493715
* net-im/centerim{,-devel}: Fix build with Clang 6Tobias Kortkamp2018-09-101-0/+1
| | | | | | | | | | | | | | | | | | In file included from rsshook.cc:32: ../../src/icqface.h:248:50: error: cannot combine with previous 'bool' declaration specifier bool findresults(const imsearchparams &sp, bool auto = false); ^ ... and more if one gets past this http://beefy12.nyi.freebsd.org/data/head-amd64-default/p479076_s338486/logs/errors/centerim-4.22.10_5.log http://beefy12.nyi.freebsd.org/data/head-amd64-default/p479076_s338486/logs/errors/centerim-devel-4.22.10.11_7.log PR: 230904 Approved by: frank@altpeter.de (maintainer timeout, 2 weeks) Notes: svn path=/head/; revision=479433
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-101-1/+1
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479406
* - Fix LICENSEDmitry Marakasov2018-03-121-5/+6
| | | | | | | | | | | | - Add LICENSE_FILE - Limit python version - Fix shebangs properly - Unsilence installation Approved by: portmgr blanket Notes: svn path=/head/; revision=464260
* Remove AIM option from and bump PORTREVISION of the following ports,Rene Ladan2017-12-162-6/+4
| | | | | | | | | | | | | the AIM network was shut down at 2017-12-15. net-im/centerim net-im/centerim-devel net-im/libpurple Reported by: Dmitri Goutnik <dg@syrec.org> Notes: svn path=/head/; revision=456479
* Remove all USE_OPENSSL occurrences.Mathieu Arnold2017-03-151-2/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436247
* Update security/gpgme-* to 1.8.0Jason E. Hale2016-11-261-1/+1
| | | | | | | | | | | | | | | In this version, libgpgme-pthread.so has been removed in favor of just using libgpgme.so as the thread-safe library. PORTREVISION has been bumped on all ports depending on security/gpgme so that any that may have linked to -lgpgme-pthread will link to -lgpgme instead. The Python module provided by security/py-gpgme has been renamed upstream from pyme3 to gpg. This removes the conflict with security/py-pyme, although security/py-gpgme is still the direct replacement of that module. Notes: svn path=/head/; revision=427185
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* irc/centerim(-devel): document ncurses requirement (USES+=ncurses)John Marino2016-02-051-1/+1
| | | | | | | approved by: infrastructure blanket Notes: svn path=/head/; revision=408160
* converters/libiconv:Tijl Coosemans2015-04-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 _DEPENDSAntoine Brodin2015-01-241-2/+2
| | | | Notes: svn path=/head/; revision=377815
* Cleanup plistAntoine Brodin2014-11-211-1/+0
| | | | Notes: svn path=/head/; revision=373023
* - Convert ports of net-im/, net-mgmt/ and net-p2p/ to new USES=pythonMarcus von Appen2014-10-241-2/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371450
* converters/fribidi:Tijl Coosemans2014-08-311-1/+1
| | | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip Notes: svn path=/head/; revision=366746
* Fix build on -current and fix shebangs.Adam Weinberger2014-08-151-1/+8
| | | | Notes: svn path=/head/; revision=365056
* - Fix build on 10.xDmitry Marakasov2014-03-074-69/+104
| | | | | | | | | | | | | | - Support staging - Use new LIB_DEPENDS syntax - Convert USE_GMAKE to USES - Use new OPTIONS features PR: 185981 Submitted by: amdmi3 Approved by: maintainer timeout Notes: svn path=/head/; revision=347366
* - Fix build with clangSunpoet Po-Chuan Hsieh2013-11-291-0/+11
| | | | | | | | | PR: ports/184360 Submitted by: amdmi3 Approved by: Frank Altpeter <frank@altpeter.de> (maintainer) Notes: svn path=/head/; revision=335213
* - Update security/gpgme to 1.4.3Jason E. Hale2013-10-201-2/+2
| | | | | | | | | | | | | | - Use USE_GNOME= ltverhack to correct the library version number to what the author intended. This effectively rolls the version number backwards, but should prevent future unneccesary version bumps. - Support staging - Use options helpers - Use new LIB_DEPENDS syntax - Bump PORTREVISION on dependent ports Notes: svn path=/head/; revision=331057
* net-im/centerim(-devel): add <cstddef> for modern compilersJohn Marino2013-10-011-0/+10
| | | | | | | Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=328980
* 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
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-3/+2
| | | | Notes: svn path=/head/; revision=326070
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi Notes: svn path=/head/; revision=322783
* - adoption of USES and optionsNGJason Helfman2013-05-011-37/+32
| | | | | | | Approved by: portmgr (bapt@) Notes: svn path=/head/; revision=317036
* - 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
* - Update to 4.22.10.11Frederic Culot2011-07-293-10/+9
| | | | | | | | | PR: ports/159247 Submitted by: Jin-Sih Lin <linpct@gmail.com> Approved by: Frank Altpeter <frank@altpeter.de> (maintainer) Notes: svn path=/head/; revision=278514
* - Chase gpgme shared lib bump.Julien Laffaye2011-07-211-2/+2
| | | | | | | | | - Add an entry to UPDATING Reviewed by: tabthorpe Notes: svn path=/head/; revision=278110
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Minor cleanupDmitry Marakasov2010-12-261-5/+6
| | | | | | | | | | | - Support screen properly PR: 151232 Patch by: myself Approved by: maintainer timeout Notes: svn path=/head/; revision=266937
* - Chase security/libksba shlib version bumpGreg Larkin2010-12-161-0/+1
| | | | | | | | Requested by: kwm Pointyhat to: glarkin Notes: svn path=/head/; revision=266393
* - Update to 4.22.9.40Wen Heping2010-10-082-5/+4
| | | | | | | | PR: ports/151289 Submitted by: Frank Altpeter <frank@altpeter.de> (maintainer) Notes: svn path=/head/; revision=262607
* Fix typoBaptiste Daroussin2010-09-291-1/+1
| | | | Notes: svn path=/head/; revision=262085
* - fix plistBaptiste Daroussin2010-09-292-0/+5
| | | | | | | | | | - added run depend on perl and python - bump port revision Reported by: QAT Notes: svn path=/head/; revision=262078
* - Update to 4.22.9.33Baptiste Daroussin2010-09-212-5/+6
| | | | | | | | | | - While here add license PR: ports/150741 Submitted by: Frank Altpeter <frank _at_ altpeter.de> (maintainer) Notes: svn path=/head/; revision=261547
* - Update to 4.22.9.24Martin Wilke2010-06-202-4/+4
| | | | | | | | | PR: 148001 Submitted by: Frank Altpeter <frank@altpeter.de> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=256758
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-1/+2
| | | | Notes: svn path=/head/; revision=252125
* - Update to 4.22.9.21Wen Heping2010-02-262-4/+4
| | | | | | | | | PR: ports/144304 Submitted by: Frank Altpeter <frank@altpeter.de> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=250348
* - Update toMartin Wilke2010-02-222-4/+4
| | | | | | | | | PR: 144080 Submitted by: Frank Altpeter <frank@altpeter.de> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=250194
* - Update to 4.22.9.15Martin Wilke2010-02-082-4/+4
| | | | | | | | PR: 143590 Submitted by: Frank Altpeter <frank@altpeter.de> (maintainer) Notes: svn path=/head/; revision=249437
* - Update to 4.22.9.12-3be3Philip M. Gollucci2010-02-042-4/+4
| | | | | | | | PR: ports/143414 Submitted by: Frank Altpeter <frank@altpeter.de> (maintainer) Notes: svn path=/head/; revision=249216
* - Update to 4.22.9.7-051dMartin Wilke2010-01-272-4/+4
| | | | | | | | PR: 143278 Submitted by: Frank Altpeter <frank@altpeter.de> (maintainer) Notes: svn path=/head/; revision=248719
* - Update to 4.22.9.2-19e4Martin Wilke2010-01-252-4/+4
| | | | | | | | PR: 143038 Submitted by: Frank Altpeter <frank@altpeter.de> (maintainer) Notes: svn path=/head/; revision=248506
* - Update to 4.22.8-25-g633dWen Heping2009-12-192-7/+6
| | | | | | | | | | - Make portlint happy PR: ports/141744 Submitted by: Frank Altpeter <frank@altpeter.de> (maintainer) Notes: svn path=/head/; revision=246209
* - Update to 4.22.8-19-gd2bbMartin Wilke2009-11-112-4/+4
| | | | | | | | PR: 140460 Submitted by: Frank Altpeter <frank@altpeter.de> (maintainer) Notes: svn path=/head/; revision=244119
* - Update to 4.22.8-15-g65e7Martin Wilke2009-09-303-14/+4
| | | | | | | | PR: 139233 Submitted by: Frank Altpeter <frank@altpeter.de> (maintainer) Notes: svn path=/head/; revision=242269
* - Update to 4.22.8-8-gb12bMartin Wilke2009-09-212-4/+4
| | | | | | | | | PR: 138998 Submitted by: Frank Altpeter <frank@altpeter.de> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=241854
* Update to 4.22.8-5-g7805Tilman Keskinoz2009-09-113-18/+4
| | | | | | | | PR: 138701 Submitted by: maintainer Notes: svn path=/head/; revision=241208
* - Update to 4.22.8-3-g12c83Martin Wilke2009-09-022-4/+4
| | | | | | | | PR: 138250 Submitted by: Frank Altpeter <frank@altpeter.de> (maintainer) Notes: svn path=/head/; revision=240755
* Fix the build with the new fribidi.Joe Marcus Clarke2009-08-291-0/+14
| | | | | | | Reported by: pointyhat via pav Notes: svn path=/head/; revision=240542