| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: →https://reviews.freebsd.org/D15540
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
| |
Both LibreSSL and the latest version of OpenSSL lack definitions for
SSLv3_method, so handle that case to fix the build with those SSL options.
Appoved by: SSL blanket
|
|
|
|
|
|
| |
- Adjust plist of ports depending on it
PR: 212869
|
|
|
|
|
|
|
| |
- Adjust plist of ports depending on it
PR: 211447
Submitted by: maintainer
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
| |
On system without any IPv6 addresses emailrelay fails to start with messages:
# service emailrelay start
emailrelay: error: cannot bind the listening port: :::25
emailrelay: exception: cannot bind the listening port: :::25
/usr/local/etc/rc.d/emailrelay: WARNING: failed to start emailrelay
PR: 204126
Submitted by: Dmitry Afanasiev
Approved by: maintainer timeout
|
|
transfer agent (MTA).
WWW: http://emailrelay.sourceforge.net/
PR: 199192
Submitted by: Robert Nelson
|