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

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it''''''''s already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: irc/irssi-devel/Makefile

Number of commits found: 119 (showing only 100 on this page)

1 | 2  »  

Thursday, 12 Nov 2015
12:02 antoine search for other commits by this committer
Mark BROKEN: size and checksum mismatch
Deprecate: irc/irssi-devel is older than irc/irssi
Original commitRevision:401335 
Tuesday, 10 Nov 2015
06:28 gahr search for other commits by this committer
irc/irssi-devel - tarball was rerolled, content hasn't changed
Original commitRevision:401186 
Monday, 9 Nov 2015
12:59 antoine search for other commits by this committer
Mark a few ports BROKEN: unfetchable
Original commitRevision:401096 
Wednesday, 26 Nov 2014
13:08 mat search for other commits by this committer
Change the way Perl modules are installed, update the default Perl to 5.18.

Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
Original commitRevision:373448 
Tuesday, 18 Nov 2014
09:37 bapt search for other commits by this committer
Reset miwi's maintainership per his demand

Hope to see you back! Thank for all the work!
Original commitRevision:372709 
Tuesday, 19 Aug 2014
17:45 amdmi3 search for other commits by this committer
- Switch to USES=libtool, drop .la files

Approved by:	portmgr blanket
Original commitRevision:365412 
Friday, 13 Jun 2014
07:36 olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories G-I.

CR:		D201
Approved by:	portmgr (bapt)
Original commitRevision:357654 
Tuesday, 3 Jun 2014
10:45 miwi search for other commits by this committer
- Update to 20140530
- Stage support
Original commitRevision:356321 
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 
Monday, 16 Sep 2013
23:50 bdrewery search for other commits by this committer
Mirror distfile. The site is sending a different sized file now with
no differences.
Original commitRevision:327447 
22:44 bdrewery search for other commits by this committer
- Update to 20130915 snapshot which is 0.8.16-rc1

Changes since 0.8.15:
  + Add -noautosendcmd to /SERVER and /CONNECT. Passing this option will
    force Irssi to not execute the content of the autosendcmd chatnet-setting
    upon connect.
  + Accept names replies with nick!user@host instead of just nick, if they
    are enabled (see bug #805).
  + Set window binds for channel items as sticky when re-creating window
    binds as part of /layout save. This fixes the bug where previously saved
    channel windows forgets their window number upon reconnect.
  + Add experimental support for DNSSEC DANE validation of certificates.
  + Strip the argument for boolean options (see bug #769).
  + Freenode have been readded to the list of networks in the default
    configuration file.
  + Disabled support for the insecure SSLv2 protocol.
  + Various documentation enhancements.
  - Fix crashing bug that can happen if the terminal height decreases before
    the first window is created.
  - Fixed minor compiler warnings.
  - Fixed possible crashing bug when processing an octal escape sequence.
  - Fixed the /ignore -network option (see bug #748).
  - Fixed signal handling for /exec'd commands. Irssi now sends the signal to
    the process group id instead of the process id.
  - Fixed segfault generated by SSL disconnections (see bug #752).

Approved by:	miwi (implicit)
Original commitRevision:327444 
17:03 az search for other commits by this committer
- convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
Original commitRevision:327418 
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 
Tuesday, 23 Apr 2013
10:51 bapt search for other commits by this committer
Convert irc to USES=pkgconfig
Original commitRevision:316344 
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 
Monday, 17 Dec 2012
02:15 bapt search for other commits by this committer
Convert miwi's ports to new Options framework
While here fix some consistency in PEAR options name
bumped revision of net/icpld and net/ipsumdump because IPV6 is now on

Approved by:	miwi (maintainer)
Original commitRevision:309053 
Saturday, 25 Aug 2012
16:18 miwi search for other commits by this committer
- Unbreak build
Original commit
Tuesday, 21 Aug 2012
18:48 beat search for other commits by this committer
- Mark BROKEN: size mismatch
  fetch: http://mirror.irssi.org/snapshots/irssi-20120624.tar.gz:
  size mismatch: expected 1331265, actual 1331625

Reported by:	pointyhat
Original commit
Wednesday, 8 Aug 2012
22:44 dhn search for other commits by this committer
- Update to 20120624

PR:		ports/170442
Submitted by:	Nico R. Wohlgemuth <nico@lifeisabug.com>
Approved by:	miwi (maintainer)
Original commit
Sunday, 19 Feb 2012
11:20 miwi search for other commits by this committer
- Update to 20120110
Original commit
Sunday, 6 Nov 2011
14:45 miwi search for other commits by this committer
- Update to 20111030
Original commit
Saturday, 19 Feb 2011
08:13 miwi search for other commits by this committer
- Update to 20110210
Original commit
Tuesday, 21 Dec 2010
06:40 miwi search for other commits by this committer
- Update to 20101209

PR:             152976
Submitted by:   Jase Thew <freebsd@beardz.net>
Original commit
Tuesday, 6 Jul 2010
06:56 miwi search for other commits by this committer
- Update to 20100520

PR:             148345
Submitted by:   Jase Thew <freebsd@beardz.net>
Feature safe:   yes
Original commit
Sunday, 9 May 2010
11:22 miwi search for other commits by this committer
- Update to 20100404
Original commit
Friday, 2 Apr 2010
15:46 miwi search for other commits by this committer
- Update to 20100325

PR:             145287
Submitted by:   Jase Thew <freebsd@beardz.net>
Original commit
Friday, 26 Feb 2010
11:03 miwi search for other commits by this committer
- Update to 20100225

Feature safe:   yes
Original commit
Saturday, 13 Feb 2010
10:14 miwi search for other commits by this committer
- Update to 20100210
Original commit
Tuesday, 2 Feb 2010
22:50 miwi search for other commits by this committer
- Update to 20100131
- Change USE_GNOME to LIB_DEPENDS to avoid depends on fam/gamin (as per stable
port).
- Add post-patch target to fixup paths in manpage (as per stable port).
- Remove duplicate MAKE_JOBS_SAFE.
- Remove stale libirc_proxy.so.0 pkg-plist entry.

PR:             based on 143468
Original commit
Monday, 4 Jan 2010
23:14 miwi search for other commits by this committer
- Update to 20091228
Original commit
Tuesday, 3 Nov 2009
11:15 miwi search for other commits by this committer
- Update to 20091024
Original commit
Wednesday, 30 Sep 2009
13:11 miwi search for other commits by this committer
- Update to latest snapshot 20090906
Original commit
Saturday, 5 Sep 2009
00:33 miwi search for other commits by this committer
- Update to 20090902
Original commit
Thursday, 27 Aug 2009
20:54 miwi search for other commits by this committer
- Update to 20090813
Original commit
Thursday, 13 Aug 2009
21:48 miwi search for other commits by this committer
- Update to latest snapshot
Original commit
Wednesday, 29 Jul 2009
09:04 miwi search for other commits by this committer
- Update to 20090728
Original commit
Saturday, 13 Jun 2009
21:57 miwi search for other commits by this committer
- Update to 20090607
Original commit
Thursday, 28 May 2009
23:32 miwi search for other commits by this committer
- Update to 20090524
Original commit
Tuesday, 28 Apr 2009
22:48 miwi search for other commits by this committer
- Update to 20090427
Original commit
Saturday, 4 Apr 2009
17:37 miwi search for other commits by this committer
- Update to 20090403
- Mark MAKE_JOBS_SAFE
Original commit
Thursday, 2 Apr 2009
10:06 miwi search for other commits by this committer
- Update to 20090331
Original commit
Thursday, 26 Mar 2009
14:59 miwi search for other commits by this committer
- Mark MAKE_JOBS_SAFE for SMP compilation
Original commit
Wednesday, 18 Mar 2009
16:57 miwi search for other commits by this committer
- Update to 20090315
Original commit
Wednesday, 11 Mar 2009
20:26 miwi search for other commits by this committer
- Update to 20090310
Original commit
Saturday, 28 Feb 2009
20:57 miwi search for other commits by this committer
- Update to 20090227
Original commit
Friday, 20 Feb 2009
22:43 miwi search for other commits by this committer
- Update to 20090213
Original commit
Tuesday, 10 Feb 2009
23:42 miwi search for other commits by this committer
- Update to 20090210
Original commit
Monday, 9 Feb 2009
23:09 miwi search for other commits by this committer
- Update to 20090209
Original commit
Monday, 2 Feb 2009
19:38 miwi search for other commits by this committer
- Update to 20090123
Original commit
Friday, 16 Jan 2009
00:38 miwi search for other commits by this committer
- Update to 20090115
Original commit
Tuesday, 6 Jan 2009
15:53 miwi search for other commits by this committer
- Update to 20090104
Original commit
Thursday, 25 Dec 2008
00:23 miwi search for other commits by this committer
- Update to 20081222
Original commit
Friday, 19 Dec 2008
22:05 miwi search for other commits by this committer
- Update to 20081217
Original commit
Sunday, 14 Dec 2008
11:30 miwi search for other commits by this committer
- Update to 20081213
Original commit
Thursday, 11 Dec 2008
19:25 miwi search for other commits by this committer
- Update to 20081210
Original commit
Saturday, 6 Dec 2008
21:15 miwi search for other commits by this committer
- Update to 20081205
Original commit
Thursday, 4 Dec 2008
21:11 miwi search for other commits by this committer
- Update to 20081203
Original commit
Saturday, 29 Nov 2008
20:58 miwi search for other commits by this committer
- Update to 20081128
Original commit
Wednesday, 26 Nov 2008
21:47 miwi search for other commits by this committer
- Update to 20081125
Original commit
Saturday, 15 Nov 2008
22:33 miwi search for other commits by this committer
- Update to 20081114
Original commit
Thursday, 13 Nov 2008
22:19 miwi search for other commits by this committer
- Update to 20081112
Original commit
Tuesday, 11 Nov 2008
22:24 miwi search for other commits by this committer
- Update to 20081110
Original commit
Sunday, 9 Nov 2008
15:55 miwi search for other commits by this committer
- Update to 20081109
Original commit
Saturday, 1 Nov 2008
23:11 miwi search for other commits by this committer
- Update to 20081031
Original commit
Friday, 24 Oct 2008
12:24 miwi search for other commits by this committer
- Update to 20081021
Original commit
Sunday, 12 Oct 2008
10:55 miwi search for other commits by this committer
- Update to 20081009
Original commit
Friday, 5 Sep 2008
14:02 miwi search for other commits by this committer
- Update to 20080831
Original commit
Saturday, 30 Aug 2008
20:17 miwi search for other commits by this committer
- Update to 20080825
Original commit
Thursday, 7 Aug 2008
12:56 miwi search for other commits by this committer
- Update to 20080806
Original commit
Sunday, 3 Aug 2008
16:08 miwi search for other commits by this committer
- Update to 20080802
Original commit
Saturday, 28 Jun 2008
22:33 miwi search for other commits by this committer
- Update to 20080619
Original commit
Friday, 20 Jun 2008
22:06 miwi search for other commits by this committer
- Update to 20080618
Original commit
Wednesday, 18 Jun 2008
23:13 miwi search for other commits by this committer
- Update to 20080611
Original commit
Friday, 6 Jun 2008
13:36 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
Tuesday, 13 May 2008
14:34 miwi search for other commits by this committer
- Update to 20080429
Original commit
Friday, 25 Apr 2008
17:20 miwi search for other commits by this committer
- Update to 20080421
Original commit
Thursday, 17 Apr 2008
15:11 miwi search for other commits by this committer
- Update to 20080416
Original commit
Saturday, 15 Mar 2008
08:54 miwi search for other commits by this committer
- Update to 20080314
Original commit
Tuesday, 11 Mar 2008
16:10 miwi search for other commits by this committer
- Update to 20080310
Original commit
Monday, 25 Feb 2008
09:33 miwi search for other commits by this committer
- Update to 20080220
Original commit
Wednesday, 20 Feb 2008
10:20 miwi search for other commits by this committer
- Update to 20080217
Original commit
Saturday, 16 Feb 2008
11:59 miwi search for other commits by this committer
- Update to 20080214
Original commit
Thursday, 7 Feb 2008
13:40 miwi search for other commits by this committer
- Update to 20080205
Original commit
Tuesday, 5 Feb 2008
13:10 miwi search for other commits by this committer
- Update to 20080204
Original commit
Saturday, 26 Jan 2008
01:18 miwi search for other commits by this committer
- Update to 20080121
Original commit
Tuesday, 22 Jan 2008
01:23 miwi search for other commits by this committer
- Update to 20080121
Original commit
Monday, 31 Dec 2007
00:21 miwi search for other commits by this committer
- Update to 20071223
Original commit
Sunday, 16 Dec 2007
23:41 miwi search for other commits by this committer
- Update to the last snapshot (20071212)
Original commit
Wednesday, 12 Dec 2007
13:19 miwi search for other commits by this committer
- Update to 20071210
Original commit
Tuesday, 30 Oct 2007
09:50 miwi search for other commits by this committer
- Update to 20071029
Original commit
Saturday, 27 Oct 2007
21:25 miwi search for other commits by this committer
- Update to 20071025
Original commit
Tuesday, 23 Oct 2007
23:07 miwi search for other commits by this committer
- Update to 20071022
Original commit
13:42 miwi search for other commits by this committer
- Update to 20071018
Original commit
Tuesday, 16 Oct 2007
22:19 miwi search for other commits by this committer
- Update to 20071015
Original commit
Sunday, 14 Oct 2007
00:59 miwi search for other commits by this committer
- Update to 20071012
Original commit
Friday, 12 Oct 2007
13:49 miwi search for other commits by this committer
- Update to  20071011
Original commit
Sunday, 30 Sep 2007
04:10 linimon search for other commits by this committer
Add WANT_PERL.  This will be needed to conditionalize bsd.perl.mk inclusion.

Hat:    portmgr
Original commit
Tuesday, 11 Sep 2007
12:54 miwi search for other commits by this committer
- Unbreak
- Update to 20070911
Original commit
Tuesday, 4 Sep 2007
22:07 miwi search for other commits by this committer
- Marked broken (distfile size mismatch)

Submitted by:   pointyhat via pav
                Lars Stokholm <lars.stokholm@gmail.com> (via private mail)
Original commit
Monday, 27 Aug 2007
18:32 miwi search for other commits by this committer
- Update to 20070826 (0.8.12-rc1 Release)

Changelog: http://irssi.org/news/ChangeLog
Original commit

Number of commits found: 119 (showing only 100 on this page)

1 | 2  »