| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
PR: 258735
Reported by: diizzy
Approved by: Freddy Dissaux <dsx@bsdsx.fr> (maintainer)
|
|
|
|
|
| |
PR: 258713
Reported by: Freddy Dissaux <dsx@bsdsx.fr> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
| |
main.c:387:2: error: misleading indentation; statement is not part of the previous 'if' [-Werror,-Wmisleading-indentation]
if (network->not)
^
http://beefy18.nyi.freebsd.org/data/head-amd64-default/p529299_s359382/logs/errors/mohawk-2.0.20.log
Notes:
svn path=/head/; revision=529863
|
|
|
|
|
|
|
|
|
|
| |
PR: 216907
Submitted by: mohawk@bsdsx.fr
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9486
Notes:
svn path=/head/; revision=433749
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In file included from parse.c:17:
In file included from parse.y:34:
/usr/include/sys/capability.h:41:2: error: this file includes <sys/capability.h> which is deprecated [-Werror,-W#warnings]
#warning this file includes <sys/capability.h> which is deprecated
^
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=433102
|
|
|
|
|
|
|
|
|
|
|
|
| |
The provided LDFLAG of -L${LOCALBASE}/lib/event2 would have stopped
working after libevent2.so moved to ${LOCALBASE}/lib had the LDFLAG
affected anything. The LDFLAG is set by Makefile.inc, and the
handling of DragonFly is wrong for ports, although it might still be
correct for pkgsrc. Fix that with a patch and remove the LDFLAG
that doesn't do anything. No revbump required.
Notes:
svn path=/head/; revision=369680
|
|
|
|
|
|
|
|
| |
PR: ports/192938
Submitted by: mohawk@bsdsx.fr (maintainer)
Notes:
svn path=/head/; revision=366396
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove libevent as libevent2 is providing a good compatibility interface as well
as providing better performances.
Remove custom patches from libevent2 and install libevent2 the regular way
Mark ports abusing private fields of the libevent1 API as broken
Import a patch from fedora to have honeyd working with libevent2
Remove most of the patches necessary to find the custom installation we used to
have for libevent2
With hat: portmgr
Notes:
svn path=/head/; revision=362796
|
|
|
|
|
|
|
|
|
| |
- pass maintainership to submitter
- changes:
* switch from kqueue to libevent2 to improve portability
Notes:
svn path=/head/; revision=299907
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=289156
|
|
It provides the following features:
- Basic support for CGI,
- ipv6, authentication,
- virtual host,
- basic authentication
- basic url mapping system.
WWW: http://git.etoilebsd.net/mohawk
Notes:
svn path=/head/; revision=272739
|