| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
| |
PR: ports/194973
Submitted by: mohawk@bsdsx.fr (maintainer)
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
PR: ports/193666
Submitted by: mohawk@bsdsx.fr (maintainer)
|
|
|
|
|
| |
PR: ports/193193
Submitted by: mohawk@bsdsx.fr (maintainer)
|
|
|
|
|
| |
PR: ports/192938
Submitted by: mohawk@bsdsx.fr (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
PR: 190455
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/188750
Submitted by: mohawk@bsdsx.fr (maintainer)
|
|
|
|
|
| |
PR: ports/188408
Submitted by: mohawk@bsdsx.fr (maintainer)
|
|
|
|
| |
Submitted by: maintainer (irc)
|
|
|
|
|
|
|
|
| |
<mohawk@bsdsx.fr>: host mx2.bsdsx.fr[2a02:27d0:100:f205:a642::9] said: 550
Invalid recipient (in reply to RCPT TO command)
Obtained from: pkg-fallout
Sponsored by: Absolight
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt)
|
|
|
|
|
|
|
| |
- BSD License has 2 clauses
- New LIB_DEPENDS syntax
Submitted by: maintainer on IRC
|
|
|
|
| |
Reviewed by: maintainer
|
|
|
|
|
|
|
| |
- Support stage
PR: 183837
Submitted by: mohawk <mohawk@bsdsx.fr> (maintainer)
|
|
|
|
|
| |
PR: ports/182381
Submitted by: mohawk@bsdsx.fr (maintainer)
|
|
|
|
| |
www)
|
|
|
|
|
| |
PR: ports/179732
Submitted by: mohawk@bsdsx.fr (maintainer)
|
|
|
|
|
| |
PR: ports/179679
Submitted by: mohawk@bsdsx.fr (maintainer)
|
|
|
|
|
|
|
| |
- Pet portlint(1) by changing spaces into tabs in Makefile
PR: ports/179668 [1]
Submitted by: mohawk@bsdsx.fr (maintainer)
|
|
|
|
|
|
|
|
|
| |
- NOPORTEXAMPLES -> PORT_OPTIONS:MEXAMPLES
- Unmute install commands
PR: ports/179350 [1]
Submitted by: mohawk <mohawk@bsdsx.fr> (maintainer) [1]
Approved by: culot / jpaetzel (mentors, implicit)
|
|
|
|
|
|
|
|
|
| |
- Remove check for unsupported FreeBSD versions
- Trim Makefile header
- Use space instead of tab for WWW line in pkg-descr
PR: ports/177986
Submitted by: mohawk <mohawk@bsdsx.fr> (maintainer)
|
|
|
|
|
|
| |
different, update distinfo to reflect
Approved by: portmgr (implicit)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Pet portlint some
ChangeLog:
* Fix fd leak
* Fix URL encoding of '+'
PR: ports/171152
Submitted by: Freddy Dissaux <freddy.dsx@free.fr>
Approved by: mohawk@bsdsx.fr (maintainer)
Approved by: eadler, bapt (mentors, implicit)
|
|
|
|
| |
Reported by: Pointyhat (pav)
|
|
|
|
|
|
| |
- pass maintainership to submitter
- changes:
* switch from kqueue to libevent2 to improve portability
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Reported by: pointyhat (pav@)
|
| |
|
|
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
|