aboutsummaryrefslogtreecommitdiff
path: root/irc/bitlbee
Commit message (Collapse)AuthorAgeFilesLines
* Add patches missed on last commit and fix build without pythonRenato Botelho2017-06-293-1/+29
| | | | Notes: svn path=/head/; revision=444642
* * bitlbee always links to libintl.so and the configure script has no NLS option,Renato Botelho2017-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 Notes: svn path=/head/; revision=444465
* - Update to 3.5.1Martin Wilke2017-04-022-5/+4
| | | | | | | | | PR: 217227 Submitted by: seschwar@gmail.com Approved by: maintainer timeout Notes: svn path=/head/; revision=437564
* devel/libevent2: drop historical suffix after r362796Jan Beich2017-02-201-2/+2
| | | | | | | | PR: 216777 Approved by: mm (maintainer) Notes: svn path=/head/; revision=434427
* devel/libevent2: update to 2.1.8 and cleanupJan Beich2017-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) Notes: svn path=/head/; revision=433286
* Update irc/bitlbee to 3.5Renato Botelho2017-01-103-4/+5
| | | | Notes: svn path=/head/; revision=431073
* When LIBPURPLE is select, do not allow user to select any other nativeRenato Botelho2016-12-081-1/+4
| | | | | | | protocol option Notes: svn path=/head/; revision=428148
* devel/nspr, security/nss: drop version from SONAMEJan Beich2016-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 Notes: svn path=/head/; revision=423591
* - Fix LICENSEDmitry Marakasov2016-09-131-12/+11
| | | | | | | | | | - Add LICENSE_FILE - Switch to options helpers Approved by: portmgr blanket Notes: svn path=/head/; revision=422038
* - Fix configure handling, this is not really a GNU configureDmitry Marakasov2016-09-061-2/+4
| | | | | | | | PR: 212075 Approved by: portmgr blanket Notes: svn path=/head/; revision=421426
* Update irc/bitlbee to 3.4.2Renato Botelho2016-04-113-15/+3
| | | | Notes: svn path=/head/; revision=413028
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-9/+9
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* - Update security/gnutls to 3.4.10.Tijl Coosemans2016-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) Notes: svn path=/head/; revision=411990
* - Explicitly specify version for libotr.so to differentiate security/libotr ↵Dmitry Marakasov2016-02-251-1/+1
| | | | | | | | | and security/libotr3 Approved by: portmgr blanket Notes: svn path=/head/; revision=409518
* Enable OTR by default on bitlbeeRenato Botelho2015-09-241-2/+2
| | | | Notes: svn path=/head/; revision=397692
* - Install headers and pkg-config entry, it's useful for people that want toRenato Botelho2015-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 Notes: svn path=/head/; revision=397230
* Add python as build dependency and unbreak build without SKYPE optionRenato Botelho2015-07-211-2/+2
| | | | Notes: svn path=/head/; revision=392624
* - Fix a regression introduced in 3.4 that broke auto_join channelsRenato Botelho2015-07-202-0/+12
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=392599
* Update to 3.4.1Renato Botelho2015-07-203-3/+4
| | | | Notes: svn path=/head/; revision=392596
* Do not try to strip a python script, it fixes install with SKYPE option enabledRenato Botelho2015-05-191-1/+0
| | | | | | | Reported by: mat@ Notes: svn path=/head/; revision=386782
* MASTER_SITES cleanup.Mathieu Arnold2015-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 Notes: svn path=/head/; revision=386312
* - Add a new SKYPE option, off by defaultRenato Botelho2015-05-072-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> Notes: svn path=/head/; revision=385656
* - Update to 3.4Renato Botelho2015-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) Notes: svn path=/head/; revision=383633
* security/libgcrypt: 1.6.1 -> 1.6.2, bump dependsKurt Jaeger2015-01-021-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) Notes: svn path=/head/; revision=376062
* - Update to 4.1.0Carlo Strub2014-12-021-1/+1
| | | | | | | | | - Use striping - Please portlint - Bump PORTREVISION Notes: svn path=/head/; revision=373792
* Modern plistBaptiste Daroussin2014-10-311-1/+1
| | | | Notes: svn path=/head/; revision=371841
* Cleanup plistBaptiste Daroussin2014-10-271-2/+0
| | | | Notes: svn path=/head/; revision=371570
* - Fix WITH_SSP_PORTS build.Bryan Drewery2014-08-161-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. Notes: svn path=/head/; revision=365140
* security/libgcrypt: 1.5.3_3 -> 1.6.1Kurt Jaeger2014-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) Notes: svn path=/head/; revision=363436
* - Replace security/gnutls with security/gnutls3 and update to 3.2.15Tijl Coosemans2014-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) Notes: svn path=/head/; revision=362645
* - Update to v3.2.2Henrik Brix Andersen2014-07-192-5/+5
| | | | | | | | - Update libotr dependency to 4.x - Strip the bitlbee binary Notes: svn path=/head/; revision=362255
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-131-1/+1
| | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories G-I. CR: D201 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357654
* - Switch security/libotr3 to USES=libtool, drop .la filesDmitry Marakasov2014-06-041-2/+2
| | | | | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=356504
* - Finish stage supportAntoine Brodin2014-01-262-9/+8
| | | | | | | - Use new LIB_DEPENDS syntax Notes: svn path=/head/; revision=341208
* - Update to v3.2.1Henrik Brix Andersen2014-01-122-11/+13
| | | | | | | | | | - Add staging support - OTR requires GnuTLS support PR: ports/182379, ports/184506 Notes: svn path=/head/; revision=339502
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | irc) Notes: svn path=/head/; revision=327736
* Chase security/libgcrypt updateEmanuel Haupt2013-05-031-1/+1
| | | | Notes: svn path=/head/; revision=317220
* Convert irc to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316344
* - Add UPDATING entry for gnutls updateRoman Bogorodskiy2013-02-051-0/+1
| | | | | | | - Chase shlib version bump for dependant ports Notes: svn path=/head/; revision=311722
* - Update to v3.2Henrik Brix Andersen2013-02-042-33/+37
| | | | | | | | - Convert to OptionsNG - Remove unneeded dependencies on specific ABI versions Notes: svn path=/head/; revision=311651
* - Update to v3.0.6Henrik Brix Andersen2012-11-082-9/+3
| | | | | | | | Reminded by: Jean Trolleur <sigtstp@gmail.com> and grey <grey@artkiver.com> Feature safe: yes Notes: svn path=/head/; revision=307180
* Hook security/libotr3 up, and move ports that depend on the old versionDoug Barton2012-09-081-1/+2
| | | | | | | to this new dependency. Notes: svn path=/head/; revision=303871
* For ports that depend on security/libotr, add the new USE_PKGCONFIG macro.Doug Barton2012-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 Notes: svn path=/head/; revision=301551
* - Update to v3.0.5Henrik Brix Andersen2012-02-193-38/+3
| | | | Notes: svn path=/head/; revision=291851
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-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. Notes: svn path=/head/; revision=289156
* - Update to v3.0.4Henrik Brix Andersen2011-12-042-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 Notes: svn path=/head/; revision=286872
* Update Pidgin and friends to 2.10.0. SeeJoe Marcus Clarke2011-08-271-1/+1
| | | | | | | | http://developer.pidgin.im/wiki/ChangeLog for a list of changes in this release. Notes: svn path=/head/; revision=280586
* - Fix build after recent gnutls updatePav Lucistnik2011-07-261-1/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=278367
* Update Pidgin and friends to 2.9.0. SeeJoe Marcus Clarke2011-07-021-1/+1
| | | | | | | | http://developer.pidgin.im/wiki/ChangeLog for a list of changes in this release. Notes: svn path=/head/; revision=276939
* Chase the libpurple shared lib version.Joe Marcus Clarke2011-06-191-1/+1
| | | | Notes: svn path=/head/; revision=275862