aboutsummaryrefslogtreecommitdiffstats
path: root/irc/bitlbee
Commit message (Collapse)AuthorAgeFilesLines
* Add PY_FLAVOR to Python module dependencies.mat2018-05-221-1/+1
| | | | Sponsored by: Absolight
* Remove mention of AIM from the OSCAR description.rene2017-12-161-1/+1
| | | | | | AIM shut down on 2017-12-15 Reported by: Dmitri Goutnik <dg@syrec.org>
* Convert Python ports to FLAVORS.mat2017-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464
* - Update WWWamdmi32017-09-081-1/+1
| | | | Approved by: portmgr blanket
* Add patches missed on last commit and fix build without pythongarga2017-06-293-1/+29
|
* * bitlbee always links to libintl.so and the configure script has no NLS option,garga2017-06-271-5/+16
| | | | | | | | | | | | | | | | | | | | | so add USES=gettext-runtime * libgcrpyt requires libgpg-error, so add it to GNUTLS_LIB_DEPENDS * nss requires nspr, so add it to NSS_LIB_DEPENDS * Add USES=ssl for OpenSSL, its library dependency was completely undeclared * otr requires libgcrypt, and thus also libgpg-error, so add those to OTR_LIB_DEPENDS * Request the installed binary be stripped * Mark LIBEVENT option BROKEN because bitlbee will not start in daemon (-D) or fork (-F) mode when compiled with libevent; it exits almost immediately after start unless run in foreground (-n). This problem has been present for at least a year, recent past version of bitlbee also do not work, and the recent update of libevent has not helped, so just mark it broken until someone takes the initiative to debug and fix the issue. * While here, remove python build dependency, it's not necessary anymore in version 3.5.1 PR: 217311 Submitted by: rezny
* - Update to 3.5.1miwi2017-04-022-5/+4
| | | | | | PR: 217227 Submitted by: seschwar@gmail.com Approved by: maintainer timeout
* devel/libevent2: drop historical suffix after r362796jbeich2017-02-201-2/+2
| | | | | PR: 216777 Approved by: mm (maintainer)
* devel/libevent2: update to 2.1.8 and cleanupjbeich2017-02-041-0/+1
| | | | | | | | | | | - DEFAULT_VERSIONS += ssl=openssl-devel is now supported - devel/py-event and devel/p5-Event-Lib are marked BROKEN Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog PR: 216527 Exp-run by: antoine Approved by: mm (maintainer)
* Update irc/bitlbee to 3.5garga2017-01-103-4/+5
|
* When LIBPURPLE is select, do not allow user to select any other nativegarga2016-12-091-1/+4
| | | | protocol option
* devel/nspr, security/nss: drop version from SONAMEjbeich2016-10-091-0/+1
| | | | | | | | | | | | | | | | | | No other downstream appends synthetic library version, and doing so causes underlinking due to fragile build system (see below). Not to mention being unable to swap out bundled libs from upstream builds. $ cc -lplds4 -L/usr/local/lib /usr/lib/crt1.o: In function `_start1': crt1_c.c:(.text+0xa6): undefined reference to `main' /usr/local/lib/libplds4.so: undefined reference to `pthread_set_name_np' /usr/local/lib/libplds4.so: undefined reference to `pthread_create' /usr/local/lib/libplds4.so: undefined reference to `pthread_condattr_init' /usr/local/lib/libplds4.so: undefined reference to `pthread_setschedparam' /usr/local/lib/libplds4.so: undefined reference to `pthread_getschedparam' PR: 213144 Exp-run by: antoine
* - Fix LICENSEamdmi32016-09-141-12/+11
| | | | | | | - Add LICENSE_FILE - Switch to options helpers Approved by: portmgr blanket
* - Fix configure handling, this is not really a GNU configureamdmi32016-09-061-2/+4
| | | | | PR: 212075 Approved by: portmgr blanket
* Update irc/bitlbee to 3.4.2garga2016-04-113-15/+3
|
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.mat2016-04-011-9/+9
| | | | | With hat: portmgr Sponsored by: Absolight
* - Update security/gnutls to 3.4.10.tijl2016-03-271-1/+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)
* - Explicitly specify version for libotr.so to differentiate security/libotr ↵amdmi32016-02-251-1/+1
| | | | | | and security/libotr3 Approved by: portmgr blanket
* Enable OTR by default on bitlbeegarga2015-09-241-2/+2
|
* - Install headers and pkg-config entry, it's useful for people that want togarga2015-09-182-3/+42
| | | | | | | build plugins manually or possible plugin ports - Instead of use --strip=0 and call STRIP_CMD later, let bitlbee build scripts to strip binaries - Bump PORTREVISION
* Add python as build dependency and unbreak build without SKYPE optiongarga2015-07-211-2/+2
|
* - Fix a regression introduced in 3.4 that broke auto_join channelsgarga2015-07-212-0/+12
| | | | - Bump PORTREVISION
* Update to 3.4.1garga2015-07-213-3/+4
|
* Do not try to strip a python script, it fixes install with SKYPE option enabledgarga2015-05-191-1/+0
| | | | Reported by: mat@
* MASTER_SITES cleanup.mat2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* - Add a new SKYPE option, off by defaultgarga2015-05-082-83/+45
| | | | | | | | | | - Modernize Makefile using OPTION helpers - Do not set options for configure's default options - Re-order options alphabetically - libevent wasn't detected, added --libevent=${PREFIX} PR: 199657 (based on) Submitted by: Bernard Spil <spil.oss@gmail.com>
* - Update to 3.4garga2015-04-092-21/+26
| | | | | | | | | | | | | | - Added xmlto and libxslt as dependencies, needed to build manpages - Removed IPV6 OPTION, it doesn't exist on configure anymore - Added NSS as a valid option to SSL - Added a new single option EVENTS, glib or libevent2 - Removed dependency of gnutls to OTR, it builds fine with openssl and/or nss - Disabled MSN by default, it was disabled also on configure since latest protocol version stopped working - As suggested by brix, takeover maintainership PR: 199261 Approved by: brix (maintainer)
* security/libgcrypt: 1.6.1 -> 1.6.2, bump dependspi2015-01-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - src/sexp.c (do_vsexp_sscan): Return error for invalid args. - cipher/md.c (_gcry_md_info): Fix a segv in case of calling with wrong parameters. - cipher/primegen.c (_gcry_generate_elg_prime): Change to return an error code, possible NULL deref in call to prime generator. - cipher/dsa.c (generate): Take care of new return code. - cipher/elgamal.c (generate): Change to return an error code. Take care of _gcry_generate_elg_prime return code. - ecc: Support the non-standard 0x40 compression flag for EdDSA. - mpi: Extend the internal mpi_get_buffer. - mpi: Fix regression for powerpc-apple-darwin detection. - Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in - Fix building for the x32 target without asm modules in mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI. - Fix ARM assembly when building __PIC__ - mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit. * mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear allocated but not used bits before resizing. * tests/t-mpi-bits.c (set_bit_with_resize): New. - Use internal malloc function in fips.c. * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/. - pubkey: Re-map all deprecated RSA algo numbers. - cipher: Fix possible NULL dereference in cipher/md.c for being NULL. - Fix ARMv6 detection when CFLAGS modify target CPU architecture. PR: 193264 Approved by: cpm@fbsd.es (maintainer)
* - Update to 4.1.0cs2014-12-031-1/+1
| | | | | | - Use striping - Please portlint - Bump PORTREVISION
* Modern plistbapt2014-10-311-1/+1
|
* Cleanup plistbapt2014-10-271-2/+0
|
* - Fix WITH_SSP_PORTS build.bdrewery2014-08-171-1/+1
| | | | | | 3.2.2 set the default EFLAGS to '-lm' which resulted in our LDFLAGS being added without a preceding space. Now just add our LDFLAGS on the end.
* security/libgcrypt: 1.5.3_3 -> 1.6.1pi2014-07-301-1/+1
| | | | | | | | | | | | | | | | | | | | | - Update to 1.6.1 - Remove some unneeded patches - Fix pkg-plist - report configure bug upstream https://bugs.g10code.com/gnupg/issue1668 - report API breakage downstream and find that MacPorts had the same issue https://rt.cpan.org/Ticket/Display.html?id=97201 - bump PORTREVISION for dependent ports (approx. 100 ports) - Thanks to exp-run by antoine@ to find ports that break - patch ports that would otherwise break security/shishi with PR 192164 is already committed [1] devel/ccrtp [2] editors/abiword [3] security/p5-Crypt-GCrypt PR: 191256, 192162 [1], 192163 [2], 192166 [3] Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com> Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit)
* - Replace security/gnutls with security/gnutls3 and update to 3.2.15tijl2014-07-231-0/+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 v3.2.2brix2014-07-192-5/+5
| | | | | - Update libotr dependency to 4.x - Strip the bitlbee binary
* Remove indefinite articles and trailing periods from COMMENT, plusolgeni2014-06-131-1/+1
| | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories G-I. CR: D201 Approved by: portmgr (bapt)
* - Switch security/libotr3 to USES=libtool, drop .la filesamdmi32014-06-041-2/+2
| | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket
* - Finish stage supportantoine2014-01-262-9/+8
| | | | - Use new LIB_DEPENDS syntax
* - Update to v3.2.1brix2014-01-122-11/+13
| | | | | | | - Add staging support - OTR requires GnuTLS support PR: ports/182379, ports/184506
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | irc)
* Chase security/libgcrypt updateehaupt2013-05-041-1/+1
|
* Convert irc to USES=pkgconfigbapt2013-04-231-1/+1
|
* - Add UPDATING entry for gnutls updatenovel2013-02-061-0/+1
| | | | - Chase shlib version bump for dependant ports
* - Update to v3.2brix2013-02-052-33/+37
| | | | | - Convert to OptionsNG - Remove unneeded dependencies on specific ABI versions
* - Update to v3.0.6brix2012-11-082-9/+3
| | | | | Reminded by: Jean Trolleur <sigtstp@gmail.com> and grey <grey@artkiver.com> Feature safe: yes
* Hook security/libotr3 up, and move ports that depend on the old versiondougb2012-09-081-1/+2
| | | | to this new dependency.
* For ports that depend on security/libotr, add the new USE_PKGCONFIG macro.dougb2012-07-261-0/+1
| | | | | | For all but kdenetwork4 use =build. For it use both just in case. For net-im/clim also fix the manual call to pkg-config for CONFIGURE_ENV
* - Update to v3.0.5brix2012-02-203-38/+3
|
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* - Update to v3.0.4brix2011-12-052-3/+4
| | | | | | | | - Skype protocol support will be available at a later point in time, as it has few external dependencies not currently available in ports Requested by: xi on irc Feature safe: yes
* Update Pidgin and friends to 2.10.0. Seemarcus2011-08-281-1/+1
| | | | | http://developer.pidgin.im/wiki/ChangeLog for a list of changes in this release.
* - Fix build after recent gnutls updatepav2011-07-271-1/+2
| | | | Reported by: pointyhat
* Update Pidgin and friends to 2.9.0. Seemarcus2011-07-031-1/+1
| | | | | http://developer.pidgin.im/wiki/ChangeLog for a list of changes in this release.
* Chase the libpurple shared lib version.marcus2011-06-201-1/+1
|
* - Update to v3.0.3brix2011-06-132-4/+3
|
* Chase security/gnutls update and add an UPDATING entry.novel2011-06-061-1/+2
|
* - Update to v3.0.2brix2011-04-022-3/+3
|
* - Update to v3.0.1brix2010-12-042-4/+3
|
* - Add patch for SRV record lookup support on FreeBSDbrix2010-11-143-1/+36
| | | | Submitted by: ashish@
* - Update to v3.0brix2010-10-294-49/+22
| | | | - Add LICENSE information
* - Add upstream fix for twitter protocol segfault ↵brix2010-07-262-0/+38
| | | | | | (http://bugs.bitlbee.org/bitlbee/ticket/650) Submitted by: ashish@
* - Update to v1.2.8brix2010-07-062-4/+5
| | | | | | - Add LICENSE Feature safe: yes
* - Update to v1.2.7brix2010-05-192-4/+4
| | | | Submitted by: tobez
* - Update to v1.2.6abrix2010-04-248-126/+16
| | | | - Use UIDs/GIDs files for automatic user/group creation
* Fix build with gcc-3.x on RELENG_6.brix2010-04-041-0/+5
| | | | Reported by: pointyhat via erwin
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* - Update to v1.2.5brix2010-03-172-4/+4
|
* - Update to v1.2.4brix2009-10-302-5/+4
| | | | | PR: ports/139699 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
* - Simplify RC scriptbrix2009-09-222-9/+3
| | | | | Submitted by: dougb@ Feature safe: yes
* - Use -u ${user} option to bitlbee instead of su in rc.d scriptbrix2009-09-131-1/+1
| | | | | PR: ports/138268 Submitted by: garga
* Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.novel2009-08-171-2/+2
|
* Fix a few "bad example" problems in the rc.d scripts that have beendougb2009-07-161-1/+4
| | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops.
* - Record conflict with bitlbee-otrbrix2008-11-161-1/+3
| | | | - Bump PORTREVISION
* Update to v1.2.3 (security update)brix2008-09-272-4/+4
| | | | Security: http://www.vuxml.org/freebsd/24ec781b-8c11-11dd-9923-0016d325a0ed.html
* - Update to version 1.2.2brix2008-08-283-18/+44
| | | | - Add options for enabling/disabling support for individual protocols
* Update to version 1.2.1.brix2008-06-292-5/+4
| | | | Approved by: erwin (mentor, implicit)
* 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)
* Run the bitlbee daemon as user 'bitlbee' instead of 'nobody' bybrix2008-05-206-7/+120
| | | | | | | | default to honor the fact that 'nobody' is not intended to own any files. Requested by: simon Approved by: erwin (mentor)
* Fix sed(1) statement for cases where $LDFLAGS contains one or morebrix2008-04-211-1/+1
| | | | | | | colons. PR: ports/122921 Approved by: pav (co-mentor)
* - Remove USE_GETOPT_LONG which is a no-op since March 2007pav2008-03-201-1/+0
|
* Update to version 1.2.brix2008-03-195-253/+9
| | | | | | | | - Remove LDAP support (broken in this release) - Remove old, unmaintained oscar protocol recode patch Approved by: erwin (mentor) Tested by: Christian Laursen <xi at borderworlds.dk>
* - Chase security/gnutls shlib version bumpnovel2008-03-031-2/+2
| | | | - Add an entry to UPDATING
* Take over maintaining this port.brix2008-01-101-1/+1
| | | | Approved by: Lars Sommer <lasg@lasg.dk> (previous maintainer), erwin (mentor)
* Various improvements:brix2008-01-094-17/+83
| | | | | | | | | | | | | | | | | - Add rc script for running bitlbee in experimental daemon mode - Add instructions for launching bitlbee from inetd(8) - Install bitlbee to be run as nobody, not root - Store saved user settings in /var/db/bitlbee, not $PREFIX/etc/bitlbee - Do not rely on autodetection for SSL library - Use $EXTRA_PATCHES instead of custom post-patch target - Install port documentation files - Install example configuration files as port examples - Reflect custom FreeBSD paths in installed man pages and example files - Bump PORTREVISION Please read UPDATING for important migration information. Approved by: Lars Sommer <lasg@lasg.dk> (maintainer), erwin (mentor)
* - Update to 1.0.4clsung2007-08-272-6/+6
| | | | | PR: ports/115837 Submitted by: maintainer (Lars Sommer)
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-1/+1
| | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
* Chase gnutls shared library version chase: adjust DEPENDS lines andnovel2007-07-011-2/+2
| | | | bump PORTREVISIONs.
* Pass maintainership to Lars Sommer.itetcu2007-04-171-1/+1
| | | | | PR: ports/111717 Submitted by: Lars Sommer
* Reset peter@dataloss.nl due to maintainer-timeouts.linimon2007-02-281-1/+1
| | | | Hat: portmgr
* - Add DEBUG, OPENSSL and IPV6 options.alepulver2007-02-171-2/+18
| | | | | | PR: ports/108689 Submitted by: Spil Oss <spil.oss@gmail.com> Approved by: Peter van Dijk <peter@dataloss.nl> (maintainer, timeout)
* - Chase security/gnutls updatenovel2007-01-021-2/+2
| | | | | - Add an entry to UPDATING - Pet portlint(1) for some ports while I'm here
* Remove debug prints from the oscar_recode_charset patch.osa2006-12-212-3/+3
| | | | Found by: tobez
* Add RECODE knob, its enable oscar_recode_charset variable forosa2006-12-212-1/+205
| | | | | | | | support remote charset. Bump PORTREVISION. Obtained from: http://bugs.bitlbee.org/bitlbee/ticket/53 (ver. 0.5) Approved by: maintainer (timeout > 2 weeks)
* - Update to 1.0.3miwi2006-08-122-16/+5
| | | | | | | | - Remove msn6 patch is no longer supported PR: ports/99911 Submitted by: miwi Approved by: krion (mentor), maintainer timeout
* Chase gnutls shlib version change.novel2006-07-071-1/+2
|
* Since SUB_FILES accidentally snuck in on my previous commit, tolawrance2006-05-122-3/+0
| | | | | | bitlbee, use it for pkg-message. Approved by: Peter van Dijk <peter@dataloss.nl> (maintainer)
* Fix build when WITH_MSN6_FEATURES is defined.lawrance2006-05-112-1/+10
| | | | | | PR: ports/96408 Submitted by: Michael Stevens <mstevens@etla.org> Approved by: peter@dataloss.nl (maintainer, timeout 14 days)
* Update to 1.0.2erwin2006-04-262-10/+4
| | | | | | PR: 96107 Submitted by: Martin Wilke <freebsd@unixfreunde.de> Approved by: maintainer
* - Update to 1.0.1pav2006-01-233-48/+25
| | | | | PR: ports/92173 Submitted by: Peter van Dijk <peter@dataloss.nl> (maintainer)
* Chase gnutls update.novel2006-01-101-1/+2
|
* Make it work with 4's gcc (c99 declaration problem)mat2005-12-122-6/+6
|
* - Update to 1.0pav2005-12-092-21/+7
| | | | | PR: ports/90136 Submitted by: Peter van Dijk <peter@dataloss.nl> (maintainer)
* Update to 0.99.tobez2005-11-115-103/+54
| | | | | PR: 88814 Submitted by: maintainer
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-1/+1
|
* - Add support to Google Talkpav2005-10-113-2/+105
| | | | | | | | | - Add optional patch adding support for various MSN6 features - Add optional patch for LDAP authentication support PR: ports/84929 Submitted by: Ed Schouten <ed@fxq.nl> Approved by: Peter van Dijk <peter@dataloss.nl> (maintainer)
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-0/+1
|
* - Update to 0.92pav2005-02-262-3/+3
| | | | Submitted by: maintainer
* - Update to 0.91pav2004-10-173-8/+8
| | | | | PR: ports/72757 Submitted by: Peter van Dijk <peter@dataloss.nl> (maintainer)
* Update to 0.90a, which fixes y! signon.dannyboy2004-07-072-3/+3
| | | | Approved by: maintainer
* - Update to 0.90pav2004-06-083-8/+34
| | | | | | | - Add WITH_FLOOD knob Submitted by: Peter van Dijk <peter@dataloss.nl> (maintainer), Herbert J. Skuhra <herbert.skuhra@gmx.at>
* 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
|
* - Update to 0.85apav2004-04-022-3/+4
| | | | | | PR: ports/65052 Submitted by: Daniel Johansson <donnex@donnex.net> Approved by: maintainer
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Chase the gnutls shared lib version.marcus2004-03-191-1/+1
|
* Update to 0.84.nobutaka2004-02-222-8/+9
| | | | | | | Fix the dependency for MSN support. PR: ports/63165 Submitted by: maintainer
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 2)
* - Add pkg-message missed in last commitpav2003-12-142-0/+12
| | | | | | PR: ports/60230 Reported by: Peter Schuller <peter.schuller@infidyne.com> Pointy hat to: erwin
* - upgrade 0.74a to 0.82erwin2003-12-125-30/+32
| | | | | | | | | - add WITH_MSN to decide if want MSN support - add pkg-message to notice installed config files PR: 58798 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Approved by: maintainer
* Update WWW after the site moved to it's own domainerwin2003-09-041-1/+1
| | | | Approved by: maintainer
* New port: net/bitlbeeedwin2003-08-305-0/+66
This is a new port for bitlbee (http://www.lintux.cx/bitlbee.html) which acts as an IRC server and then is an ICQ/AIM/MSN/Jabber etc. client itself. PR: ports/53232 Submitted by: Peter van Dijk <peter@dataloss.nl>