The darkzone.ma.cx master site disappeared completely. The dark-zone.eu
WWW site forwards to twitter/_msciciel_ but to a bad page. It seems the
original maintainer is active on twitter.
Since the port hasn't been touched in 10 years, and the maintainer didn't
even stage this port, let's go ahead and deprecate it for removal in 2
months since we haven't had a submission from Krzysztof in over a decade.
while here, document ncurses requirement and remove obsolete comment in
case the deprecation is rescinded later.
application. The main goal of this project is to provide unicode-enabled,
embeddable Qt widget for using as a built-in console (or terminal emulation
widget).
WWW: https://github.com/lxde/qtermwidget
PR: 210387
Submitted by: Jason Bacon
LibreSSL does not define SSL_CTRL_SET_CURVES, so check for the macro's
existence before using it.
I'm committing this mostly to get it into the 2016Q3 branch so it lives a bit
longer: starting with Qt 5.6, upstream explicitly does not support LibreSSL and
fails at configuration time if it is detected (the rationale being that they do
not want to make the OpenSSL backend code even more confusing with additional
checks and code paths for LibreSSL; patches adding a separate LibreSSL backend
are more than welcome, but someone needs to write the code and maintain it).
PORTREVISION is not being bumped because the LibreSSL build was simply broken
before, and the patch does not change anything for OpenSSL users.
PR: 211832
Submitted by: matthew@reztek.cz
MFH: 2016Q3
The --build configure argument is a re-invention of CONFIGURE_TARGET
except that platform is hardcoded to freebsd rather than the value
of OPSYS:tl. Use CONFIGURE_TARGET instead. It's a no-op for FreeBSD
but is a fix for DragonFly.
Approved by: non-invasive DF support blanket
Take MAINTAINERSHIP to support upstream (jak @ Debian) working on build
fixes, portability improvements and updates.
Discussed with: juliank (via crees, #freebsd freenode IRC)
The "8" refers to FreeBSD 8.x which is no longer supported by the
ports tree. It's never been used (to my knowledge) so just remove the
option altogether.
Require/build with Xinerama support (which has been explicitly disabled
before to ensure reproducible builds). Without this, some programs would
incorrectly show full screen as a wide window covering 2 monitors.
PR: 210039
Submitted by: Henry Hu <henry.hu.sh@gmail.com>
- various bug fixes, and.
- a few more cards added to the GPU description table.
Similar to 1.8.3 and a bit surprisingly a new include file
include/wine/windows/ddk/ndis.h.
Rename the FORT option to FORTRAN to be aligned with other ports.
(FORTRAN_DESC is predefined in Mk/bsd.options.desc.mk.)
Approved by: marino (maintainer)