Commit graph

27 commits

Author SHA1 Message Date
Cy Schubert
53732dfd74 LIB_DEPENDS= s/b LIB_DEPENDS.
Thanks to:	osa
2010-05-05 15:38:24 +00:00
Cy Schubert
6be65a1dd7 Add pcre dependency.
Thanks to:	QAT
2010-05-05 15:25:23 +00:00
Cy Schubert
17c9afe8f5 Update 3.0.3 --> 3.1.1
Submitted by:	 Peter Czanik <pczanik@fang.fa.gau.hu>
2010-05-05 14:40:56 +00:00
Doug Barton
204523bd3c Cleanse more RC_SUBR and RC_SUBR_SUFFIX variables 2010-03-28 05:52:12 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Cy Schubert
689f2bafda Make syslog-ng3 build with HEAD again.
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.
2010-01-25 06:16:52 +00:00
Cy Schubert
6f855b0ae4 Make OpenSSL support an OPTION to unbreak on FreeBSD < 7.
Make TCP/Wrappers an menu option.

PR:		141287
Submitted by:	Sean McAfee <smcafee@collaborativefusion.com>
2009-12-22 00:16:49 +00:00
Cy Schubert
fba0cae3e3 Bump PORTREVISION to support previous commit. 2009-12-08 05:13:19 +00:00
Cy Schubert
bdb8b3aa1b Syslog-ng.conf file fixes.
PR:		141255
Submitted by:	Benjamin Lee <ben@b1c1l1.com>
2009-12-08 05:11:46 +00:00
Cy Schubert
5d34fc1c95 Mark this port unbuildable under FreeBSD 6.4.
Feature safe:		Yes
2009-09-23 03:53:46 +00:00
Cy Schubert
7212f9e669 Add OpenSSL support.
PR:		138214
Submitted by:	Chris Cowart <ccowart@rescomp.berkeley.edu>
2009-08-26 22:26:23 +00:00
Cy Schubert
dbde2c34ac Remove redundant patch files.
PR:		136754
2009-07-14 18:42:12 +00:00
Cy Schubert
9b62f65c80 Welcome to syslog-ng3 (3.0.3).
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
2009-07-14 03:57:24 +00:00
Wesley Shields
254f3733a3 - Update to 2.0.10, which has the chroot vulnerability patched.
- 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)
2009-07-02 20:40:07 +00:00
Wesley Shields
7e7393f75e Add patch to fix chroot vulnerability.
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
2008-11-18 23:21:09 +00:00
Pav Lucistnik
efa63f6ba4 - Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
2008-07-25 14:34:52 +00:00
Edwin Groothuis
118bf1ed79 sysutils/syslog-ng2: [PATCH] syslog-ng2 package name and Latest link
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>
2008-06-18 13:07:29 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
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)
2008-06-06 14:17:21 +00:00
Thomas Abthorpe
77c5af20e2 - Update to 2.0.9
PR:		ports/122535
Submitted by:	ivan.lago ifom-ieo-campus.it (maintainer)
2008-04-15 17:59:22 +00:00
Rong-En Fan
5078b8bb0a - Update to 2.0.3
PR:		ports/115724
Submitted by:	Ivan Lago <ivan.lago at ifom-ieo-campus.it> (maintainer)
2007-08-23 14:52:53 +00:00
Pav Lucistnik
357243dd72 - Correct the location of a configuration file
PR:		ports/111462
Reported by:	Brian A. Seklecki <bseklecki@collaborativefusion.com>
Submitted by:	Ivan Lago <ivan.lago@ifom-ieo-campus.it> (maintainer)
2007-07-28 22:28:08 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
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
2007-07-23 09:36:51 +00:00
Pav Lucistnik
8881bc0e14 - Update to 2.0.2
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
2007-03-22 16:30:16 +00:00
Rong-En Fan
454103013f Merge rc script changes from syslog-ng port:
- 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)
2007-03-19 06:28:09 +00:00
Martin Wilke
7956b3ac78 - Set LATEST_LINK
PR:             ports/106302
Submitted by:   Ivan Lago <ivan.lago@ifom-ieo-campus.it> (maintainer)
2006-12-04 22:55:25 +00:00
Martin Wilke
323cc80169 - Fix Config Path
PR:             ports/105603
Submitted by:   Rob.Evers@flappie.debank.tv
Approved  by:   Maintainer
2006-11-16 11:41:23 +00:00
Martin Wilke
36dc0b3c5a syslog-ng (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

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>
2006-11-14 12:46:33 +00:00