/games/thudboard/

nfo->read, NULL, total, NULL, NULL, 0) == 0) sent = total; ^~~~~~~~ http://beefy12.nyi.freebsd.org/data/head-amd64-default/p475044_s336572/logs/tinytinyhttpd-0.0.11.log PR: 230890 Submitted by: tobik Approved by: smatsui@karashi.org (maintainer timeout, 2 weeks)
c++ -DHAVE_CONFIG_H -I.      -O2 -pipe  -fstack-protector -fno-strict-aliasing -D_THREAD_SAFE -pthread -D_REENTRANT -MT httpd.o -MD -MP -MF .deps/httpd.Tpo -c -o httpd.o httpd.cxx
httpd.cxx:1019:21: error: assigning to 'int' from incompatible type 'nullptr_t'
                res_info->write = NULL;
                                  ^~~~
httpd.cxx:1734:8: error: no matching function for call to 'sendfile'
                        if (sendfile(msgsock, res_info->read, NULL, total, NULL, NULL, 0) == 0) sent = total;
                            ^~~~~~~~

http://beefy12.nyi.freebsd.org/data/head-amd64-default/p475044_s336572/logs/tinytinyhttpd-0.0.11.log

PR:		230890
Submitted by:	tobik
Approved by:	smatsui@karashi.org (maintainer timeout, 2 weeks)
http://github.com redirects to https://github.com, spare everyone a redirect. 2016-12-02T09:21:58+00:00 mat mat@FreeBSD.org 2016-12-02T09:21:58+00:00 dc85bd41183dbc4f7ceb6d06d032654537374f4d Sponsored by: Absolight
Sponsored by:	Absolight
Convert most ports using cloud.github.com to GHC. 2015-09-04T16:02:16+00:00 mat mat@FreeBSD.org 2015-09-04T16:02:16+00:00 d4128f24283cd93f0120d4a58ec7114798bf4877 Convert a couple to github, and use some options helpers on the way. Sponsored by: Absolight
Convert a couple to github, and use some options helpers on the way.

Sponsored by:	Absolight
MASTER_SITES cleanup. 2015-05-14T10:15:04+00:00 mat mat@FreeBSD.org 2015-05-14T10:15:04+00:00 d72353c225a0cff8478c442d745a54e4630671fc - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight