Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.6.1.1_20,1 16 Oct 2018 13:11:59 |
rene |
Remove expired ports:
2018-10-15 www/swish++: Unmaintained upstream
2018-10-15 deskutils/tagutils: Unmaintained upstream
2018-10-15 devel/libleaftag: Unmaintained upstream
2018-10-15 net-im/jabber: Unmaintained upstream |
1.6.1.1_20,1 04 Sep 2018 14:22:48 |
tobik |
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. |
1.6.1.1_20,1 29 Nov 2017 16:13:16 |
amdmi3 |
- Fix LICENSE
- Add LICENSE_FILE
- Switch to USES=localbase
- Switch to options helpers |
1.6.1.1_20,1 01 Feb 2017 12:30:22 |
jbeich |
net-im/jabber: unbreak with clang 4.0
mod_privacy.cc:1168:19: error: ordered comparison between pointer and zero
('xmlnode_list_item'
(aka 'xmlnode_list_item_t *') and 'int')
if (new_items <= 0) {
~~~~~~~~~ ^ ~ |
1.6.1.1_20,1 01 Feb 2017 12:30:08 |
jbeich |
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 |
1.6.1.1_19,1 20 Jul 2016 15:33:20 |
mat |
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 |
1.6.1.1_19,1 19 May 2016 11:09:14 |
amdmi3 |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
1.6.1.1_19,1 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
1.6.1.1_19,1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.6.1.1_19,1 27 Mar 2016 14:58:00 |
tijl |
- 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) |
1.6.1.1_18,1 21 Dec 2014 12:14:20 |
antoine |
- Fix plist
- Replace pkg-install/pkg-deinstall scripts with @dir |
1.6.1.1_17,1 22 Nov 2014 20:40:09 |
crees |
Finally retire USE_PGSQL |
1.6.1.1_17,1 30 Aug 2014 18:18:14 |
tijl |
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 |
1.6.1.1_16,1 23 Jul 2014 09:54:02 |
tijl |
- 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) |
1.6.1.1_15,1 16 Jul 2014 03:00:46 |
adamw |
Add DOCS option for ports with PORTDOCS in plist. |
1.6.1.1_15,1 09 Jul 2014 15:20:21 |
tijl |
- Convert to USES=libtool
- Add INSTALL_TARGET=install-strip
- Use USERS and GROUPS instead of pkg-install
- Use @sample |
1.6.1.1_14,1 23 Feb 2014 12:05:08 |
miwi |
- Fix build
PR: 185319
Submitted by: ports fury |
1.6.1.1_14,1 03 Nov 2013 09:22:00 |
novel |
- Chase security/libtasn1 update
- Add UPDATING entry |
1.6.1.1_13,1 20 Sep 2013 22:13:35 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-im) |
1.6.1.1_13,1 02 Jun 2013 19:15:40 |
bapt |
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 |
1.6.1.1_13,1 03 May 2013 16:36:41 |
ehaupt |
Chase security/libgcrypt update |
1.6.1.1_12,1 27 Apr 2013 11:59:29 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising |
1.6.1.1_12,1 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
1.6.1.1_12,1 06 Feb 2013 17:30:08 |
novel |
- Add UPDATING entry for libtasn1 update
- Bump PORTREVISIONs for dependant ports |
1.6.1.1_11,1 05 Feb 2013 16:17:07 |
novel |
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports |
1.6.1.1_10,1 14 Sep 2012 19:26:37 |
bdrewery |
- 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 |
1.6.1.1_10,1 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
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. |
1.6.1.1_10,1 10 Nov 2011 15:10:52 |
mm |
- Fix linking and unbreak
- Return maintainership to ports@
- This software has not been actively developed since 2009
Feature safe: yes |
1.6.1.1_9,1 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
1.6.1.1_9,1 23 Sep 2011 22:26:39 |
amdmi3 |
- 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 |
1.6.1.1_9,1 26 Jul 2011 20:41:24 |
pav |
- Mark BROKEN: does not link (gnutls/gcrypt)
Reported by: pointyhat |
1.6.1.1_9,1 05 Jun 2011 18:43:16 |
novel |
Chase security/gnutls update and add an UPDATING entry. |
1.6.1.1_8,1 23 Mar 2011 15:53:22 |
mm |
- Add LICENSE knob(s) |
1.6.1.1_8,1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.6.1.1_8,1 14 Mar 2011 08:40:07 |
wen |
- Bump PORTREVISION to chase the update of dns/libidn |
1.6.1.1_7,1 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.6.1.1_7,1 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
1.6.1.1_6 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
1.6.1.1_6,1 19 Aug 2009 23:05:23 |
mm |
- Unbreak build with gnutls 2.8
- Bump PORTREVISION
Reported by: pointyhat (pav) |
1.6.1.1_5,1 16 Aug 2009 18:04:40 |
novel |
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update. |
1.6.1.1_4,1 02 Aug 2009 19:36:34 |
mezz |
-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 |
1.6.1.1_4,1 18 Jan 2009 17:04:08 |
novel |
Chase libtasn1 shared library version bump. |
1.6.1.1_3,1 06 Jun 2008 13:51:54 |
edwin |
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) |
1.6.1.1_2,1 30 Apr 2008 11:27:21 |
mm |
- 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) |
1.6.1.1_1,1 06 Mar 2008 11:44:31 |
mm |
- Add patch to fix build with gnutls 2.2.x |
1.6.1.1_1,1 03 Mar 2008 11:57:08 |
novel |
- Chase security/gnutls shlib version bump
- Add an entry to UPDATING |
1.6.1.1,1 04 Aug 2007 11:41:31 |
gabor |
- 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) |
1.6.1.1,1 26 Jul 2007 12:05:36 |
mm |
- Removed PKGINSTALL, PKGDEINSTALL and PKGMESSAGE variables
(already processed by bsd.port.mk)
Approved by: garga (mentor, implicit) |
1.6.1.1,1 23 Jul 2007 20:03:08 |
mm |
- update to 1.6.1.1
- remove 4 patches (already in source)
- fix MASTER_SITES
Approved by: garga (mentor) |
1.6.1,1 23 Jul 2007 09:36:52 |
rafan |
- 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 |
1.6.1,1 18 Jul 2007 06:09:10 |
mm |
- update to 1.6.1
- additional patches
- fix jabber.in, pkg-message.in
Approved by: garga (mentor) |
1.6.0,1 05 Apr 2007 13:19:09 |
mm |
- updated maintainer e-mail address
Approved by: garga (mentor) |
1.6.0,1 27 Feb 2007 13:13:27 |
miwi |
- 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> |
1.4.4,1 10 Feb 2007 10:42:03 |
miwi |
- Marked BROKEN (breaks all jabber protocols i'm work on this)
Submitted by: pontyhat via kris |
1.4.4,1 08 Feb 2007 22:32:09 |
miwi |
- Update to 1.4.4
PR: 108885
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.4.3.1_1,1 20 Dec 2006 12:29:02 |
gabor |
- Add ipv6 to CATEGORIES
PR: ports/106890
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
Approved by: erwin (mentor) |
1.4.3.1_1,1 03 Sep 2006 13:20:41 |
garga |
Fix MASTER_SITES |
1.4.3.1_1,1 03 Sep 2006 12:53:16 |
garga |
- Fix fd_set vulnerability and save this port to be removed
- Bump PORTREVISION
Provided by: author |
1.4.3.1,1 02 Sep 2006 17:05:40 |
garga |
Remove EXPIRATION_DATE -- Author told me he fixed the problem and a new release
1.4.3.1 is comming soon. |
1.4.3.1,1 30 Jun 2006 05:16:55 |
itetcu |
OPTIONaly use IPv6
PR: ports/99512
Submitted by: Arseny Nasokin <tarc@tarc.po.cs.msu.su> |
1.4.3.1,1 22 Jun 2006 10:39:05 |
johans |
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) |
1.4.3.1,1 18 Mar 2006 16:08:47 |
garga |
- 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. |
1.4.4 15 Mar 2006 11:05:40 |
garga |
- Update to 1.4.4
Thanks to: Slawomir Kawala <slwkk@alternatywa.net> |
1.4.3.1_2 30 Jan 2006 23:20:05 |
kuriyama |
Chase shlib bump of libexpat. |
1.4.3.1_1 24 Jan 2006 11:20:03 |
garga |
- Rewrite rc.d/jabber.sh script
- Fix rc.d installation [1]
- Remove obsolete USE_REINPLACE
Reported by: krismail [1] |
1.4.3.1_1 09 Nov 2005 08:21:21 |
pav |
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 ) |