/www/pear-HTTP_Request/

nt type='xhtml'>
Approved by:	ncurses blanket
Remove BROKEN on Tier-2 systems statements which no longer true at least 2015-09-20T14:35:57+00:00 danfe danfe@FreeBSD.org 2015-09-20T14:35:57+00:00 e434a250b6633ad6da96d97eaa211312e17539dc on PowerPC (verified for all of them) and some also on SPARC (whenever I was able to test those on flame.freebsd.org) and even IA64 (which should be OK to remove anyways, because it was never really supported system in ports land and was officially killed in -CURRENT a while ago.
on PowerPC (verified for all of them) and some also on SPARC (whenever I
was able to test those on flame.freebsd.org) and even IA64 (which should
be OK to remove anyways, because it was never really supported system in
ports land and was officially killed in -CURRENT a while ago.
net/widentd: disable -Werror 2015-04-01T21:19:33+00:00 marino marino@FreeBSD.org 2015-04-01T21:19:33+00:00 d047507cb70a249d3d2f99e6710da84fc3340a7b On gcc, this warning is given: widentd.c: In function 'main': widentd.c:194:3: error: 'memset' used with constant zero length parameter; this could be due to transposed parameters [-Werror=memset-transposed-args] memset(buff, sizeof(buff), 0); ^ Removing -Werror is blanket-approved. This is another port that uses <bsd.prog.mk> instead of providing an independent makefile, so the -Werror is coming from the system build framework.
On gcc, this warning is given:

widentd.c: In function 'main':
widentd.c:194:3: error: 'memset' used with constant zero length parameter;
  this could be due to transposed parameters
  [-Werror=memset-transposed-args]
   memset(buff, sizeof(buff), 0);
   ^

Removing -Werror is blanket-approved.  This is another port that uses
<bsd.prog.mk> instead of providing an independent makefile, so the
-Werror is coming from the system build framework.
net/widentd: update 1.03 -> 1.04 2015-03-03T11:08:32+00:00 robak robak@FreeBSD.org 2015-03-03T11:08:32+00:00 8f22c02d905d92e3119b81c26aa663ec63885589 - Set MAINTAINER to portmaster@bsdforge.com (maintainer approved) - Pet portlint PR: 198004 Submitted by: Chris Hutchinson <portmaster@bsdforge.com> Approved by: dirkx@webweaving.org (maintainer)
- Set MAINTAINER to portmaster@bsdforge.com (maintainer approved)
- Pet portlint

PR:		198004
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com>
Approved by:	dirkx@webweaving.org (maintainer)
net/widentd: Update MASTER_SITES, WWW, Add LICENSE 2015-02-22T15:15:45+00:00 pi pi@FreeBSD.org 2015-02-22T15:15:45+00:00 49c651641d75086f72b82e05ad2b10c35ec082fe PR: 196628 Submitted by: Chris Hutchinson <portmaster@bsdforge.com> Approved by: dirkx@webweaving.org (maintainer timeout)
PR:		196628
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com>
Approved by:	dirkx@webweaving.org (maintainer timeout)
Allow staging as a regular user 2014-08-20T16:57:51+00:00 antoine antoine@FreeBSD.org 2014-08-20T16:57:51+00:00 5fe59f8f510b1d95769ffbd0e5468c2a503afd24