aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/gloox
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.0.18cpm2017-02-062-4/+4
| | | | | PR: 216767 Submitted by: Demetris Procopiou <dem.procopiou@gmail.com> (maintainer)
* - Update net-im/gloox to 1.0.17madpilot2016-09-043-6/+6
| | | | | | | | - Chase shlib version bump in dependent ports PR: 212338 Submitted by: Demetris Procopiou <dem.procopiou at gmail.com> (maintainer)
* - Update to version 1.0.16pawel2016-08-063-5/+6
| | | | | | | - Take maintainership PR: 211605 Submitted by: Demetris Procopiou
* Update to 1.0.15.mat2016-04-263-13/+10
| | | | | | PR: 209047 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-3/+3
| | | | | With hat: portmgr Sponsored by: Absolight
* - Update security/gnutls to 3.4.10.tijl2016-03-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - Rename the LIBDANE option DANE because that's the name of the protocol supported by libgnutls-dane and gnutls-cli. Also clarify the option description. - Add an IDN option. - libgnutls-openssl has been removed in 3.4. Some ports used this library in their LIB_DEPENDS but no port actually required it. - Some old API functions have been removed. Ports that used these have been updated or patched to use the new API. - Add a patch to print/cups to prevent overlinking of libgnutls.so. - Bump PORTREVISION on dependent ports. net-im/jabber: This port used the old API to give users fine grained control over which crypto algorithms were used via a configuration file. It's not immediately obvious how to port this to the new API so the port always uses the defaults now. www/hydra: Mark BROKEN. This uses more removed calls than the other ports, is said to be alpha quality and not fully functional and has been abandoned 10 years ago. PR: 207768 Exp-run by: antoine Approved by: portmgr (antoine)
* - Update to 1.0.14madpilot2015-09-268-10/+60
| | | | | | | - Add option to use mDNS PR: 202855 Submitted by: Ports Fury
* Make ports using libtool treat elftoolchain's strip the same as GNU stripantoine2015-06-081-2/+1
| | | | | | | | | Any strip on any FreeBSD version should be able to handle stripping requested by libtool PR: 198611 Reviewed by: emaste Exp-run: self
* Really remove all files I should have removed.madpilot2015-02-111-10/+0
|
* Remove file I forgot to delete in previous commit.madpilot2015-02-111-24/+0
|
* - Update gloox to 1.0.13madpilot2015-02-113-9/+11
| | | | | | | - Chase gloox library version bump in dependent ports PR: 197450 Submitted by: tkato432@yahoo.com
* Cleanup plistantoine2014-11-221-1/+0
|
* - Drop .la files, no dependees require themamdmi32014-09-102-3/+3
| | | | | | - Add LICENSE_FILE Approved by: portmgr blanket
* dns/libidn:tijl2014-08-311-1/+1
| | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Always install libidn-components.png because it is used by libidn.info - Add -lintl to Libs.private instead of Libs in libidn.pc
* - Replace security/gnutls with security/gnutls3 and update to 3.2.15tijl2014-07-231-1/+1
| | | | | | | | | | | | - Bump PORTREVISION on all ports that depend on security/gnutls and adjust all ports that depend on security/gnutls3 - Update mail/anubis to version 4.2 which supports gnutls 3.x - Update mail/libvmime to a development snapshot (recommended by upstream developers) PR: 191274 Exp-run by: antoine Approved by: portmgr (antoine)
* - Update to 1.0.10miwi2014-05-181-11/+10
| | | | | PR: 188867 Submitted by: Ports Fury
* - Update to 1.0.10swills2014-04-233-9/+6
| | | | | PR: ports/188876 Submitted by: Bartek Rutkowski <ports@robakdesign.com>
* When linking a library libA with a library libB using libtool, if libB.latijl2014-04-231-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery)
* - Update from 1.0 to 1.0.9danilo2014-02-2017-100/+242
| | | | | | | - Add LICENSE PR: ports/185342 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Fix build on head/10madpilot2014-01-179-7/+87
| | | | | | - Support staging - Use new LIB_DEPENDS format - Unsilence post-install commands
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | net-im)
* Add an explicit dependency on pkg-configbapt2013-07-181-6/+2
| | | | Reported by: pkg-fallout
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.eadler2013-03-191-1/+1
| | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi)
* - Add UPDATING entry for gnutls updatenovel2013-02-061-2/+2
| | | | - Chase shlib version bump for dependant ports
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+2
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* Chase security/gnutls update and add an UPDATING entry.novel2011-06-061-2/+2
|
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* - Bump PORTREVISION to chase the update of dns/libidnwen2011-03-141-1/+2
|
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* Drop maintainership for ports I can't maintain anymore.trasz2010-10-261-1/+1
|
* Update to 1.0.trasz2009-11-114-34/+5
|
* Update to 0.9.9.8.trasz2009-08-273-20/+4
|
* Fix build with new gnutls by using pkg-config instead of deprecatednovel2009-08-201-0/+2
| | | | | | gnutls-config. Reported by: QAT
* Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.novel2009-08-171-2/+2
|
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
| | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
* Fix OpenSSL usage.trasz2009-05-042-0/+30
| | | | Submitted by: gibbs@
* Update to 0.9.9.7.trasz2009-04-012-5/+4
|
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Update to 0.9.9.5.trasz2008-03-262-4/+4
|
* - Update to 0.9.9.4.trasz2008-03-102-5/+4
|
* - Chase security/gnutls shlib version bumpnovel2008-03-031-1/+2
| | | | - Add an entry to UPDATING
* - Update to 0.9.9.3trasz2008-02-012-4/+4
|
* - Update to 0.9.8trasz2007-12-152-4/+4
|
* - Update to 0.9.6.1.trasz2007-10-292-4/+4
|
* - Update to 0.9.5.trasz2007-09-282-4/+4
|
* - Update to 0.9.4.1.trasz2007-08-202-4/+4
| | | | Approved by: miwi (mentor)
* - Use proper capitalization in my email address.trasz2007-07-121-1/+1
| | | | | Approved by: miwi (mentor) Suggested by: sat
* - Update to 0.9.2.trasz2007-07-043-8/+6
| | | | Approved by: miwi (mentor)
* Chase gnutls shared library version chase: adjust DEPENDS lines andnovel2007-07-011-1/+2
| | | | bump PORTREVISIONs.
* - Update to 0.8.8trasz2007-04-242-11/+5
| | | | Approved by: miwi (mentor)
* Change my email address to trasz@FreeBSD.org.trasz2007-04-131-1/+1
| | | | Approved by: miwi (mentor)
* - Update to 0.8.7miwi2007-03-212-4/+4
| | | | | PR: 110598 Submitted by: trasz <trasz@pin.if.uz.zgora.pl> (maintainer)
* Use libtool port instead of included version to avoid objformat a.out botchkris2007-02-012-0/+2
|
* - Update to 0.8.6miwi2007-01-042-5/+4
| | | | | PR: 107454 Submitted by: trasz <trasz@pin.if.uz.zgora.pl> (maintainer)
* - Chase security/gnutls updatenovel2007-01-021-1/+2
| | | | | - Add an entry to UPDATING - Pet portlint(1) for some ports while I'm here
* - Update to 0.8.4miwi2006-11-133-7/+6
| | | | | PR: ports/105332 Submitted by: trasz <trasz@pin.if.uz.zgora.pl> (maintainer)
* Chase gnutls shlib version change.novel2006-07-071-1/+2
|
* Mark BROKEN on 4.x.novel2006-05-311-1/+7
| | | | | PR: 97790 Submitted by: trasz <trasz@pin.if.uz.zgora.pl> (maintainer)
* add gloox 0.8ijliao2006-04-285-0/+64
Jabber/XMPP client library PR: 96287 Submitted by: trasz <trasz@pin.if.uz.zgora.pl>