notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: irc/minbif/Makefile
SVNWeb

Number of commits found: 37

Sun, 15 Sep 2019
[ 17:28 antoine search for other commits by this committer ] Original commit   Revision:512125 (Only the first 10 of 354 ports in this commit are shown above. View all ports for this commit)
Deprecate a few ports
Sun, 4 Aug 2019
[ 12:37 antoine search for other commits by this committer ] Original commit   Revision:508091 (Only the first 10 of 37 ports in this commit are shown above. View all ports for this commit)
Mark BROKEN: unfetchable
Tue, 25 Dec 2018
[ 20:25 tcberner search for other commits by this committer ] Original commit   Revision:488341 (Only the first 10 of 1277 ports in this commit are shown above. View all ports for this commit)
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
Tue, 25 Apr 2017
[ 08:20 riggs search for other commits by this committer ] Original commit   Revision:439367 (Only the first 10 of 701 ports in this commit are shown above. View all ports for this commit)
Chase ffmpeg 3.3 update (ABI changes)

PR:		218658
Submitted by:	riggs
Thu, 30 Jun 2016
[ 20:02 adamw search for other commits by this committer ] Original commit   Revision:417839
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.
Fri, 1 Apr 2016
[ 14:08 mat search for other commits by this committer ] Original commit   Revision:412347 (Only the first 10 of 481 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.

With hat:	portmgr
Sponsored by:	Absolight
Sun, 27 Mar 2016
[ 14:58 tijl search for other commits by this committer ] Original commit   Revision:411990 (Only the first 10 of 183 ports in this commit are shown above. View all ports for this commit)
- 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)
Mon, 25 Jan 2016
[ 15:13 danfe search for other commits by this committer ] Original commit   Revision:407220
- 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
Fri, 22 Jan 2016
[ 22:01 antoine search for other commits by this committer ] Original commit   Revision:406945
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
Sat, 27 Dec 2014
[ 00:09 gblach search for other commits by this committer ] Original commit   Revision:375663 (Only the first 10 of 51 ports in this commit are shown above. View all ports for this commit)
- 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
Sat, 20 Dec 2014
[ 19:02 bapt search for other commits by this committer ] Original commit   Revision:375090
Cleanup plist
Wed, 10 Sep 2014
[ 20:50 gerald search for other commits by this committer ] Original commit   Revision:367888 (Only the first 10 of 3171 ports in this commit are shown above. View all ports for this commit)
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)
Wed, 23 Jul 2014
[ 09:54 tijl search for other commits by this committer ] Original commit   Revision:362645 (Only the first 10 of 139 ports in this commit are shown above. View all ports for this commit)
- 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)
Sat, 12 Jul 2014
[ 02:38 marino search for other commits by this committer ] Original commit   Revision:361596
irc/minbif: Depend on imlib2 with CACA option only

PR:		186962
Submitted by:	Chris Nehren
Sat, 17 May 2014
[ 16:57 tijl search for other commits by this committer ] Original commit   Revision:354341 (Only the first 10 of 47 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 16 Apr 2014
[ 18:28 zeising search for other commits by this committer ] Original commit   Revision:351411 (Only the first 10 of 1008 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Thu, 19 Dec 2013
[ 15:34 pawel search for other commits by this committer ] Original commit   Revision:336927
- 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>
Fri, 20 Sep 2013
[ 18:44 bapt search for other commits by this committer ] Original commit   Revision:327736 (Only the first 10 of 135 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
irc)
Wed, 18 Sep 2013
[ 08:38 bapt search for other commits by this committer ] Original commit   Revision:327535 (Only the first 10 of 24 ports in this commit are shown above. View all ports for this commit)
Add an explicit dependency on pkgconf
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Fri, 22 Mar 2013
[ 20:06 makc search for other commits by this committer ] Original commit   Revision:314960 (Only the first 10 of 464 ports in this commit are shown above. View all ports for this commit)
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Fri, 8 Mar 2013
[ 10:51 kwm search for other commits by this committer ] Original commit   Revision:313633 (Only the first 10 of 417 ports in this commit are shown above. View all ports for this commit)
* 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
Tue, 5 Feb 2013
[ 16:17 novel search for other commits by this committer ] Original commit   Revision:311722 (Only the first 10 of 94 ports in this commit are shown above. View all ports for this commit)
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports
Mon, 21 Jan 2013
[ 03:41 araujo search for other commits by this committer ] Original commit   Revision:310747
- 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>
Wed, 13 Jun 2012
[ 05:13 bapt search for other commits by this committer ] Original commit 
Convert to new options framework
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Tue, 1 Nov 2011
[ 20:46 dougb search for other commits by this committer ] Original commit  (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
Remove references to unsupported FreeBSD versions. Mostly of the form:
.if ${OSVERSION} < 700000
Sat, 27 Aug 2011
[ 17:28 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
Update Pidgin and friends to 2.10.0.  See
http://developer.pidgin.im/wiki/ChangeLog for a list of changes in this
release.
Tue, 2 Aug 2011
[ 13:49 bapt search for other commits by this committer ] Original commit 
Update master_site
Sat, 2 Jul 2011
[ 22:13 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
Update Pidgin and friends to 2.9.0.  See
http://developer.pidgin.im/wiki/ChangeLog for a list of changes in this
release.
Sun, 19 Jun 2011
[ 21:25 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
Chase the libpurple shared lib version.
Sun, 5 Jun 2011
[ 18:43 novel search for other commits by this committer ] Original commit  (Only the first 10 of 95 ports in this commit are shown above. View all ports for this commit)
Chase security/gnutls update and add an UPDATING entry.
Thu, 2 Sep 2010
[ 21:17 wxs search for other commits by this committer ] Original commit  (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Reset to ports@. Thanks Frank for your work on these ports.

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

PR:             ports/148021
Submitted by:   Guillermo Amaral <g@maral.me>
Approved by:    maintainer timeout
Sat, 22 May 2010
[ 05:21 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
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
Wed, 21 Apr 2010
[ 19:39 beat search for other commits by this committer ] Original commit 
- Update to 1.0.2
- Add option to build with GnuTLS support

Submitted by:   Frank Steinborn <steinex AT nognu.de> (maintainer)
Wed, 14 Apr 2010
[ 19:42 beat search for other commits by this committer ] Original commit 
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>

Number of commits found: 37