| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Cleanups:
- USE_OPENSSL
- Convert to OPTION helpers
- Remove no longer necessary patch for modperl
- Sort OPTIONs
- Correct compiler flags detection in configure script
PR: 205473
Submitted by: matthew@reztek.cz
Reviewed by: riggs
Approved by: maintainer timeout
|
|
|
|
|
|
| |
- Add LICENSE_FILE
Approved by: portmgr blanket
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3694
|
|
|
|
|
| |
PR: 202380
Approved by: maintainer timeout
|
|
|
|
|
|
| |
- While here, add archive/ directory to MASTER_SITES as distfile may be _moved_ there
Approved by: portmgr blanket
|
|
|
|
|
|
| |
Upstream is accepting this change and it will land in the next release.
PR: 198387
|
|
|
|
|
|
| |
PR: 198060
Submitted by: Matthew Connelly <freebsd-bugs@maff.im>
Approved by: maintainer timeout
|
| |
|
|
|
|
| |
Approved by: portmgr (implicit)
|
| |
|
|
|
|
|
|
| |
PR: 191034
Submitted by: bradleythughes@fastmail.fm
Changes: http://wiki.znc.in/ChangeLog/1.4
|
|
|
|
|
|
|
| |
minor COMMENT typos and surrounding whitespace fixes. Categories G-I.
CR: D201
Approved by: portmgr (bapt)
|
|
|
|
| |
Submitted by: antoine
|
|
|
|
|
|
|
|
|
|
|
|
| |
and consumers of lang/python31 or lower to use Python 2.X
This is in preparation of removing lang/python31 which expired on 2014-06-01
While here apply some fixes for textproc/codespell:
- USE_XZ -> USES=tar:xz
- remove unneeded USE_PYTHON_RUN line
Approved by: python (mva)
|
| |
|
|
|
|
|
|
|
|
| |
- Modernise OPTIONS configuration
- Support custom LOCALBASE
- Stage support
Changes: http://wiki.znc.in/ChangeLog/1.2
|
| |
|
|
|
|
| |
irc)
|
|
|
|
| |
Submitted by: az
|
|
|
|
|
|
|
| |
- Add rc.d script
PR: ports/179190
Approved by: maintainer (timeout)
|
|
|
|
|
|
| |
Reported by: Albert Kult (via email)
Obtained from: https://github.com/znc/znc/commit/2bd410ee5570cea127233f1133ea22f25174eb28
Security: 19751e06-c798-11e2-a373-000c29833058
|
|
|
|
|
|
| |
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising
|
| |
|
|
|
|
|
|
|
|
|
| |
- Convert to new OPTIONSng
- Add UPDATING entry noting the automatic modification of configuration file
Changes: http://wiki.znc.in/ChangeLog/1.0
Feature safe: yes
|
|
|
|
|
|
|
|
| |
- Assume maintainership [1]
Approved by: miwi [1]
Feature safe: yes
|
|
|
|
|
| |
PR: 167008
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
|
|
|
|
|
| |
PR: 164424
Submitted by: Jase Thew <freebsd@beardz.net>
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Change IPv6 option default to On
- Fix typo in WITH_TCLALLOWALL/WITHOUT_TCL IGNORE message
- Fix CONFIGURE_ARGS for PYTHON option
- Add check for EXTRA option to SASL option (required to build)
PR: 159952
Submitted by: Jase Thew <freebsd@beardz.net>
|
|
|
|
|
|
|
|
|
| |
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
|
|
|
|
| |
PR: 156421
Submitted by: Jase Thew <freebsd@beardz.net>
|
|
|
|
|
| |
PR: 152273
Submitted by: Jase Thew <freebsd@beardz.net>
|
|
|
|
|
| |
PR: 149964
Submitted by: Jase Thew <freebsd@beardz.net>
|
|
|
|
|
|
| |
PR: 148346
Submitted by: Jase Thew <freebsd@beardz.net>
Feature safe: yes
|
|
|
|
|
| |
PR: 174661
Submitted by: Jase Thew <freebsd@beardz.net> (maintainer)
|
|
|
|
|
| |
PR: 144368
Submitted by: Jase Thew <freebsd@beardz.net> (maintainer)
|
|
|
|
|
| |
PR: 141940
Submitted by: Jase Thew <freebsd@beardz.net>
|
|
|
|
|
|
|
| |
- As 0.076 brings the "extra" modules into the main ZNC package
PR: 141711
Submitted by: Jase Thew <freebsd@beardz.net>
|
|
|
|
|
|
| |
bsd.port.pre.mk.
Hat: portmgr
|
|
|
|
| |
Approved by: portmgr (pav)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
|
|
|
| |
- Take maintainership
PR: 126717
Submitted by: Wen heping <wenheping@gmail.com>
Approved by: maintainer
|
|
|
|
|
|
| |
PR: 124190
Submitted by: "Matthew Donovan" <kitche@kitchetech.com>
Approved by: maintainer timeout
|
|
|
|
| |
PR: based on 123448
|
|
|
|
|
|
| |
PR: ports/123448
Submitted by: Matthew Donovan <kitche@kitchetech.com>
Approved by: Aron Stansvik <elvstone@gmail.com> (maintainer)
|
|
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
|