aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/loudmouth
Commit message (Collapse)AuthorAgeFilesLines
* Remove all USE_OPENSSL occurrences.mat2017-04-091-1/+1
| | | | 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-278-119/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | - 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)
* By default libtool replaces -export-symbols <file> with -retain-symbols-filetijl2015-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <file> on ELF systems, but this doesn't really do what -export-symbols is meant to do. On GNU ELF systems it converts <file> to a simple version script first and then uses -version-script instead of -retain-symbols-file. Let USES=libtool patch libtool scripts to do this on all systems with GNU ld(1). Bump PORTREVISION on all ports where the build log contains -export-symbols. audio/calf: This port builds a module that now exports only one function, but it also builds a number of executables that link to this module and expect to see other functions. Because it's already a bit dodgy to link to a module (libtool warns about this) let the module continue to export only one function and instead build an ordinary library from the same source that the executables can link to. Fix a number of other issues in the same Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine
* Add license lines.kwm2014-11-231-0/+2
| | | | | PR: 191071 Submitted by: Keith Gaughan <k@stereochro.me>
* The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.kwm2014-11-192-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
* 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
* - Switch to USES=libtool, drop .la filesamdmi32014-07-302-5/+5
| | | | | Approved by: portmgr blanket Approved by: kwm
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2adamw2014-07-301-2/+1
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* - 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)
* Modernize LIB_DEPENDSbapt2014-07-151-2/+2
| | | | With hat: portmgr
* - Stage supportmiwi2014-02-171-1/+0
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | net-im)
* Add needed pkgconfig dep while here convert to USES=gmakebapt2013-07-081-2/+1
| | | | Approved by: kwm (gnome)
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-251-1/+1
| | | | Approved by: portmgr (bapt)
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichkwm2013-03-082-14/+22
| | | | | | | | | | | | | | | | | | | | are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo
* - 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
* Remove dead mirror and remove project WWW from pkg-descr. The current pagekwm2011-09-192-4/+1
| | | | doesn't have anything to do with loudmouth.
* Revision 1.54 of Makefile added --enable-debug=no to CONFIGURE_ARGS.arved2011-07-301-2/+2
| | | | | | | | | | This option actually enables debugging, resulting in irssi-xmpp becoming quite useless because of tons of debug messages from loudmouth. Remove --enable-debug again and bump PORTREVISION PR: 158720 Approved by: no response from gnome@
* Chase security/gnutls update and add an UPDATING entry.novel2011-06-061-2/+2
|
* Add OpenSSL option if you want it instead of GnuTLS. The GnuTLS is default.mezz2011-06-051-7/+16
| | | | | PR: ports/155969 Submitted by: Zhihao Yuan <lichray@gmail.com>
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* - Bump PORTREVISION to chase the update of dns/libidnwen2011-03-141-2/+2
|
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* Add more USE_GETTEXT macros, and bump PORTREVISIONs.marcus2010-06-061-1/+2
| | | | Reported by: amdmi3
* Add a proper cipher suite, and point to a valid root cert file. This allowsmarcus2010-04-182-1/+34
| | | | empathy to connect to encrypted jabber streams.
* Add a hack to use pkg-config instead of the now absent libgnutls-config.marcus2009-08-171-0/+28
|
* Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.novel2009-08-171-1/+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
* - Use GNOME macro instead of ${MASTER_SITE_GNOME}, removearaujo2009-02-021-2/+1
| | | | | | | | | MASTER_SITE_SUBDIR when possible. PR: ports/125243 Submitted by: pgollucci Reworked by: myself Tested on: pointyhat exp-run (pav)
* Update to 1.4.3.marcus2008-11-052-4/+4
|
* Remove a stale patch to fix the apply patch.mezz2008-09-041-13/+0
|
* Update to 1.4.2ahze2008-09-022-4/+4
|
* Update to 1.4.1.marcus2008-08-043-5/+6
|
* Update to 1.4.0.marcus2008-07-076-23/+32
|
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+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)
* - Chase security/gnutls shlib version bumpnovel2008-03-031-2/+2
| | | | - Add an entry to UPDATING
* Add libidn dependency with no option provide. There is no option to disablemezz2008-01-191-1/+3
| | | | | | | | and enable, which it's a auto-check in configure. The libidn is small. Bump the PORTREVISION. PR: ports/119437 Submitted by: Piotr Smyrak <smyru@heron.pl>
* Chase gnutls shared library version chase: adjust DEPENDS lines andnovel2007-07-011-1/+2
| | | | bump PORTREVISIONs.
* Update to 1.2.3.marcus2007-06-112-4/+4
|
* Update to 1.2.2.marcus2007-05-302-4/+4
|
* Add the patch I missed in my previous commit.flz2007-04-201-0/+14
| | | | Pointyhat to: self
* - Update to 1.2.1.flz2007-04-204-7/+28
| | | | | | | - Add new MASTER_SITE. - Point WWW to the new project website. Approved by: pav
* - Chase security/gnutls updatenovel2007-01-021-1/+2
| | | | | - Add an entry to UPDATING - Pet portlint(1) for some ports while I'm here
* INSTALLS_SHLIB -> USE_LDCONFIG.mezz2006-11-051-1/+1
| | | | Found by: portlint (cports.sh)
* Update to 1.0.5.marcus2006-09-122-5/+4
|
* Chase gnutls shlib version change.novel2006-07-071-1/+2
|
* Update to 1.0.4.marcus2006-07-012-4/+4
|
* Update to 1.0.3.marcus2006-04-062-5/+4
|
* Conversion to a single libtool environment.ade2006-02-232-2/+3
| | | | Approved by: portmgr (kris)
* Chase gnutls update.novel2006-01-101-2/+2
|
* - Add SHA256 checksumspav2005-11-241-0/+1
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* Move instant messaging related ports to newly created net-im category:pav2005-11-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net/gaim -> net-im/gaim net/gaim-latex -> net-im/gaim-latex net/gaim-openq -> net-im/gaim-openq net/gaim-rss-reader -> net-im/gaim-rss-reader net/gicq -> net-im/gicq net/gnomeicu2 -> net-im/gnomeicu2 net/gossip -> net-im/gossip net/ickle -> net-im/ickle net/jabber -> net-im/jabber net/jabber-aim -> net-im/jabber-aim net/jabber-conference -> net-im/jabber-conference net/jabber-jud -> net-im/jabber-jud net/jabber-msn -> net-im/jabber-msn net/jabber-users-agent -> net-im/jabber-users-agent net/jabber-yahoo -> net-im/jabber-yahoo net/jarl -> net-im/jarl net/kf -> net-im/kf net/libicq -> net-im/libicq net/libicq2000 -> net-im/libicq2000 net/loudmouth -> net-im/loudmouth net/meanwhile -> net-im/meanwhile net/meanwhile-gaim -> net-im/meanwhile-gaim net/newsbot -> net-im/newsbot net/ocaml-jabbr -> net-im/ocaml-jabbr net/psi -> net-im/psi net/py-jabber -> net-im/py-jabber net/py-twistedWords -> net-im/py-twistedWords net/p5-Net-Jabber -> net-im/p5-Net-Jabber Repocopied by: marcus
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-0/+1
|
* Update to 1.0.1.marcus2005-08-292-16/+7
|
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-0/+1
|
* Update to 0.17.2.marcus2004-10-312-3/+3
| | | | | PR: 73329 Submitted by: Andrey Slusar <anray@inet.ua>
* Update to 0.17.1.marcus2004-08-312-3/+3
|
* Update to 0.17.marcus2004-08-273-16/+5
| | | | Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* Chase the gnutls shared lib version.marcus2004-06-061-1/+1
| | | | Pointy hat to: sergei
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-051-0/+1
|
* Chase the gnutls shared lib version.marcus2004-03-191-1/+1
|
* - Update to 0.16pav2004-03-182-5/+4
|
* - Add/update WWW lines for Imendio.com projectspav2004-03-181-1/+1
|
* - Add SIZE to GNOME portspav2004-03-181-0/+1
| | | | Submitted by: trevor
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 1)
* Update to 0.15.1.marcus2004-01-252-2/+2
|
* Update to 0.15.marcus2004-01-223-6/+8
|
* Update to 0.14.1.adamw2003-10-132-2/+2
|
* Update to 0.14.adamw2003-10-032-3/+3
|
* - Chase library to new gnutls versionkrion2003-09-261-1/+1
| | | | | PR: 57246 Submitted by: Herbert J. Skuhra <herbert@bugat.at>
* Update to 0.13.2.marcus2003-08-152-2/+2
|
* Update to 0.13.1.marcus2003-08-052-3/+3
|
* Update to 0.13.marcus2003-08-052-2/+2
|
* Update to 0.12.adamw2003-07-182-3/+3
|
* Advertize the new configurable WITH_GNUTLS option.marcus2003-07-141-0/+6
|
* * Update to 0.11marcus2003-07-142-5/+19
| | | | * Add optional Gnutls support
* Add loudmouth.adamw2003-07-085-0/+53
Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol. It's designed to be easy to get started with and yet extensible to let you do anything the Jabber protocol allows.