1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
Commit Graph

15 Commits

Author SHA1 Message Date
Martin Wilke
9140f74ed9 - Update to 0.078
PR:		141940
Submitted by:	Jase Thew <freebsd@beardz.net>
2009-12-24 21:49:29 +00:00
Martin Wilke
faf5e464a4 - Update to 0.076
- As 0.076 brings the "extra" modules into the main ZNC package

PR:		141711
Submitted by:	Jase Thew <freebsd@beardz.net>
2009-12-18 23:20:57 +00:00
Mark Linimon
e74370a159 Conditionally uses Perl, so needs WANT_PERL before inclusion of
bsd.port.pre.mk.

Hat:		portmgr
2009-08-30 10:41:41 +00:00
Dmitry Marakasov
8c9b17f3f8 - Remove remaining SFP references (switch these ports to SF)
Approved by:	portmgr (pav)
2009-08-27 15:04:16 +00:00
Martin Wilke
77465f1607 - Update to 0.074 2009-08-13 11:18:28 +00:00
Martin Wilke
40bb3bcd1f - Update to 0.070 2009-06-06 16:25:50 +00:00
Martin Wilke
23e7f7260d - Update to 0.068 2009-03-31 08:43:25 +00:00
Martin Wilke
cbdeb2f2a4 - Update to 0.066 2009-03-07 04:28:25 +00:00
Martin Wilke
da3e62a922 - Update to 0.062 2008-12-11 19:24:27 +00:00
Martin Wilke
dcf0d02873 - Add patch from upstream to fix segfault in modperl on x86
Note:
Fix a crash bug when modperl was loaded on some arches

PERL_SYS_INIT3 was added to modperl in r1155-1158 to fix modperl on arches like
hppa. This added an invalid cast which caused a segfault.

If you have:
  const char *pArgv[];
  Then pArgv will point to the same memory location as &pArgv. This pointer was
  then casted to (char ***) which is one level of pointers too much for this
  pointer.

  Thanks to an anonymous reporter who pointed out the crash.
  Thanks to pippijin for helping me understand the C++ magic.

Reported by:	Elvis Stansvik <elvstone@gmail.com>
2008-11-15 22:56:40 +00:00
Martin Wilke
28163402a1 - Update to 0.060 2008-09-24 14:34:17 +00:00
Martin Wilke
93f7074deb - Update to 0.058
- Take maintainership

PR:		126717
Submitted by:	Wen heping <wenheping@gmail.com>
Approved by:	maintainer
2008-08-25 16:42:58 +00:00
Martin Wilke
ca3b8159bf - Update to 0.056
PR:		124190
Submitted by:	"Matthew Donovan" <kitche@kitchetech.com>
Approved by:	maintainer timeout
2008-06-20 18:04:23 +00:00
Beech Rintoul
248399d815 - Update to 0.054
PR:		ports/123448
Submitted by:	Matthew Donovan <kitche@kitchetech.com>
Approved by:	Aron Stansvik <elvstone@gmail.com> (maintainer)
2008-05-08 23:13:22 +00:00
Martin Wilke
886f013621 ZNC is an advanced IRC bouncer with features that include support for
multiple users, playback buffers, DCC bouncing, SASL authentication
and SSL encryption. It can be extended with dynamically loaded modules
written in C++ or Perl.

WWW: http://znc.in/

    PR:		ports/121412
Submitted by:	elvstone at gmail.com
2008-03-07 15:51:44 +00:00