Commit graph

6 commits

Author SHA1 Message Date
Mikhail Teterin
59b350acf4 Upgrade from 0.8.1 to 0.8.2. The changes, according to the author's
NEWS-file:

	- Use keytab for realm and NetBIOS name when delete-computer
	- Patch adcli.xml to fix documentation
	- Remove \n or \r\n from password on stdin
	- Update the documentation about the default kerberos cache
	- Fix check for EAGAIN or EINTR
2019-02-28 17:09:45 +00:00
Mathieu Arnold
e1bfdfbe56 Add DOCS options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:14:50 +00:00
Mark Felder
2998f7957f net-mgmt/adcli: Fix plist to pass testport
Approved by:	portmgr (with hat)
MFH:		2017Q4
2017-10-11 16:22:20 +00:00
Dmitry Marakasov
30a00f2227 Most commonly used build systems support silent builds, when they
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
2016-09-09 19:42:46 +00:00
Mikhail Teterin
35f7d0c11f Add docbook stuff to BUILD_DEPEND, otherwise build may die, when
generating the utility's man-page.

Notified by:	pkg-fallout
2016-06-17 21:48:09 +00:00
Mikhail Teterin
da863ad4d4 Add port of adcli -- a command-line tool to interact with
Microsoft's Active Directory servers.

WWW: https://www.freedesktop.org/software/realmd/adcli/adcli.html
2016-06-16 15:35:31 +00:00