preventing configure from finding libinotify even if it is present.
This will have no effect on packages built in a clean environment, but
it will make it easier to just build ad-hoc out of the ports tree.
Submitted by: koobs
Reported by: atari83
Differential Revision: https://reviews.freebsd.org/D20815
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724
a simlar fix to librelp, and tracks the upstream project's intention
to switch from gnutls to openssl over time. The default remains to
not compile in any TLS support in rsyslog8.
PR: 230913
Upstream is deprecating liblogging-stdlog.so.0, but we still need the
devel/liblogging port because we link against liblogging-rfc3195.so.0
-- adjust the dependency accordingly.
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.36.0/ChangeLog
- allow for BUILD_DEPENDS py-docutils to be flavoured. This avoids
rebuilding the dependency every time in some environments where
rst2man ends up being installed with a version tag.
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.35.0/ChangeLog
Add patches to configuration system to allow specifying whether
syslog(3) generates RFC5424 format messages, instead of RFC3164.
Set RFC5424 as the syslog(3) default for OSVER >= 1200061. See:
https://reviews.freebsd.org/D14951 This is primarily a convenience so
that users of rsyslog8 will not have to modify their rsyslog.conf when
upgrading to a version of FreeBSD that generates RFC5424 from
syslog(3). I will submit these patches upstream in due course.
Group FOO_DESC with all the other options helpers for option FOO
When DOCS are enabled and one or both of MYSQL and PGSQL options are
selected, install the corresponding createDB.sql file for generating
the DB schema rsyslog expects [1]
PR: 221012
Reported by: rainer@ultra-secure.de [1]
devel/libinotify port -- the kqueue based emulation does not persist
over forking, unlike the genuine linux inotify.
However, the presence of certain header files will cause rsyslog to
attempt to unconditionally compile in Inotify support, and this breaks
the build.
Use CONFLICTS_BUILD to mark the incompatibility.
PR: 220376
Submitted by: dewayne@heuristicsystems.com.au
Add dependency on libcurl.so when ELASTIC selected, missing from
original submission
Switch from implicit USE_MYSQL=yes to uses= mysql
PR: 217876
Submitted by: rum1cro@yandex.ru
-- the consequence for rsyslog being that it does not record any log
messages received via UDP to a log file.
recvmmsg(2) fix was applied to HEAD in r307036 and MFC'd to 11-STABLE
in r307311. Therefore prevent configure testing for recvmmsg(2)
before OSVERSION 1100504. Note: this is a no-op for older releases
than 11 -- recvmmsg(2) doesn't exist there.
PR: 214428
Reported by: dch@skunkwerks.at
MFH: 2016Q4
- Add license
- Placate portlint somewhat
- Add new GCRYPT option (default on): this is required is the GNUTLS option
is enabled
- Delete obsolete '--enable-cached-man-pages' from CONFIGURE_ARGS
- Rename the LIBDANE option DANE because that's the name of the protocol
supported by libgnutls-dane and gnutls-cli. Also clarify the option
description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4. Some ports used this library
in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed. Ports that used these have been
updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.
net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.
www/hydra: Mark BROKEN. This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.
PR: 207768
Exp-run by: antoine
Approved by: portmgr (antoine)
- Upstream has incorporated one part of the patches to runtime/stream.c
- regenerate patches with 'make makepatch'
* Modernize port
- Use OPTION helpers
- USE_AUTOTOOLS -> USES+= autoreconf
* Set INSTALL_TARGET=install-strip rather than stripping in post-install:
- Previously optional modules wouldn't have been stripped
* Update pkg-message.in to use the now standard 'Rainier script' configuration
file syntax (http://www.rsyslog.com/doc/rainerscript.html).
* Add new option to enable the mmnormalize module. (http://www.rsyslog.com/doc/v8-stable/configuration/modules/mmnormalize.html)
This enables converting some not-standard log formats to RFC3164 or
RFC5424 styles, amongst other possible transformations.
* Tweak PORTSCOUT setting
PR: 202080
Approved by: brd (maintainer)
Include a few bug fixes:
1) Endless loop at boot time
2) Console output starting on the previous line
PR: 200429 [1]
PR: 200270 [2]
Submitted by: Alexandre Fenyo <fbsd.bugzilla@fenyo.net> [1 and 2]
Approved by: bdrewery (mentor)