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: irc/minbif/Makefile

Number of commits found: 37

Sunday, 15 Sep 2019
17:28 antoine search for other commits by this committer
Deprecate a few ports
Original commitRevision:512125 
Sunday, 4 Aug 2019
12:37 antoine search for other commits by this committer
Mark BROKEN: unfetchable
Original commitRevision:508091 
Tuesday, 25 Dec 2018
20:25 tcberner search for other commits by this committer
Change cmake default behaviour to outsource.

Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
Original commitRevision:488341 
Tuesday, 25 Apr 2017
08:20 riggs search for other commits by this committer
Chase ffmpeg 3.3 update (ABI changes)

PR:		218658
Submitted by:	riggs
Original commitRevision:439367 
Thursday, 30 Jun 2016
20:02 adamw search for other commits by this committer
Convert a couple ports that use both _CMAKE_ON and _CMAKE_OFF to _CMAKE_BOOL.

Use options helpers all the way in math/carve, because I couldn't help myself.
Original commitRevision:417839 
Friday, 1 Apr 2016
14:08 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412347 
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 
Monday, 25 Jan 2016
15:13 danfe search for other commits by this committer
- Unbreak the build against new Imlib2: previous versions (e.g. 1.4.6) had
  two typedefs (apparently, the latter was deprecated and finally removed
  in 1.4.7):

    typedef enum _imlib_load_error Imlib_Load_Error;
    typedef enum _imlib_load_error ImlibLoadError;

- Instead of handling of VIDEO and CACA options interdependency manually,
  define VIDEO_IMPLIES=CACA (available since r394573) and thus consummate
  conversion to option helpers
- Install sample configuration files as @sample in pkg-plist (and convert
  PLIST_FILES to separate file due to better readability thereof)
- Restore sane installation routine broken in r336927 and install couple
  of extra documentation files while here
- Augment port description text and update WWW line to avoid redirect
Original commitRevision:407220 
Friday, 22 Jan 2016
22:01 antoine search for other commits by this committer
Mark BROKEN: fails to build

cd /wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src && /usr/bin/c++   
-I/usr/local/include/libpurple -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -I/usr/local/include
-I/wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src -O2 -pipe
-DX_DISPLAY_MISSING -fstack-protector -fno-strict-aliasing -DHAVE_IMLIB
-DHAVE_CACA -DHAVE_PAM -D_REENTRANT -D_FILE_OFFSET_BITS=64 -Wall -Wextra
-Wno-unused-parameter -O2 -pipe -DX_DISPLAY_MISSING -fstack-protector
-fno-strict-aliasing -o CMakeFiles/minbif.dir/im/account.cpp.o -c
/wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src/im/account.cpp
/wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src/im/account.cpp: In member
function 'void im::Account::setBuddyIcon(std::string)':
/wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src/im/account.cpp:276: error:
'ImlibLoadError' was not declared in this scope
/wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src/im/account.cpp:276: error:
expected `;' before 'err'
/wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src/im/account.cpp:281: error:
'err' was not declared in this scope
/wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src/im/account.cpp:287: error:
'err' was not declared in this scope

Reported by:	pkg-fallout
MFH:		2016Q1
Original commitRevision:406945 
Saturday, 27 Dec 2014
00:09 gblach search for other commits by this committer
- Remove Mk/bsd.efl.mk
- Convert USE_EFL=libtool_hack to USES=libtool
- Convert USE_EFL=imlib2 to LIB_DEPENDS=libImlib2.so:...
- Bump PORTVERSION in graphics/imlib2 and in all ports
  which depends on imlib2

PR:		196062
Approved by:	portmgr
Original commitRevision:375663 
Saturday, 20 Dec 2014
19:02 bapt search for other commits by this committer
Cleanup plist
Original commitRevision:375090 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Original commitRevision:367888 
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 
Saturday, 12 Jul 2014
02:38 marino search for other commits by this committer
irc/minbif: Depend on imlib2 with CACA option only

PR:		186962
Submitted by:	Chris Nehren
Original commitRevision:361596 
Saturday, 17 May 2014
16:57 tijl search for other commits by this committer
Convert net-im/libpurple (and slave ports net-im/finch and net-im/pidgin)
to "USES=libtool tar:bzip2".  Bump PORTREVISION on all dependent ports
and modernise them as well (USES, LIB_DEPENDS, staging).

audio/pidgin-musictracker:
- Replace LIBS with LDFLAGS.
- Disable static plugin.

net/online-desktop: Remove obsolete patches.

net-im/mbpurple:
- Drop pkgconf dependency.
- Replace post-patch with MAKE_ARGS.
- Use standard do-build.

net-im/pidgin-audacious-remote: Disable static plugin.

net-im/pidgin-birthday-reminder: Disable static plugin.

net-im/pidgin-fetion: Replace pkg-plist with PLIST_FILES.

net-im/pidgin-guifications:
- Drop USE_GNOME=gnomeprefix.
- Replace LIBS with LDFLAGS.

net-im/pidgin-hotkeys:
- Drop CFLAGS=-fPIC.
- Fix build on systems without gcc.

net-im/pidgin-libnotify:
- Use option helpers.
- Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS.

net-im/pidgin-manualsize: Fix build on systems without gcc.

net-im/pidgin-privacy-please:
- Replace a patch with CPPFLAGS and LDFLAGS.
- Don't use USE_LDCONFIG for a plugin.

net-im/pidgin-sipe:
- Don't use USE_LDCONFIG for a plugin.
- Drop PORTDOCS that don't contain useful documentation.
- Patch configure with s/LDLAGS/LDFLAGS/ so LDFLAGS can replace LIBS.
- Use option helpers and fix Kerberos option.
- Remove obsolete CONFIGURE_ENV.

security/pidgin-encryption:
- Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS.
- Disable static plugin.
- Use option helpers.

security/pidgin-otr:
- Drop redundant comment about PORTREVISION.
- Add USE_GNOME=gtk20.
- Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS.
- Port uses stack protector unconditionally so link with -lssp_nonshared
  when necessary like Mk/bsd.ssp.mk does.

Approved by:	portmgr (PORTREVISION bump on unstaged port)
Original commitRevision:354341 
Wednesday, 16 Apr 2014
18:28 zeising search for other commits by this committer
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
Original commitRevision:351411 
Thursday, 19 Dec 2013
15:34 pawel search for other commits by this committer
- Fix build with clang
- Remove leading article from COMMENT
- Convert to new LIB_DEPENDS format
- Support staging

While I'm here use option helpers where possible.

PR:		ports/184816
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Original commitRevision:336927 
Friday, 20 Sep 2013
18:44 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
irc)
Original commitRevision:327736 
Wednesday, 18 Sep 2013
08:38 bapt search for other commits by this committer
Add an explicit dependency on pkgconf
Original commitRevision:327535 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Friday, 22 Mar 2013
20:06 makc search for other commits by this committer
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Original commitRevision:314960 
Friday, 8 Mar 2013
10:51 kwm search for other commits by this committer
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
  are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
  in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
  eliminate pkg-config run dependency completely, a second phase is needed
  and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
  Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
  versions for some ports.
* Fix other ports so they build with the new glib version.

Thanks to miwi and crees for helping out with some exp-runs.
Approved by:	portmgr (miwi & bapt)
Obtained from:	gnome team repo
Original commitRevision:313633 
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 
Monday, 21 Jan 2013
03:41 araujo search for other commits by this committer
- Update to 1.0.5.
- Update MASTER_SITES.
- Add LICENSE.
- Add MAKE_JOBS_SAFE.
- Trim header.

PR:		ports/174190
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Original commitRevision:310747 
Wednesday, 13 Jun 2012
05:13 bapt search for other commits by this committer
Convert to new options framework
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Tuesday, 1 Nov 2011
20:46 dougb search for other commits by this committer
Remove references to unsupported FreeBSD versions. Mostly of the form:
.if ${OSVERSION} < 700000
Original commit
Saturday, 27 Aug 2011
17:28 marcus search for other commits by this committer
Update Pidgin and friends to 2.10.0.  See
http://developer.pidgin.im/wiki/ChangeLog for a list of changes in this
release.
Original commit
Tuesday, 2 Aug 2011
13:49 bapt search for other commits by this committer
Update master_site
Original commit
Saturday, 2 Jul 2011
22:13 marcus search for other commits by this committer
Update Pidgin and friends to 2.9.0.  See
http://developer.pidgin.im/wiki/ChangeLog for a list of changes in this
release.
Original commit
Sunday, 19 Jun 2011
21:25 marcus search for other commits by this committer
Chase the libpurple shared lib version.
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
Thursday, 2 Sep 2010
21:17 wxs search for other commits by this committer
Reset to ports@. Thanks Frank for your work on these ports.

Discussed on:   ports@
Original commit
Friday, 27 Aug 2010
07:08 pav search for other commits by this committer
- Update to 1.0.3

PR:             ports/148021
Submitted by:   Guillermo Amaral <g@maral.me>
Approved by:    maintainer timeout
Original commit
Saturday, 22 May 2010
05:21 marcus search for other commits by this committer
Update Pidgin and friends to 2.7.0.  See
http://developer.pidgin.im/wiki/ChangeLog for the list of changes.  Also,
enable Tcl 8.5 support.

PR:             146607
Submitted by:   dougb
Original commit
Wednesday, 21 Apr 2010
19:39 beat search for other commits by this committer
- Update to 1.0.2
- Add option to build with GnuTLS support

Submitted by:   Frank Steinborn <steinex AT nognu.de> (maintainer)
Original commit
Wednesday, 14 Apr 2010
19:42 beat search for other commits by this committer
Minbif aims to use the libpurple library from the Pidgin project
to provide an IRC-friendly instant messaging client.

WWW: http://minbif.im

Submitted by:   Frank Steinborn <steinex AT nognu.de>
Original commit

Number of commits found: 37