aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/mcabber/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Fix libidn support always disabledamdmi32017-02-031-1/+2
| | | | Reported by: tijl
* - Update to 1.0.5amdmi32017-02-011-8/+15
| | | | - Tweak depends
* Update security/gpgme-* to 1.8.0jhale2016-11-271-0/+1
| | | | | | | | | | | | In this version, libgpgme-pthread.so has been removed in favor of just using libgpgme.so as the thread-safe library. PORTREVISION has been bumped on all ports depending on security/gpgme so that any that may have linked to -lgpgme-pthread will link to -lgpgme instead. The Python module provided by security/py-gpgme has been renamed upstream from pyme3 to gpg. This removes the conflict with security/py-pyme, although security/py-gpgme is still the direct replacement of that module.
* - Update to 1.0.4amdmi32016-11-231-1/+1
|
* - Update to 1.0.3amdmi32016-10-011-1/+1
|
* - Update to 1.0.2amdmi32016-04-061-7/+3
| | | | | - Clarify LICENSE - Switch to USES=localbase
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-6/+6
| | | | | With hat: portmgr Sponsored by: Absolight
* - Explicitly specify version for libotr.so to differentiate security/libotr ↵amdmi32016-02-251-1/+1
| | | | | | and security/libotr3 Approved by: portmgr blanket
* - Take maintainershipamdmi32015-11-101-1/+1
|
* Unbreak window resizing.romain2015-09-211-1/+2
| | | | | PR: 189676 Submitted by: sg2342@googlemail.com
* - Update to 1.0.0madpilot2015-09-041-27/+29
| | | | | | | | | | - Use pathfix in place of shebangfix - Strip binaries - Add EXAMPLES option - Simplify post-patch and post-install PR: 201850 Submitted by: tkato432@yahoo.com
* - Add LICENSE_FILEamdmi32015-06-151-4/+8
| | | | | | | | - Fix shebangs - Strip libraries - Pet portlint MFH: 2015Q2
* Reset dhn's portserwin2015-06-131-1/+1
| | | | | | PR: 197522 Submitted by: jbeich Approved by: portmgr
* Remove dead mirrorbapt2015-03-311-1/+1
|
* 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)
* 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
* 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)
* Convert textproc/aspell to "USES=libtool tar:bzip2" and bump dependent portstijl2014-07-051-1/+1
| | | | Approved by: portmgr (implicit, PORTREVISION bump on unstaged port)
* - 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
* - Convert USE_BZIP2 to USESamdmi32014-06-041-2/+2
| | | | | | - Switch to USES=libtool, drop .la files Approved by: portmgr blanket
* - Support stagingamdmi32014-03-291-40/+16
| | | | | | | | - Use new LIB_DEPENDS syntax PR: 187347 Submitted by: amdmi3 Approved by: maintainer timeout, portmgr (blanket)
* - Update to 0.10.2dhn2013-12-181-2/+1
|
* - Update security/gpgme to 1.4.3jhale2013-10-211-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
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | net-im)
* Convert USE_NCURSES by USES=ncursesbapt2013-05-061-2/+1
| | | | Convert USE_READLINE by USES=readline
* Chase security/libgcrypt updateehaupt2013-05-041-2/+2
|
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-271-2/+1
| | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising
* - Convert USE_GETTEXT to USES (part 4)ak2013-04-261-2/+1
| | | | Approved by: portmgr (bapt)
* Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-231-1/+1
|
* Convert dhn's ports to the new options frameworkbapt2013-01-081-15/+13
| | | | | | | While here trim headers and convert some USE_GNOME=pkgconfig to USE_PKGCONFIG=build Approved by: maintainer (dhn)
* Hook security/libotr3 up, and move ports that depend on the old versiondougb2012-09-081-2/+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
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-1/+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 gpgme shared lib bump.jlaffaye2011-07-211-1/+1
| | | | | | - Add an entry to UPDATING Reviewed by: tabthorpe
* - Chase the libgcrypt shared lib versionswills2011-07-031-2/+2
|
* Add a new macro to deal with conflict between ncurses from base and ncurses ↵bapt2011-04-111-4/+1
| | | | | | | | | | | | | | | | from ports. If a ports is linked against ncurses from base or from the ports, it should then add: USE_NCURSES=yes it is also possible to specify the hard dependency on the ports ncurses or one the base one adding the following macros: WITH_NCURSES_PORT=yes or WITH_NCURSES_BASE=yes PR: ports/155269 Submitted by: me Reviwed by: pav@ Approved by: portmgr (pav@) Exp-run by: portmgr (pav@)
* - Fix Modules Pathdhn2011-01-291-7/+5
| | | | | | | | - Remove MD5 checksum - Bump PORTREVSION Reported by: Benjamin Stier <ben@unpatched.de> Feature safe: Yes
* - Update to 0.10.1dhn2010-12-041-4/+15
| | | | | | | | | - Add LICENSE (GPLv2) - Add ENCHANT support - Sorts pkg-plist PR: ports/152810 Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com>
* Chase security/libgcrypt shlib bump.wxs2010-07-271-2/+2
| | | | | PR: ports/148755 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-0/+1
|
* - Update to 0.10.0dhn2010-04-121-4/+9
|
* - Update to 0.9.10dhn2009-10-091-2/+1
|
* - Chase security/gpgme update.wxs2009-07-161-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Use my FreeBSD address on the ports I maintaindhn2009-03-071-1/+1
| | | | Approved by: tabthorpe (co-mentor)
* - Bump PORTREVISION due to share library version bump in security/libgcryptrafan2009-01-061-1/+1
| | | | PR: ports/127478
* - Update to 0.9.9miwi2008-10-191-2/+2
| | | | | | | - Pass maintainership to submitter PR: 128161 Submitted by: Dennis Herrmann <adox@mcx2.org>
* - Update to 0.9.8amdmi32008-10-081-7/+2
| | | | | - Fix otr soversion - Remove 5.x condition and unneeded patch
* Reset infofarmer due to maintainer-timeouts and no response to email.linimon2008-09-071-1/+1
| | | | Hat: portmgr
* 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.7sat2008-04-191-3/+2
|
* - Remove USE_GETOPT_LONG which is a no-op since March 2007pav2008-03-201-1/+0
|
* - Chase security/libgcrypt shlib version bumpmiwi2008-03-121-1/+2
| | | | | | PR: 121591 Submitted by: miwi Approved by: sat
* - Update to 0.9.6sat2008-01-191-1/+1
|
* - Update to 0.9.5sat2007-12-131-1/+1
|
* - Update to 0.9.4sat2007-10-291-1/+10
|
* - Optionify gpgme and aspellsat2007-09-031-4/+18
| | | | Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com>
* - 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
* - Update to 0.9.3sat2007-07-051-1/+1
|
* - Update to 0.9.2sat2007-06-151-5/+8
| | | | - Respect CFLAGS a bit more
* - Don't depend on ncurses from ports when it's available in thesat2007-04-071-3/+6
| | | | | | base system Submitted by: rafan
* - Update to 0.9.1sat2007-02-111-1/+1
|
* - Update to 0.9.0sat2007-01-131-13/+10
|
* - Update to 0.8.3sat2006-11-291-1/+1
|
* - Update to 0.8.2sat2006-09-201-1/+1
|
* - Update to 0.8.1sat2006-08-231-1/+1
|
* - Mark broken on <5.3sat2006-08-151-1/+7
| | | | Reported by: pointyhat via kris
* - Update to 0.8.0sat2006-08-141-6/+13
| | | | | | | | - Complete UTF-8 support - Work around the no-stream-header bug [1] PR: ports/101335 [1] Submitted by: thompsa [1]
* - Provide additional mirrors where neededsat2006-07-311-4/+1
| | | | | - Convert to "magic" master sites - Various minor portlint-prodded fixes
* - Update to 0.7.8sat2006-06-281-3/+6
|
* - Add mirrorssat2006-05-221-2/+5
| | | | | | | - Take maintainership Reported by: pointyhat via kris Approved by: krion (mentor, implicit)
* - Update to 0.7.6mnag2006-05-071-2/+1
| | | | | PR: 95860 Submitted by: "infofarmer ___ gmail. com" <infofarmer___gmail.com>
* Reset vsevolod as maintainer due to unreponsiveness. We hope to see himlinimon2006-04-151-1/+1
| | | | | | back sometime. Hat: portmgr
* Move instant messaging related ports to newly created net-im category:pav2005-11-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net/aim -> net-im/aim net/amsn -> net-im/amsn net/ari-yahoo -> net-im/ari-yahoo net/ayttm -> net-im/ayttm net/bsflite -> net-im/bsflite net/ccmsn -> net-im/ccmsn net/centericq -> net-im/centericq net/cicquin -> net-im/cicquin net/coccinella -> net-im/coccinella net/convey -> net-im/convey net/echat -> net-im/echat net/ejabberd -> net-im/ejabberd net/firetalk -> net-im/firetalk net/fugu -> net-im/fugu net/gajim -> net-im/gajim net/gale -> net-im/gale net/ginsu -> net-im/ginsu net/gnome-jabber -> net-im/gnome-jabber net/gtkyahoo -> net-im/gtkyahoo net/gyach -> net-im/gyach net/icb -> net-im/icb net/icmpchat -> net-im/icmpchat net/icqlib -> net-im/icqlib net/imcom -> net-im/imcom net/jabberd -> net-im/jabberd net/jabber-pymsn -> net-im/jabber-pymsn net/jit -> net-im/jit net/kmerlin -> net-im/kmerlin net/kmess -> net-im/kmess net/konverse -> net-im/konverse net/kpopup -> net-im/kpopup net/libmsn -> net-im/libmsn net/libyahoo2 -> net-im/libyahoo2 net/linpopup -> net-im/linpopup net/linux-ymessenger -> net-im/linux-ymessenger net/mcabber -> net-im/mcabber net/mercury -> net-im/mercury net/micq -> net-im/micq net/mu-conference -> net-im/mu-conference net/naim -> net-im/naim net/pebrot -> net-im/pebrot net/pork -> net-im/pork net/py-msnp -> net-im/py-msnp net/py-pyxmpp -> net-im/py-pyxmpp net/p5-Jabber-Connection -> net-im/p5-Jabber-Connection net/p5-Net-AIM -> net-im/p5-Net-AIM net/p5-Net-AOLIM -> net-im/p5-Net-AOLIM net/p5-Net-ICQ2000 -> net-im/p5-Net-ICQ2000 net/p5-Net-MSN -> net-im/p5-Net-MSN net/p5-Net-NetSend -> net-im/p5-Net-NetSend net/p5-Net-OSCAR -> net-im/p5-Net-OSCAR net/simicq -> net-im/simicq net/sulci -> net-im/sulci net/tik -> net-im/tik net/tkabber -> net-im/tkabber net/tkabber-devel -> net-im/tkabber-devel net/tmsnc -> net-im/tmsnc net/vicq -> net-im/vicq net/vqcc-gtk -> net-im/vqcc-gtk net/xicq -> net-im/xicq net/ymessenger -> net-im/ymessenger net/ysm -> net-im/ysm Repocopied by: marcus
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-1/+1
|
* Actually fix build of mcabber on 4.x by fixing getopt usage.vsevolod2005-10-211-2/+3
| | | | Submitted by: vs
* Fix build on 4.x by adding dependency on getopt.vsevolod2005-10-191-0/+2
| | | | Reported by: pointyhat via kris
* Update to 0.7.0vsevolod2005-10-121-1/+1
|
* Add net/mcabber - a small jabber console client.vsevolod2005-10-051-0/+32