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) combination for a given watch list. This is what FreshPorts will look for.

non port: net-im/centerim-devel/Makefile

Number of commits found: 69

Sunday, 8 Mar 2020
17:01 antoine search for other commits by this committer
Deprecate some ports using deprecated version of python

With hat:	portmgr
Original commitRevision:528058 
Saturday, 23 Feb 2019
17:24 bapt search for other commits by this committer
Yahoo messenger has been discontinued July 17, 2018
Original commitRevision:493715 
Monday, 10 Sep 2018
15:32 tobik search for other commits by this committer
net-im/centerim{,-devel}: Fix build with Clang 6

In file included from rsshook.cc:32:
../../src/icqface.h:248:50: error: cannot combine with previous 'bool'
declaration specifier
        bool findresults(const imsearchparams &sp, bool auto = false);
                                                        ^

... and more if one gets past this

http://beefy12.nyi.freebsd.org/data/head-amd64-default/p479076_s338486/logs/errors/centerim-4.22.10_5.log
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p479076_s338486/logs/errors/centerim-devel-4.22.10.11_7.log

PR:		230904
Approved by:	frank@altpeter.de (maintainer timeout, 2 weeks)
Original commitRevision:479433 
13:14 mat search for other commits by this committer
Add DOCS options to ports that should have one.

Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
Original commitRevision:479406 
Monday, 12 Mar 2018
17:00 amdmi3 search for other commits by this committer
- Fix LICENSE
- Add LICENSE_FILE
- Limit python version
- Fix shebangs properly
- Unsilence installation

Approved by:	portmgr blanket
Original commitRevision:464260 
Saturday, 16 Dec 2017
18:11 rene search for other commits by this committer
Remove AIM option from and bump PORTREVISION of the following ports,
the AIM network was shut down at 2017-12-15.

net-im/centerim
net-im/centerim-devel
net-im/libpurple

Reported by:	Dmitri Goutnik <dg@syrec.org>
Original commitRevision:456479 
Wednesday, 15 Mar 2017
14:45 mat search for other commits by this committer
Remove all USE_OPENSSL occurrences.

Sponsored by:	Absolight
Original commitRevision:436247 
Saturday, 26 Nov 2016
23:41 jhale search for other commits by this committer
Update security/gpgme-* to 1.8.0

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.
Original commitRevision:427185 
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 
Friday, 5 Feb 2016
11:16 marino search for other commits by this committer
irc/centerim(-devel): document ncurses requirement (USES+=ncurses)

approved by:	infrastructure blanket
Original commitRevision:408160 
Wednesday, 15 Apr 2015
08:20 tijl search for other commits by this committer
converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
  http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
  defined because the base system iconv supports these extensions too.

Add/remove patches to/from ports to call iconv with non-const arguments.

This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier.  Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.

This exposed some ports that link with libiconv when it is available instead
of using libc iconv.  In these cases one of the following changes has been
made:
- patch configure scripts to test for libc iconv first
- add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable
  some configure tests
- converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4
- lang/gcc5-aux: respect CFLAGS and friends during configure such that
  LIBICONV_PLUG is defined in the iconv test, also switch to external
  gettext
- mail/gnarwl: replace patches with CPPFLAGS/LIBS
- multimedia/ffmpeg2theora: remove iconv test from SConstruct and use
  ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c
- net-im/licq: finish conversion to cmake
- net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4:
  don't need iconv
- textproc/p5-XML-TinyXML: finish conversion to USES=perl5

Other changes:
- databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2
  and lzo support
- games/ldmud: respect CFLAGS and friends
- graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect
  CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg
  dependencies

PR:		199099
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:384038 
Saturday, 24 Jan 2015
19:27 antoine search for other commits by this committer
Fix some _DEPENDS
Original commitRevision:377815 
Friday, 24 Oct 2014
16:29 mva search for other commits by this committer
- Convert ports of net-im/, net-mgmt/ and net-p2p/ to new USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371450 
Sunday, 31 Aug 2014
11:54 tijl search for other commits by this committer
converters/fribidi:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
Original commitRevision:366746 
Friday, 15 Aug 2014
21:32 adamw search for other commits by this committer
Fix build on -current and fix shebangs.
Original commitRevision:365056 
Friday, 7 Mar 2014
11:36 amdmi3 search for other commits by this committer
- Fix build on 10.x
- Support staging
- Use new LIB_DEPENDS syntax
- Convert USE_GMAKE to USES
- Use new OPTIONS features

PR:		185981
Submitted by:	amdmi3
Approved by:	maintainer timeout
Original commitRevision:347366 
Sunday, 20 Oct 2013
19:20 jhale search for other commits by this committer
- Update security/gpgme to 1.4.3
- 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
Original commitRevision:331057 
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 
Monday, 2 Sep 2013
19:55 bapt search for other commits by this committer
Add an explicit dependency on pkgconf
Original commitRevision:326070 
Thursday, 11 Jul 2013
16:26 sunpoet search for other commits by this committer
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
  - Add COOKIES
  - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
  - Add GSSAPI and SPNEGO [2]
  - Remove KERBEROS4
  - Rename LIBIDN to IDN
  - Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile

Changes:	http://curl.haxx.se/changes.html
PR:		ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by:	miwi
Original commitRevision:322783 
Wednesday, 1 May 2013
18:06 jgh search for other commits by this committer
- adoption of USES and optionsNG

Approved by:	portmgr (bapt@)
Original commitRevision:317036 
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 
Friday, 29 Jul 2011
07:54 culot search for other commits by this committer
- Update to 4.22.10.11

PR:             ports/159247
Submitted by:   Jin-Sih Lin <linpct@gmail.com>
Approved by:    Frank Altpeter <frank@altpeter.de> (maintainer)
Original commit
Thursday, 21 Jul 2011
12:43 jlaffaye search for other commits by this committer
- Chase gpgme shared lib bump.
- Add an entry to UPDATING

Reviewed by:    tabthorpe
Original commit
Sunday, 26 Dec 2010
22:48 amdmi3 search for other commits by this committer
- Minor cleanup
- Support screen properly

PR:             151232
Patch by:       myself
Approved by:    maintainer timeout
Original commit
Thursday, 16 Dec 2010
02:34 glarkin search for other commits by this committer
- Chase security/libksba shlib version bump

Requested by:   kwm
Pointyhat to:   glarkin
Original commit
Friday, 8 Oct 2010
08:16 wen search for other commits by this committer
- Update to 4.22.9.40

PR:             ports/151289
Submitted by:   Frank Altpeter <frank@altpeter.de> (maintainer)
Original commit
Wednesday, 29 Sep 2010
07:47 bapt search for other commits by this committer
Fix typo
Original commit
07:07 bapt search for other commits by this committer
- fix plist
- added run depend on perl and python
- bump port revision

Reported by:    QAT
Original commit
Tuesday, 21 Sep 2010
13:00 bapt search for other commits by this committer
- Update to 4.22.9.33
- While here add license

PR:             ports/150741
Submitted by:   Frank Altpeter <frank _at_ altpeter.de> (maintainer)
Original commit
Sunday, 20 Jun 2010
12:35 miwi search for other commits by this committer
- Update to 4.22.9.24

PR:             148001
Submitted by:   Frank Altpeter <frank@altpeter.de> (maintainer)
Feature safe:   yes
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
Saturday, 3 Apr 2010
10:44 roam search for other commits by this committer
Chase the ftp/curl shlib version bump.
Original commit
Friday, 26 Feb 2010
07:20 wen search for other commits by this committer
- Update to 4.22.9.21

PR:             ports/144304
Submitted by:   Frank Altpeter <frank@altpeter.de> (maintainer)
Feature safe:   yes
Original commit
Monday, 22 Feb 2010
20:46 miwi search for other commits by this committer
- Update to

PR:             144080
Submitted by:   Frank Altpeter <frank@altpeter.de> (maintainer)
Feature safe:   yes
Original commit
Monday, 8 Feb 2010
15:07 miwi search for other commits by this committer
- Update to 4.22.9.15

PR:             143590
Submitted by:   Frank Altpeter <frank@altpeter.de> (maintainer)
Original commit
Thursday, 4 Feb 2010
04:05 pgollucci search for other commits by this committer
-  Update to 4.22.9.12-3be3

PR:             ports/143414
Submitted by:   Frank Altpeter <frank@altpeter.de> (maintainer)
Original commit
Wednesday, 27 Jan 2010
22:30 miwi search for other commits by this committer
- Update to 4.22.9.7-051d

PR:             143278
Submitted by:   Frank Altpeter <frank@altpeter.de> (maintainer)
Original commit
Monday, 25 Jan 2010
08:44 miwi search for other commits by this committer
- Update to 4.22.9.2-19e4

PR:             143038
Submitted by:   Frank Altpeter <frank@altpeter.de> (maintainer)
Original commit
Saturday, 19 Dec 2009
02:27 wen search for other commits by this committer
- Update to 4.22.8-25-g633d
- Make portlint happy

PR:             ports/141744
Submitted by:   Frank Altpeter <frank@altpeter.de> (maintainer)
Original commit
Wednesday, 11 Nov 2009
14:38 miwi search for other commits by this committer
- Update to 4.22.8-19-gd2bb

PR:             140460
Submitted by:   Frank Altpeter <frank@altpeter.de> (maintainer)
Original commit
Wednesday, 30 Sep 2009
13:06 miwi search for other commits by this committer
- Update to 4.22.8-15-g65e7

PR:             139233
Submitted by:   Frank Altpeter <frank@altpeter.de> (maintainer)
Original commit
Monday, 21 Sep 2009
10:36 miwi search for other commits by this committer
- Update to 4.22.8-8-gb12b

PR:             138998
Submitted by:   Frank Altpeter <frank@altpeter.de> (maintainer)
Feature safe: yes
Original commit
Friday, 11 Sep 2009
09:50 arved search for other commits by this committer
Update to 4.22.8-5-g7805

PR:             138701
Submitted by:   maintainer
Original commit
Wednesday, 2 Sep 2009
17:32 miwi search for other commits by this committer
- Update to 4.22.8-3-g12c83

PR:             138250
Submitted by:   Frank Altpeter <frank@altpeter.de> (maintainer)
Original commit
Saturday, 22 Aug 2009
17:36 marcus search for other commits by this committer
Chase the fribidi shared lib bump.
Original commit
Wednesday, 15 Jul 2009
16:47 wxs search for other commits by this committer
- Chase security/gpgme update.

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
Original commit
Thursday, 9 Jul 2009
09:05 miwi search for other commits by this committer
- Update to 4.22.7-36-g6ba0

PR:             136603
Submitted by:   Frank Altpeter <frank@altpeter.de> (maintainer)
Original commit
Tuesday, 30 Jun 2009
07:59 jadawin search for other commits by this committer
- Update to 4.22.7-34-g8f537

PR:             ports/136169
Submitted by:   Frank Altpeter <frank altpeter.de> (maintainer)
Original commit
Wednesday, 24 Jun 2009
21:01 miwi search for other commits by this committer
- Update to 4.22.7-29-g23f6

RP:             136001
Submitted by:   Frank Altpeter <frank@altpeter.de> (maintainer)
Original commit
Saturday, 20 Jun 2009
13:51 amdmi3 search for other commits by this committer
- Update to 4.22.7-26-gdeb0

PR:             135844
Submitted by:   Frank Altpeter <frank@altpeter.de> (maintainer)
Original commit
Friday, 29 May 2009
12:01 miwi search for other commits by this committer
- Update to 4.22.7-19-g1ac2

PR:             135010
Submitted by:   Frank Altpeter <frank@altpeter.de> (maintainer)
Original commit
Thursday, 23 Apr 2009
17:05 miwi search for other commits by this committer
- Update to 4.22.7-13-g4d4c3

PR:             133912
Submitted by:   Frank Altpeter <frank@altpeter.de> (maintainer)
Original commit
Monday, 23 Feb 2009
20:36 miwi search for other commits by this committer
- Update to 4.22.6-15-gb3216

PR:             131956
Submitted by:   Frank Altpeter <frank@altpeter.de> (maintainer)
Original commit
Thursday, 19 Feb 2009
20:03 miwi search for other commits by this committer
- Update to 4.22.6-14-gc522

PR:             131773
Submitted by:   Frank Altpeter <frank@altpeter.de> (maintainer)
Original commit
Friday, 23 Jan 2009
15:43 roam search for other commits by this committer
Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
Original commit
Wednesday, 14 Jan 2009
09:12 miwi search for other commits by this committer
- Update to 4.22.6-6-g777e

PR:             130423
Submitted by:   Frank Altpeter <frank@altpeter.de> (maintainer)
Original commit
Tuesday, 30 Sep 2008
08:49 miwi search for other commits by this committer
- Update to 4.22.5-101-g5bb6

PR:             127713
Submitted by:   Frank Altpeter <frank@altpeter.de> (maintainer)
Original commit
Wednesday, 24 Sep 2008
08:48 miwi search for other commits by this committer
- Update to 4.22.5-96-g071a2

PR:             127269
Submitted by:   Frank Altpeter <frank@altpeter.de> (maintainer)
Original commit
Monday, 4 Aug 2008
14:21 jadawin search for other commits by this committer
- Update to 4.22.5-70-g5f125

PR:             ports/126239
Submitted by:   maintainer (frank altpeter.de)
Original commit
Tuesday, 29 Jul 2008
09:03 jadawin search for other commits by this committer
- Update to 4.22.5-63-gf1378

PR:             ports/126032
Submitted by:   maintainer (frank altpeter.de)
Original commit
Friday, 18 Jul 2008
11:00 miwi search for other commits by this committer
- Update to 4.22.5-51-gaa2e

PR:             125708
Submitted by:   Frank Altpeter <frank@altpeter.de> (maintainer)
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, 14 May 2008
14:03 jadawin search for other commits by this committer
- Update to 4.22.5-48-gc8ace

PR:             ports/123668
Submitted by:   Frank Altpeter <frank@altpeter.de> (maintainer)
Approved by:    mentor (implicit)
Original commit
Tuesday, 6 May 2008
13:23 miwi search for other commits by this committer
- Update to 4.22.5-36-gc1c0

PR:             123454
Submitted by:   Frank Altpeter <frank@altpeter.de> (maintainer)
Original commit
Tuesday, 29 Apr 2008
11:08 miwi search for other commits by this committer
- Update to 4.22.5-34-g61aa

PR:             123203
Submitted by:   Frank Altpeter <frank@altpeter.de> (maintainer)
Original commit
Friday, 18 Apr 2008
08:27 clsung search for other commits by this committer
- Update to latest snapshot release 4.22.5-4-g516e

PR:             ports/122840
Submitted by:   maintainer (Frank Altpeter)
Original commit
Thursday, 20 Mar 2008
21:09 miwi search for other commits by this committer
- Update to 4.22.3-7-g21d2

PR:             119899
Submitted by:   Frank Altpeter <frank@altpeter.de> (maintainer)
Original commit
20:18 miwi search for other commits by this committer
- Force commit
   * repocopy from net-im/centerim -> net-im/centerim-devel

Repocopy by:    marcus
Original commit

Number of commits found: 69