notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: net-im/jabber/Makefile
SVNWeb

Number of commits found: 57

Tue, 4 Sep 2018
[ 14:22 tobik search for other commits by this committer ] Original commit   Revision:478963
net-im/jabber: Fix build with Clang 6

expat.cc:412:20: error: comparison between pointer and integer ('const char *'
and 'int')
    while (atts[i] != '\0') {
           ~~~~~~~ ^  ~~~~

http://beefy11.nyi.freebsd.org/data/head-i386-default/p478648_s338416/logs/errors/jabber-1.6.1.1_20,1.log

Also deprecate it.  It appears to be unmaintained upstream and the
last relase was more than 10 years ago.
Wed, 29 Nov 2017
[ 16:13 amdmi3 search for other commits by this committer ] Original commit   Revision:455119
- Fix LICENSE
- Add LICENSE_FILE
- Switch to USES=localbase
- Switch to options helpers
Wed, 1 Feb 2017
[ 12:30 jbeich search for other commits by this committer ] Original commit   Revision:433022
net-im/jabber: unbreak with libc++ 3.9

log.cc:89:8: error: assigning to 'char *' from incompatible type 'const char *'
        pos = strchr(zone,'.');
              ^~~~~~~~~~~~~~~~
xmlnode.cc:913:21: error: assigning to 'char *' from incompatible type 'const
char *'
    start_predicate = strchr(path, '[');
                    ^ ~~~~~~~~~~~~~~~~~
xmlnode.cc:914:15: error: assigning to 'char *' from incompatible type 'const
char *'
    next_step = strchr(path, '/');
              ^ ~~~~~~~~~~~~~~~~~
xmlnode.cc:1836:27: error: read-only variable is not assignable
            strchr(lang, '-')[0] = 0;
            ~~~~~~~~~~~~~~~~~~~~ ^

Reported by:	pkg-fallout
Wed, 20 Jul 2016
[ 15:33 mat search for other commits by this committer ] Original commit   Revision:418840 (Only the first 10 of 67 ports in this commit are shown above. View all ports for this commit)
Cleanup $() variables in ports Makefiles.

Mostly replace with ${}, but sometime, replace with $$() because it is
what was intended in the first place. (I think.)

Sponsored by:	Absolight
Fri, 1 Apr 2016
[ 14:16 mat search for other commits by this committer ] Original commit   Revision:412348 (Only the first 10 of 2612 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Sun, 27 Mar 2016
[ 14:58 tijl search for other commits by this committer ] Original commit   Revision:411990 (Only the first 10 of 183 ports in this commit are shown above. View all ports for this commit)
- Update security/gnutls to 3.4.10.
- 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)
Sun, 21 Dec 2014
[ 12:14 antoine search for other commits by this committer ] Original commit   Revision:375157
- Fix plist
- Replace pkg-install/pkg-deinstall scripts with @dir
Sat, 22 Nov 2014
[ 20:40 crees search for other commits by this committer ] Original commit   Revision:373100 (Only the first 10 of 88 ports in this commit are shown above. View all ports for this commit)
Finally retire USE_PGSQL
Sat, 30 Aug 2014
[ 18:18 tijl search for other commits by this committer ] Original commit   Revision:366659 (Only the first 10 of 51 ports in this commit are shown above. View all ports for this commit)
dns/libidn:
- 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
Wed, 23 Jul 2014
[ 09:54 tijl search for other commits by this committer ] Original commit   Revision:362645 (Only the first 10 of 139 ports in this commit are shown above. View all ports for this commit)
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
- 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)
Wed, 16 Jul 2014
[ 03:00 adamw search for other commits by this committer ] Original commit   Revision:362023 (Only the first 10 of 88 ports in this commit are shown above. View all ports for this commit)
Add DOCS option for ports with PORTDOCS in plist.
Wed, 9 Jul 2014
[ 15:20 tijl search for other commits by this committer ] Original commit   Revision:361381
- Convert to USES=libtool
- Add INSTALL_TARGET=install-strip
- Use USERS and GROUPS instead of pkg-install
- Use @sample
Sun, 23 Feb 2014
[ 12:05 miwi search for other commits by this committer ] Original commit   Revision:345697
- Fix build

PR:		185319
Submitted by:	ports fury
Sun, 3 Nov 2013
[ 09:22 novel search for other commits by this committer ] Original commit   Revision:332596
- Chase security/libtasn1 update
- Add UPDATING entry
Fri, 20 Sep 2013
[ 22:13 bapt search for other commits by this committer ] Original commit   Revision:327756 (Only the first 10 of 186 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-im)
Sun, 2 Jun 2013
[ 19:15 bapt search for other commits by this committer ] Original commit   Revision:319722
Chase libtasn1 switching from USE_GNOME=pkgconfig to USES=pkgconfig
That has made pkgconf being a Build deps instead of Build+Run deps thus ports
depending on pkgconf need an explicit dependency
Fri, 3 May 2013
[ 16:36 ehaupt search for other commits by this committer ] Original commit   Revision:317220 (Only the first 10 of 95 ports in this commit are shown above. View all ports for this commit)
Chase security/libgcrypt update
Sat, 27 Apr 2013
[ 11:59 mva search for other commits by this committer ] Original commit   Revision:316662 (Only the first 10 of 219 ports in this commit are shown above. View all ports for this commit)
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
Wed, 24 Apr 2013
[ 18:10 ak search for other commits by this committer ] Original commit   Revision:316464 (Only the first 10 of 1028 ports in this commit are shown above. View all ports for this commit)
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Wed, 6 Feb 2013
[ 17:30 novel search for other commits by this committer ] Original commit   Revision:311783 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
- Add UPDATING entry for libtasn1 update
- Bump PORTREVISIONs for dependant ports
Tue, 5 Feb 2013
[ 16:17 novel search for other commits by this committer ] Original commit   Revision:311722 (Only the first 10 of 94 ports in this commit are shown above. View all ports for this commit)
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports
Fri, 14 Sep 2012
[ 19:26 bdrewery search for other commits by this committer ] Original commit   Revision:304293
- Convert to new options framework
- Remove GPL LICENSE_FILE
- Remove ABI versions from LIB_DEPENDS
- Mark MAKE_JOBS_UNSAFE
- Remove use of bsd.port.pre.mk
Thu, 10 Nov 2011
[ 15:10 mm search for other commits by this committer ] Original commit 
- Fix linking and unbreak
- Return maintainership to ports@
- This software has not been actively developed since 2009

Feature safe: yes
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
Tue, 26 Jul 2011
[ 20:41 pav search for other commits by this committer ] Original commit 
- Mark BROKEN: does not link (gnutls/gcrypt)

Reported by:    pointyhat
Sun, 5 Jun 2011
[ 18:43 novel search for other commits by this committer ] Original commit  (Only the first 10 of 95 ports in this commit are shown above. View all ports for this commit)
Chase security/gnutls update and add an UPDATING entry.
Wed, 23 Mar 2011
[ 15:53 mm search for other commits by this committer ] Original commit  (Only the first 10 of 58 ports in this commit are shown above. View all ports for this commit)
- Add LICENSE knob(s)
Mon, 14 Mar 2011
[ 08:40 wen search for other commits by this committer ] Original commit  (Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
- Bump PORTREVISION to chase the update of dns/libidn
Sat, 4 Dec 2010
[ 07:34 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1730 ports in this commit are shown above. View all ports for this commit)
Sync to new bsd.autotools.mk
Mon, 31 May 2010
[ 02:01 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1416 ports in this commit are shown above. View all ports for this commit)
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Wed, 19 Aug 2009
[ 23:05 mm search for other commits by this committer ] Original commit 
- Unbreak build with gnutls 2.8
- Bump PORTREVISION

Reported by:    pointyhat (pav)
Sun, 16 Aug 2009
[ 18:04 novel search for other commits by this committer ] Original commit  (Only the first 10 of 65 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.
Sun, 2 Aug 2009
[ 19:36 mezz search for other commits by this committer ] Original commit  (Only the first 10 of 1514 ports in this commit are shown above. View all ports for this commit)
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-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
Sun, 18 Jan 2009
[ 17:04 novel search for other commits by this committer ] Original commit 
Chase libtasn1 shared library version bump.
Fri, 6 Jun 2008
[ 13:51 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 73 ports in this commit are shown above. View all ports for this commit)
Bump portrevision due to upgrade of devel/gettext.

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)
Wed, 30 Apr 2008
[ 11:27 mm search for other commits by this committer ] Original commit 
- fix IPv6 support [1]
- remove autodetection of MySQL and PostgreSQL if not selected
- bump PORTREVISION

PR:             ports/123253 [1]
Submitted by:   Ruben van Staveren <ruben@verweg.com>
Approved by:    mm (maintainer)
Mon, 3 Mar 2008
[ 11:57 novel search for other commits by this committer ] Original commit  (Only the first 10 of 51 ports in this commit are shown above. View all ports for this commit)
- Chase security/gnutls shlib version bump
- Add an entry to UPDATING
Sat, 4 Aug 2007
[ 11:41 gabor search for other commits by this committer ] Original commit  (Only the first 10 of 291 ports in this commit are shown above. View all ports for this commit)
- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:   Google Summer of Code 2007
Approved by:    portmgr (pav)
Thu, 26 Jul 2007
[ 12:05 mm search for other commits by this committer ] Original commit 
- Removed PKGINSTALL, PKGDEINSTALL and PKGMESSAGE variables
(already processed by bsd.port.mk)

Approved by:    garga (mentor, implicit)
Mon, 23 Jul 2007
[ 20:03 mm search for other commits by this committer ] Original commit 
- update to 1.6.1.1
- remove 4 patches (already in source)
- fix MASTER_SITES

Approved by:    garga (mentor)
[ 09:36 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 437 ports in this commit are shown above. View all ports for this commit)
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  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
Wed, 18 Jul 2007
[ 06:09 mm search for other commits by this committer ] Original commit 
- update to 1.6.1
- additional patches
- fix jabber.in, pkg-message.in

Approved by:    garga (mentor)
Thu, 5 Apr 2007
[ 13:19 mm search for other commits by this committer ] Original commit  (Only the first 10 of 74 ports in this commit are shown above. View all ports for this commit)
- updated maintainer e-mail address

Approved by:    garga (mentor)
Tue, 27 Feb 2007
[ 13:13 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
- Unbreak
- Update to 1.6.0
- Add support for openssl, mysql, postgresql
- Pass maintainership to submitter

NOTES: Please read the UPDATING.

PR:             109259
Submitted by:   Martin Matuska <martin@matuska.org>
Sat, 10 Feb 2007
[ 10:42 miwi search for other commits by this committer ] Original commit 
- Marked BROKEN (breaks all jabber protocols i'm work on this)

Submitted by:   pontyhat via kris
Thu, 8 Feb 2007
[ 22:32 miwi search for other commits by this committer ] Original commit 
- Update to 1.4.4

PR:             108885
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Wed, 20 Dec 2006
[ 12:29 gabor search for other commits by this committer ] Original commit 
- Add ipv6 to CATEGORIES

PR:             ports/106890
Submitted by:   Janos Mohacsi <janos.mohacsi@bsd.hu>
Approved by:    erwin (mentor)
Sun, 3 Sep 2006
[ 13:20 garga search for other commits by this committer ] Original commit 
Fix MASTER_SITES
[ 12:53 garga search for other commits by this committer ] Original commit 
- Fix fd_set vulnerability and save this port to be removed
- Bump PORTREVISION

Provided by:    author
Sat, 2 Sep 2006
[ 17:05 garga search for other commits by this committer ] Original commit 
Remove EXPIRATION_DATE -- Author told me he fixed the problem and a new release
1.4.3.1 is comming soon.
Fri, 30 Jun 2006
[ 05:16 itetcu search for other commits by this committer ] Original commit 
OPTIONaly use IPv6

PR:             ports/99512
Submitted by:   Arseny Nasokin <tarc@tarc.po.cs.msu.su>
Thu, 22 Jun 2006
[ 10:39 johans search for other commits by this committer ] Original commit 
Postpone the expiration date by 1 month:
according to the authors a fix for the fd_set bug is due soon

Approved by:    flz (mentor)
Sat, 18 Mar 2006
[ 16:08 garga search for other commits by this committer ] Original commit 
- Back it to 1.4.3.1 version since transports doesn't work correct with 1.4.4
  version.
- bump PORTEPOCH
- Since jabber-1.4.x is obsolete and vulnerable, mark it as DEPRECATED and
  set an EXPIRATION_DATE.
- Drop maintainership, i'm using ejabberd now.
Wed, 15 Mar 2006
[ 11:05 garga search for other commits by this committer ] Original commit 
- Update to 1.4.4

Thanks to:      Slawomir Kawala <slwkk@alternatywa.net>
Mon, 30 Jan 2006
[ 23:20 kuriyama search for other commits by this committer ] Original commit  (Only the first 10 of 67 ports in this commit are shown above. View all ports for this commit)
Chase shlib bump of libexpat.
Tue, 24 Jan 2006
[ 11:20 garga search for other commits by this committer ] Original commit 
- Rewrite rc.d/jabber.sh script
- Fix rc.d installation [1]
- Remove obsolete USE_REINPLACE

Reported by:    krismail [1]
Wed, 9 Nov 2005
[ 08:21 pav search for other commits by this committer ] Original commit  (Only the first 10 of 206 ports in this commit are shown above. View all ports for this commit)
Move instant messaging related ports to newly created net-im category:

  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
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 57