Commit graph

17 commits

Author SHA1 Message Date
Doug Barton
86922094aa RC_SUBR_SUFFIX has not been needed for a long time now, all supported
versions of FreeBSD now use /etc/rc.subr and rc.d scripts without .sh
appended to the script name.
2010-03-27 06:14:03 +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
Martin Wilke
80b7e09305 - Mark BROKEN on HEAD: fails to build with new utmpx
Reported by:	pointyhat
2010-03-20 14:53:50 +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