Port details |
- minbif IRC to instant messaging gateway
- 1.0.5_10 irc
=1 1.0.5_10Version of this port present on the latest quarterly branch.
- BROKEN: unfetchable
DEPRECATED: Unfetchable, unmaintained This port expired on: 2019-10-16 IGNORE: is marked as broken: unfetchable
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2010-04-14 19:42:56
- Last Update: 2019-10-16 15:29:32
- SVN Revision: 514601
- People watching this port, also watch:: ncrack, keyd, endless-sky, TkTopNetFlows, ratproxy
- Also Listed In: net-im
- License: GPLv2
- Description:
- Minbif aims to use the libpurple library from the Pidgin project to provide
an IRC-friendly instant messaging client.
It is very easy to setup, does not require any non-standard authentication,
and just uses the server password feature of IRC clients.
https://symlink.me/projects/minbif/wiki/
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: minbif
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (minbif-1.0.5.tar.gz) = 88271af203a89556165a9ebb4e00e55ea5b649146aea855dd799a79bd9e4befd
SIZE (minbif-1.0.5.tar.gz) = 176039
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libpurple.so : net-im/libpurple
- libcaca.so : graphics/libcaca
- libImlib2.so : graphics/imlib2
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for minbif-1.0.5_10:
CACA=on: Buddy icon display using libcaca
DOCS=on: Build and/or install documentation
GNUTLS=off: SSL/TLS support via GnuTLS
PLUGINS=off: Compile additional libpurple-plugins
VIDEO=off: Webcam display using libcaca (implies CACA)
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- cmake:insource pkgconfig gnome
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.5_10 16 Oct 2019 15:29:32 |
rene |
Remove expired ports:
2019-10-16 archivers/freetar: Unfetchable, unmaintained
2019-10-16 archivers/hffzip: Unfetchable, unmaintained
2019-10-16 archivers/hpack.non-usa.only: Unfetchable, unmaintained
2019-10-16 archivers/untar: Unfetchable, unmaintained
2019-10-16 astro/gpsdrive: Unfetchable, unmaintained
2019-10-16 astro/planets: Unfetchable, unmaintained
2019-10-16 audio/ascd: Unfetchable, unmaintained
2019-10-16 audio/audiotag: Unfetchable, unmaintained
2019-10-16 audio/gmidimonitor: Unfetchable, unmaintained
2019-10-16 audio/gmpc-lyricwiki: Unfetchable, unmaintained
2019-10-16 audio/jack_mixer: Unfetchable, unmaintained
2019-10-16 audio/jmusic: Unfetchable, unmaintained
2019-10-16 audio/maplay: Unfetchable, unmaintained (Only the first 15 lines of the commit message are shown above ) |
1.0.5_10 15 Sep 2019 17:28:09 |
antoine |
Deprecate a few ports |
1.0.5_10 13 Aug 2019 22:22:35 |
mat |
Convert to UCL & cleanup pkg-message (categories h-k) |
1.0.5_10 04 Aug 2019 12:37:59 |
antoine |
Mark BROKEN: unfetchable |
1.0.5_10 25 Dec 2018 20:25:40 |
tcberner |
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 |
1.0.5_10 31 Aug 2018 16:46:38 |
tobik |
irc/minbif: Fix build with Clang 6
src/im/auth_pam.cpp:193:11: error: no matching function for call to
'pam_chauthtok'
retval = pam_chauthtok(pamh, NULL);
^~~~~~~~~~~~~
/usr/include/security/pam_appl.h:64:1: note: candidate function not viable: no
known conversion from 'nullptr_t' to 'int' for 2nd argument
pam_chauthtok(pam_handle_t *_pamh,
^
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p478276_s338342/logs/errors/minbif-1.0.5_10.log |
1.0.5_10 25 Apr 2017 08:20:31 |
riggs |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
1.0.5_9 30 Jun 2016 20:02:43 |
adamw |
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. |
1.0.5_9 19 May 2016 11:09:14 |
amdmi3 |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
1.0.5_9 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
1.0.5_9 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.0.5_8 25 Jan 2016 15:13:24 |
danfe |
- 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 |
1.0.5_7 22 Jan 2016 22:01:05 |
antoine |
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 |
1.0.5_7 27 Dec 2014 00:09:03 |
gblach |
- 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 |
1.0.5_6 20 Dec 2014 19:02:26 |
bapt |
Cleanup plist |
1.0.5_6 10 Sep 2014 20:50:37 |
gerald |
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) |
1.0.5_5 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.0.5_4 12 Jul 2014 02:38:54 |
marino |
irc/minbif: Depend on imlib2 with CACA option only
PR: 186962
Submitted by: Chris Nehren |
1.0.5_3 17 May 2014 16:57:14 |
tijl |
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.
(Only the first 15 lines of the commit message are shown above ) |
1.0.5_2 16 Apr 2014 18:28:50 |
zeising |
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 (Only the first 15 lines of the commit message are shown above ) |
1.0.5_1 19 Dec 2013 15:34:13 |
pawel |
- 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> |
1.0.5_1 20 Sep 2013 18:44:50 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
irc) |
1.0.5_1 18 Sep 2013 08:38:20 |
bapt |
Add an explicit dependency on pkgconf |
1.0.5_1 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.0.5_1 22 Mar 2013 20:06:15 |
makc |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
1.0.5_1 08 Mar 2013 10:51:36 |
kwm |
* 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 |
1.0.5_1 05 Feb 2013 16:17:07 |
novel |
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports |
1.0.5 21 Jan 2013 03:41:37 |
araujo |
- 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> |
1.0.3_5 13 Jun 2012 05:13:04 |
bapt |
Convert to new options framework |
1.0.3_5 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.0.3_4 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.0.3_4 01 Nov 2011 20:46:07 |
dougb |
Remove references to unsupported FreeBSD versions. Mostly of the form:
.if ${OSVERSION} < 700000 |
1.0.3_4 27 Aug 2011 17:28:25 |
marcus |
Update Pidgin and friends to 2.10.0. See
http://developer.pidgin.im/wiki/ChangeLog for a list of changes in this
release. |
1.0.3_3 02 Aug 2011 13:49:10 |
bapt |
Update master_site |
1.0.3_3 02 Jul 2011 22:13:21 |
marcus |
Update Pidgin and friends to 2.9.0. See
http://developer.pidgin.im/wiki/ChangeLog for a list of changes in this
release. |
1.0.3_2 19 Jun 2011 21:25:44 |
marcus |
Chase the libpurple shared lib version. |
1.0.3_1 05 Jun 2011 18:43:16 |
novel |
Chase security/gnutls update and add an UPDATING entry. |
1.0.3 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.0.3 02 Sep 2010 21:17:34 |
wxs |
Reset to ports@. Thanks Frank for your work on these ports.
Discussed on: ports@ |
1.0.3 27 Aug 2010 07:08:26 |
pav |
- Update to 1.0.3
PR: ports/148021
Submitted by: Guillermo Amaral <g@maral.me>
Approved by: maintainer timeout |
1.0.2_1 22 May 2010 05:21:10 |
marcus |
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 |
1.0.2 21 Apr 2010 19:39:45 |
beat |
- Update to 1.0.2
- Add option to build with GnuTLS support
Submitted by: Frank Steinborn <steinex AT nognu.de> (maintainer) |
1.0.1 14 Apr 2010 19:42:36 |
beat |
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> |