notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: net-im/jabber/Makefile

Number of commits found: 57

Tuesday, 4 Sep 2018
14:22 tobik search for other commits by this committer
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.
Original commitRevision:478963 
Wednesday, 29 Nov 2017
16:13 amdmi3 search for other commits by this committer
- Fix LICENSE
- Add LICENSE_FILE
- Switch to USES=localbase
- Switch to options helpers
Original commitRevision:455119 
Wednesday, 1 Feb 2017
12:30 jbeich search for other commits by this committer
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
Original commitRevision:433022 
Wednesday, 20 Jul 2016
15:33 mat search for other commits by this committer
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
Original commitRevision:418840 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Sunday, 27 Mar 2016
14:58 tijl search for other commits by this committer
- 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)
Original commitRevision:411990 
Sunday, 21 Dec 2014
12:14 antoine search for other commits by this committer
- Fix plist
- Replace pkg-install/pkg-deinstall scripts with @dir
Original commitRevision:375157 
Saturday, 22 Nov 2014
20:40 crees search for other commits by this committer
Finally retire USE_PGSQL
Original commitRevision:373100 
Saturday, 30 Aug 2014
18:18 tijl search for other commits by this committer
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
Original commitRevision:366659 
Wednesday, 23 Jul 2014
09:54 tijl search for other commits by this committer
- 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)
Original commitRevision:362645 
Wednesday, 16 Jul 2014
03:00 adamw search for other commits by this committer
Add DOCS option for ports with PORTDOCS in plist.
Original commitRevision:362023 
Wednesday, 9 Jul 2014
15:20 tijl search for other commits by this committer
- Convert to USES=libtool
- Add INSTALL_TARGET=install-strip
- Use USERS and GROUPS instead of pkg-install
- Use @sample
Original commitRevision:361381 
Sunday, 23 Feb 2014
12:05 miwi search for other commits by this committer
- Fix build

PR:		185319
Submitted by:	ports fury
Original commitRevision:345697 
Sunday, 3 Nov 2013
09:22 novel search for other commits by this committer
- Chase security/libtasn1 update
- Add UPDATING entry
Original commitRevision:332596 
Friday, 20 Sep 2013
22:13 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-im)
Original commitRevision:327756 
Sunday, 2 Jun 2013
19:15 bapt search for other commits by this committer
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
Original commitRevision:319722 
Friday, 3 May 2013
16:36 ehaupt search for other commits by this committer
Chase security/libgcrypt update
Original commitRevision:317220 
Saturday, 27 Apr 2013
11:59 mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
Original commitRevision:316662 
Wednesday, 24 Apr 2013
18:10 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Original commitRevision:316464 
Wednesday, 6 Feb 2013
17:30 novel search for other commits by this committer
- Add UPDATING entry for libtasn1 update
- Bump PORTREVISIONs for dependant ports
Original commitRevision:311783 
Tuesday, 5 Feb 2013
16:17 novel search for other commits by this committer
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports
Original commitRevision:311722 
Friday, 14 Sep 2012
19:26 bdrewery search for other commits by this committer
- 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
Original commitRevision:304293 
Thursday, 10 Nov 2011
15:10 mm search for other commits by this committer
- Fix linking and unbreak
- Return maintainership to ports@
- This software has not been actively developed since 2009

Feature safe: yes
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- 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
Original commit
Tuesday, 26 Jul 2011
20:41 pav search for other commits by this committer
- Mark BROKEN: does not link (gnutls/gcrypt)

Reported by:    pointyhat
Original commit
Sunday, 5 Jun 2011
18:43 novel search for other commits by this committer
Chase security/gnutls update and add an UPDATING entry.
Original commit
Wednesday, 23 Mar 2011
15:53 mm search for other commits by this committer
- Add LICENSE knob(s)
Original commit
Monday, 14 Mar 2011
08:40 wen search for other commits by this committer
- Bump PORTREVISION to chase the update of dns/libidn
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Wednesday, 19 Aug 2009
23:05 mm search for other commits by this committer
- Unbreak build with gnutls 2.8
- Bump PORTREVISION

Reported by:    pointyhat (pav)
Original commit
Sunday, 16 Aug 2009
18:04 novel search for other commits by this committer
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.
Original commit
Sunday, 2 Aug 2009
19:36 mezz search for other commits by this committer
-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
Original commit
Sunday, 18 Jan 2009
17:04 novel search for other commits by this committer
Chase libtasn1 shared library version bump.
Original commit
Friday, 6 Jun 2008
13:51 edwin search for other commits by this committer
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)
Original commit
Wednesday, 30 Apr 2008
11:27 mm search for other commits by this committer
- 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)
Original commit
Monday, 3 Mar 2008
11:57 novel search for other commits by this committer
- Chase security/gnutls shlib version bump
- Add an entry to UPDATING
Original commit
Saturday, 4 Aug 2007
11:41 gabor search for other commits by this committer
- 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)
Original commit
Thursday, 26 Jul 2007
12:05 mm search for other commits by this committer
- Removed PKGINSTALL, PKGDEINSTALL and PKGMESSAGE variables
(already processed by bsd.port.mk)

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

Approved by:    garga (mentor)
Original commit
09:36 rafan search for other commits by this committer
- 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
Original commit
Wednesday, 18 Jul 2007
06:09 mm search for other commits by this committer
- update to 1.6.1
- additional patches
- fix jabber.in, pkg-message.in

Approved by:    garga (mentor)
Original commit
Thursday, 5 Apr 2007
13:19 mm search for other commits by this committer
- updated maintainer e-mail address

Approved by:    garga (mentor)
Original commit
Tuesday, 27 Feb 2007
13:13 miwi search for other commits by this committer
- 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>
Original commit
Saturday, 10 Feb 2007
10:42 miwi search for other commits by this committer
- Marked BROKEN (breaks all jabber protocols i'm work on this)

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

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

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

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

PR:             ports/99512
Submitted by:   Arseny Nasokin <tarc@tarc.po.cs.msu.su>
Original commit
Thursday, 22 Jun 2006
10:39 johans search for other commits by this committer
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)
Original commit
Saturday, 18 Mar 2006
16:08 garga search for other commits by this committer
- 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.
Original commit
Wednesday, 15 Mar 2006
11:05 garga search for other commits by this committer
- Update to 1.4.4

Thanks to:      Slawomir Kawala <slwkk@alternatywa.net>
Original commit
Monday, 30 Jan 2006
23:20 kuriyama search for other commits by this committer
Chase shlib bump of libexpat.
Original commit
Tuesday, 24 Jan 2006
11:20 garga search for other commits by this committer
- Rewrite rc.d/jabber.sh script
- Fix rc.d installation [1]
- Remove obsolete USE_REINPLACE

Reported by:    krismail [1]
Original commit
Wednesday, 9 Nov 2005
08:21 pav search for other commits by this committer
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)
Original commit

Number of commits found: 57