The py4suite option probably didn't work even before the py4suite
dependency was removed from the tree 2 years ago.
The MACRESOLV option fetches during the build which is illegal and
maybe is hitting a bad URL because it freezes as well.
The py4suite has been removed completed and the MACRESOL option has
been marked broken. This is after I rearranged the port to make them
even work as intended. I cleaned up the port a lot after documenting
the SSL requirement with USES=ssl.
Approved by: just-fit-it and SSL blankets
- The hardecoded 3des cipher for ssh has been removed upstream
- Remove a patch that automatically attempts to "svn up" before
checking in changes. This patch may have been committed accidentally a
couple years ago and deviates from upstream's behavior.
If it is possible for your rancid svn repository to be updated outside
of rancid's control it is up to you to resolve these potential
conflicts and modify your scheduled rancid process to "svn up"
beforehand. By instructing rancid to do this automatically it is
possible for an administrator to make device config changes that rancid
will not detect and will not show up in the automatic emails dispatched
to the device administrators.
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.
Change summary:
- Always do verbose builds for cmake, ninja and GNU configure (the
latter includes check if --disable-silent-rules is actually supported
by the configure script; there are isolated cases when it's not true)
- Remove CMAKE_VERBOSE, NINJA_VERBOSE and
CONFIGURE_ARGS=--disable-silent-rules from all ports which set them
for this is no longer needed
- Revert hacks for --disable-silent-rules support priorly committed
to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well
Submitted by: amdmi3
Reviewed by: mat
Exp-run by: antoine
Approved by: portmgr (mat, antoine)
Differential Revision: D7534
- updated French translation; thanks to Zabbix translators
- enforced bash usage in mysql.size user parameter configuration
script to avoid issues with different default shells;
thanks to Timo Lindfors for reporting it
- fixed timeout being too low when sending configuration data to
active proxy
- fixed loss of trailing whitespace in unquoted function parameters
when creating calculated items with low level discovery
Also:
- Fix default path to PID
- Fix rc.d scripts to correct use PID file
- Remove IGNORE_WITH_MYSQL because referenced version was removed long ago
PR: 209890
Submitted by: pg@pakhom.spb.ru (maintainer)
Approved by: pi (mentor)
- Remove USES=ssl again. The last approach did not fix the problem with unresolved symbols.
Upstream now has symbol versioning in development, so once the new version is released,
all should be fine.
- Bump PORTREVISION
Remove bogus dependency on devel/libconfig. Some time ago I added this because
the ports tree's Q/A check warned that the icinga2 binary is linked against libconfig.
However this is a private library shipped with Icinga 2.
With version 2.5.1 USES=ssl was added to the port's Makefile which added
rpath=${LOCALBASE}/openssl when Icinga 2 gets built and {Open,Libre}SSL from ports
was installed. The result was that ld picked up libconfig.so from the devel/libconfig
port instead of Icinga 2's private library.
To prevent this, the following CMAKE_ARGS were added:
CMAKE_{EXE,MODULE,SHARED,STATIC}_LINKER_FLAGS=${PREFIX}/lib/icinga2
At the moment only EXE_ and SHARED_ linker flags are really needed, to be prepared for
future changes the other flags were also set.
Thanks to mat and Gunnar Beutner (upstream developer) for the insights on the ports
and Icinga 2's build system.
- Re-add USES=ssl
- Bump PORTREVSION
- Update to 2.5.1
- Install a log rotation configuration file for newsyslog(8) in EXAMPLESDIR
- Add dependencies on SSL and libconfig
- Display pkg-message - the file already existed but was not shown
- Regenerate some patches with makepatch
- Pet portlint
Changelog and upstream upgrading instructions: https://www.icinga.org/2016/08/23/icinga-2-v2-5-released/
Comware support has been added via a port option. It is not enabled by
default as upstream has not been able to validate the reliability of
this enhancement.
PR: 209361
RANCID by default attempts to ssh to devices with 3des as the cipher.
This no longer works with OpenSSH in FreeBSD 11 as you need to be more
specific. Changing this to 3des-cbc works for now, but future versions
of OpenSSH will break this as well. Unfortunately this will break RANCID
as many network devices do not support modern ciphers, but we will have
to deal with that when the time comes.
MFH: 2016Q3
This is an small bugfix release for seafile-gui.
- Fixed bugs in auto completion for private shares
- Fix bug in Mingw64
- Updated login dialog
PR: 211635
Submitted by: Ultima1252@gmail.com (maintainer)
This is an update for seafile to the latest version, 6.0.0. This
major version update has only minor fixes.
Recently they're was a debate regarding Seafile Ltd. being forked
by GmbH. After reading several articles and exchanging emails, I
have determined that the best path for FreeBSD to take would be
that of Ltd. I'm sorry if this upsets anyone.
- Updated to 6.0.0
o add replace parameter to move_file api
o [setup-script] check user host when check user exist for mysql
o add progress for download dir/multi
o add remove_group_repos api
PR: 211634
Submitted by: Ultima1252@gmail.com (maintainer)
- There isn't anything that would change functionality, but it is
a major version update, and it needs to line up with the rest of
the stack so people aren't confused.
PR: 211633
Submitted by: Ultima1252@gmail.com (maintainer)
The WITH_DAG knob implies that the ports version of libpcap is desired
for yaf, not the base version as it is currently configured. Fix the
dependency specification accordingly.
PR: 211578