- POPT_CONFIGURE_WITH should actually be POPT_PORT_CONFIGURE_WITH
- The whole ^POPT block logic is reversing the logic
- Bump PORTREVISION since we have a change of dependencie
PR: 209837 (based on)
Submitted by: Martin Birgmeier <la5lbtyi@aon.at>
MFH: 2016Q2
- Use the version tag instead of commit hash when they're the same.
- Remove unnneeded variables.
- Simplify go- ports when possible.
- Various fixes.
Sponsored by: Absolight
- Change SAMBA dependency to use net/samba44 instead of
net/samba-smbclient, which is the expired 3.6 version
- Change optional MARIA dependency to use the client/server from
databases/mariadb100-* instead of those from databases/mariadb-*
which were removed
- Disable the MariaDB dependency because it conflicts with
databases/mysql* via databases/p5-DBD-mysql
- Modernize USE_MYSQL lines
- Bump PORTREVISION
README.pod is no longer manified into a README.3, as the README.pod is
installed and can be read with perldoc, remove the README.3 files that
may be generated.
With hat: perl@
Sponsored by: Absolight
The packaging cluster is building packages for 10.x on 10.1-RELEASE machine,
so the ports couldn't be built into packages due to IGNORE statement for
1001000 OSVERSION.
Submitted by: Sergey Kozlov <kozlov.sergey.404@gmail.com>
Sponsored by: Intel Corporation
Differential Revision: https://reviews.freebsd.org/D6473
ntopng is a new generation flexible and feature-rich tool for monitoring and
troubleshooting local area networks. It provides command line and web
interfaces, the latter via an embedded web server. ntop is based on libpcap.
WWW: http://www.ntop.org/products/ntop/
NTP Analyzer is a tool dedicated to analyze the operation of time
servers.
NTP Analyzer works by collecting data from the ntp daemon. Graphs
and web pages can then be generated to visualize the activities of
hosts and peers.
WWW: https://bitbucket.org/anguist/ntpa
PR: 208940
Submitted by: Carsten Larsen <cs at innolan.dk>
This patch replaces a bunch of ${CURDIR}/../../ by ${CURDIR:H:H};
the latter is considered proper contemporary usage by kde@ . The
patch is independent of other KDE4 infrastructure changes.
PR: 209303
Submitted by: Adriaan de Groot <groot@kde.org>, rakuco, T.C.Berner <tcberner@gmail.com> (kde)
longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE
Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy.
PR: 209014 (partial)
Submitted by: myself
Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D6542
The PCBSD community discovered an issue with OpenSSL runtime linking, where
the OS bundled OpenSSL libraries are being loaded despite the user having
installed and selected a PORTS OpenSSL installation. The patch provided in
[1] resolves this by hard-coding the OpenSSL path to the default PREFIX of
/usr/local.
References:
[1] https://mail.kde.org/pipermail/kde-freebsd/2015-November/020535.html
PR: 209317
Submitted by: Kris Moore <kris@pcbsd.org>
This is a standalone version of W. Richard Stevens' "sock" program,
based on the code available for the UNIX Network Programming book.
Adapted and reworked code for W. Richard Stevens' "sock" utility
by Christian Kreibich.
From the author: In TCP/IP Illustrated Vol. 1, Richard Stevens used
a program called "sock" to demonstrate the many properties of TCP/IP.
Unfortunately, the book only speaks about how to use the program but
does not point to a site for downloading its sources. While sock is
contained in the code package accompanying UNIX Network Programming,
this code is also getting dated.
The program can be used to generate TCP or UDP packets for testing
various network features. It runs as either client or server.
WWW: http://www.icir.org/christian/sock.html
PR: 206345
Submitted by: Steve Jacobson <sjac998@yahoo.com> (with slight modification)
The patch was introduced in r374162 in the official ports tree, but
is no longer relevant since FreeBSD 8 reached EOL.
PR: 209695
Submitted by: groot@kde.org (kde)
Originally-by: tcberner