aboutsummaryrefslogtreecommitdiff
path: root/net-im/centerim-devel
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Chase the fribidi shared lib bump.Joe Marcus Clarke2009-08-221-1/+1
| | | | Notes: svn path=/head/; revision=240112
* - Chase security/gpgme update.Wesley Shields2009-07-152-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Most changes are just PORTREVISION and LIB_DEPENDS fixes. However, the following ports require a patch to use the new gpgme correctly: deskutils/kdepim3 deskutils/kdepim3 deskutils/kdepim3 deskutils/kdepim3 deskutils/kdepim4 deskutils/kdepim4 deskutils/kdepimlibs4 deskutils/kdepimlibs4 deskutils/kdepimlibs4 finance/qhacc mail/mutt-devel net-im/ayttm net-im/centericq net-im/centerim net-im/centerim-devel security/openvas-libnasl These patches were submitted by various people and documented in ports/135911. PR: ports/135911 Notes: svn path=/head/; revision=237891
* - Update to 4.22.7-36-g6ba0Martin Wilke2009-07-092-5/+5
| | | | | | | | PR: 136603 Submitted by: Frank Altpeter <frank@altpeter.de> (maintainer) Notes: svn path=/head/; revision=237500
* - Update to 4.22.7-34-g8f537Philippe Audeoud2009-06-302-4/+4
| | | | | | | | PR: ports/136169 Submitted by: Frank Altpeter <frank altpeter.de> (maintainer) Notes: svn path=/head/; revision=236801
* - Update to 4.22.7-29-g23f6Martin Wilke2009-06-242-4/+4
| | | | | | | | RP: 136001 Submitted by: Frank Altpeter <frank@altpeter.de> (maintainer) Notes: svn path=/head/; revision=236602
* - Update to 4.22.7-26-gdeb0Dmitry Marakasov2009-06-202-4/+4
| | | | | | | | PR: 135844 Submitted by: Frank Altpeter <frank@altpeter.de> (maintainer) Notes: svn path=/head/; revision=236362
* - Update to 4.22.7-19-g1ac2Martin Wilke2009-05-292-4/+4
| | | | | | | | PR: 135010 Submitted by: Frank Altpeter <frank@altpeter.de> (maintainer) Notes: svn path=/head/; revision=234779
* - Update to 4.22.7-13-g4d4c3Martin Wilke2009-04-232-4/+4
| | | | | | | | PR: 133912 Submitted by: Frank Altpeter <frank@altpeter.de> (maintainer) Notes: svn path=/head/; revision=232592
* - Update to 4.22.6-15-gb3216Martin Wilke2009-02-232-4/+4
| | | | | | | | PR: 131956 Submitted by: Frank Altpeter <frank@altpeter.de> (maintainer) Notes: svn path=/head/; revision=228942
* - Update to 4.22.6-14-gc522Martin Wilke2009-02-192-5/+4
| | | | | | | | PR: 131773 Submitted by: Frank Altpeter <frank@altpeter.de> (maintainer) Notes: svn path=/head/; revision=228675