non port: net/userfw/Makefile |
Number of commits found: 19 |
Tuesday, 23 Oct 2018
|
16:34 jbeich
Expand FreeBSD 12 conditionals to include 13.0-CURRENT
|
Sunday, 16 Sep 2018
|
11:44 antoine
Deprecate ports that do not build on FreeBSD 11+
|
Friday, 20 Jul 2018
|
09:29 0mp
Remove redundant kld from CATEGORIES if a port uses kmod.
"USES=kmod" already adds kld to CATEGORIES so it is unnecessary to set
CATEGORIES to kld explicitly.
PR: 228543
Reviewed by: krion (mentor)
Approved by: krion (mentor)
Differential Revision: https://reviews.freebsd.org/D16359
|
Saturday, 24 Jun 2017
|
18:36 linimon
Sort NOT_FOR_ARCHS. While here, clean up some BROKEN usages.
Approved by: portmgr (tier-2 blanket)
|
Sunday, 21 May 2017
|
13:21 linimon
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills
|
Thursday, 8 Dec 2016
|
17:01 tijl
Remove libcurl.so.7 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
|
Friday, 28 Oct 2016
|
07:52 amdmi3
- Mark broken on 11+
/usr/src/sys/netpfil/ipfw/ip_fw_private.h:287:16: error: field has incomplete
type 'struct rwlock'
struct rwlock uh_lock; /* lock for upper half */
^
/usr/src/sys/netpfil/ipfw/ip_fw_private.h:287:9: note: forward declaration of
'struct rwlock'
struct rwlock uh_lock; /* lock for upper half */
^
dummynet.c:63:7: error: implicit declaration of function 'mtod' is invalid in
C99 [-Werror,-Wimplicit-function-declaration]
if (mtod(*mb, struct ip *)->ip_v == 4)
^
dummynet.c:63:17: error: expected expression
if (mtod(*mb, struct ip *)->ip_v == 4)
^
dummynet.c:65:22: error: expected expression
else if (mtod(*mb, struct ip *)->ip_v == 6)
^
Reported by: pkg-fallout
Approved by: portmgr blanket
|
Thursday, 21 Apr 2016
|
16:43 swills
many ports: mark broken on powerpc64
|
Wednesday, 23 Sep 2015
|
03:13 amdmi3
- Add LICENSE_FILE
- Use BROKEN helper
- Fix build as non-root by using uidfix
Approved by: portmgr blanket
|
Tuesday, 29 Jul 2014
|
14:07 wg
net/userfw: support stage [1]
- Fix for FreeBSD >= 10 [1]
- USES tar:xz [1]
- USES kmod
- Remove check for FreeBSD < 8
- Pass maintainership to submitter
PR: 192235
Submitted by: gelraen.ua gmail com [1]
|
Thursday, 24 Jul 2014
|
15:57 bapt
Reset maintainership for ports not staged with no pending PR
With hat: portmgr
|
Friday, 20 Sep 2013
|
22:10 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
|
12:54 bdrewery
SSP support has been added to ports with WITH_SSP for i386 and amd64
on FreeBSD 10, and amd64 on earlier versions.
SSP_UNSAFE is added to disable in a port if it fails to build, but
this should only be used in rare circumstances such as kernel modules.
Otherwise, the port may just be failing due to lack of respecting
LDFLAGS.
On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in
libssp_nonshared.a to address issues linking on i386 [1].
On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared
to LDFLAGS on i386. This is not needed on amd64. However, several hundred
ports do not currently respect LDFLAGS, so this support is disabled currently
as it causes build failures if a dependency is looking for the stack_chk
symbols.
Many thanks to jlh@ for this as he had many years of patience in getting
all of the necessary pieces [1][2] in.
[1]
http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup
PR: ports/138228 [2]
Submitted by: jlh (bsd.ssp.mk based on)
Reviewed by: bapt
With hat: portmgr
exp-runs done: 37 over a month on 91i386,91amd64,10i386,10amd64
|
Friday, 29 Mar 2013
|
16:48 timur
Update to the 0.1.3 version.
|
Friday, 22 Mar 2013
|
20:06 makc
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
|
Saturday, 8 Sep 2012
|
07:49 linimon
Mark as broken on powerpc.
Hat: portmgr
|
Thursday, 19 Apr 2012
|
13:58 pawel
Update to version 0.1.2
PR: ports/167046
Submitted by: maintainer
|
Tuesday, 27 Mar 2012
|
14:58 vanilla
mark BROKEN on 7.x
Approved by: maintainer
Feature safe: yes
|
Monday, 19 Mar 2012
|
12:46 vanilla
Add userfw 0.1.1, modular packet filter.
PR: ports/165901
Submitted by: Maxim Ignatenko
Feature safe: yes
|
Number of commits found: 19 |