| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=264465
|
|
|
|
|
|
|
| |
- Mark broken when SPOOF option is specified on amd64 platform.
Notes:
svn path=/head/; revision=264464
|
|
|
|
| |
Notes:
svn path=/head/; revision=264271
|
|
|
|
|
|
|
|
| |
PR: 144855
Submitted by: Yavuz Gokirmak <ygokirmak@gmail.com>
Notes:
svn path=/head/; revision=260416
|
|
|
|
| |
Notes:
svn path=/head/; revision=253775
|
|
|
|
|
|
|
| |
Bump portrevision.
Notes:
svn path=/head/; revision=253769
|
|
|
|
|
|
|
| |
Thanks to: osa
Notes:
svn path=/head/; revision=253767
|
|
|
|
|
|
|
| |
Thanks to: QAT
Notes:
svn path=/head/; revision=253764
|
|
|
|
|
|
|
| |
Submitted by: Peter Czanik <pczanik@fang.fa.gau.hu>
Notes:
svn path=/head/; revision=253754
|
|
|
|
| |
Notes:
svn path=/head/; revision=251603
|
|
|
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes:
svn path=/head/; revision=251553
|
|
|
|
|
|
|
|
|
|
|
|
| |
The code is basically built to work with Linux utmp, which offers the
same utility functions as utmpx, so it's very easy to support utmpx.
Just regex the source code to add the missing x.
Submitted by: ed (with modification for ut_name --> ut_user) who
obtained it from lee.
Notes:
svn path=/head/; revision=248501
|
|
|
|
|
|
|
|
|
|
| |
Make TCP/Wrappers an menu option.
PR: 141287
Submitted by: Sean McAfee <smcafee@collaborativefusion.com>
Notes:
svn path=/head/; revision=246410
|
|
|
|
| |
Notes:
svn path=/head/; revision=245379
|
|
|
|
|
|
|
|
| |
PR: 141255
Submitted by: Benjamin Lee <ben@b1c1l1.com>
Notes:
svn path=/head/; revision=245378
|
|
|
|
|
|
|
| |
Feature safe: Yes
Notes:
svn path=/head/; revision=241935
|
|
|
|
|
|
|
|
| |
PR: 138214
Submitted by: Chris Cowart <ccowart@rescomp.berkeley.edu>
Notes:
svn path=/head/; revision=240371
|
|
|
|
|
|
|
| |
PR: 136754
Notes:
svn path=/head/; revision=237808
|
|
|
|
|
|
|
|
|
|
|
| |
syslog-ng3 (Syslog New Generation) is a powerful replacement for the standard
syslogd. Features include:
- ability to filter messages based on content using regular expressions
- forwarding logs on TCP
Notes:
svn path=/head/; revision=237749
|
|
|
|
|
|
|
|
|
| |
syslog-ng3.
PR: 136440
Notes:
svn path=/head/; revision=237718
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove now unnecessary patch.
PR: ports/136158
Submitted by: Takeshi Taguchi <taguchi@iij.ad.jp>
Approved by: Ivan Lago <ivan.lago@ifom-ieo-campus.it> (maintainer)
Notes:
svn path=/head/; revision=236934
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/128960
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Approved by: Ivan Lago <ivan.lago@ifom-ieo-campus.it> (maintainer)
Security: http://www.vuxml.org/freebsd/75f2382e-b586-11dd-95f9-00e0815b8da8.html
Notes:
svn path=/head/; revision=223029
|
|
|
|
|
|
|
| |
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
Notes:
svn path=/head/; revision=217485
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
If you build a package for the syslog-ng2 port, a "Latest"
link is not created; this is because NO_LATEST_LINK is set
in the Makefile.
Since the port already lives in sysutils/syslog-ng2, it
makes sense to set PKGNAMESUFFIX and remove NO_LATEST_LINK.
Then the package and directory names match and would allow
syslog-ng and syslog-ng2 packages to co-exist in the
/usr/ports/packages tree.
PR: ports/123091
Submitted by: Craig Leres <leres@ee.lbl.gov>
Approved by: Ivan Lago <ivan.lago@ifom-ieo-campus.it>
Notes:
svn path=/head/; revision=215071
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=214430
|
|
|
|
|
|
|
|
| |
PR: ports/122535
Submitted by: ivan.lago ifom-ieo-campus.it (maintainer)
Notes:
svn path=/head/; revision=211310
|
|
|
|
|
|
|
|
| |
PR: ports/115724
Submitted by: Ivan Lago <ivan.lago at ifom-ieo-campus.it> (maintainer)
Notes:
svn path=/head/; revision=198207
|
|
|
|
|
|
|
|
|
| |
PR: ports/111462
Reported by: Brian A. Seklecki <bseklecki@collaborativefusion.com>
Submitted by: Ivan Lago <ivan.lago@ifom-ieo-campus.it> (maintainer)
Notes:
svn path=/head/; revision=196515
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
Notes:
svn path=/head/; revision=196111
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/110396
Submitted by: Ivan Lago <ivan.lago@ifom-ieo-campus.it> (maintainer)
- Fix rc script: require ldconfig
PR: ports/110647
Submitted by: Marcus Reid <marcus@blazingdot.com>
- Modernize pkg-message handling
Notes:
svn path=/head/; revision=188035
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Allow user to change parameters of start syslog-ng via vars rc.d script [1]
- Allow user to purge klog(9) via vars rc.d script [2]
PR: ports/98287 [1] and [2]
Submitted by: Pavel Volkov [1], Brian A. Seklecki [2]
Approved by: Ivan Lago <ivan.lago at ifom-ieo-campus.it> (maintainer)
Notes:
svn path=/head/; revision=187706
|
|
|
|
|
|
|
|
| |
PR: ports/106302
Submitted by: Ivan Lago <ivan.lago@ifom-ieo-campus.it> (maintainer)
Notes:
svn path=/head/; revision=178901
|
|
|
|
|
|
|
|
|
| |
PR: ports/105603
Submitted by: Rob.Evers@flappie.debank.tv
Approved by: Maintainer
Notes:
svn path=/head/; revision=177383
|
|
syslogd. Features include:
- ability to filter messages based on content using regular expressions
- forwarding logs on TCP
WWW: http://www.balabit.com/products/syslog_ng/
-Vince Valenti
vince@blue-box.net
PR: ports/105370
Submitted by: Ivan Lago <ivan.lago at ifom-ieo-campus.it>
Notes:
svn path=/head/; revision=177248
|