1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
Commit Graph

2861 Commits

Author SHA1 Message Date
Timur I. Bakeyev
d3ae02980c * Add LOCALBASE to the CFLAGS, CPPFLAGS and LDFLAGS, so ldap(and other)
libraries and headers could be found.
* Removed unnecesary USE_ICONV, as it is used only by GETTEXT and comes as
it's dependency anyhow.
2008-09-04 15:22:59 +00:00
Mark Linimon
1c14a848fe Reset r@robakdesign.com due to maintainer-timeouts and no response to email.
Hat:	portmgr
2008-09-03 03:37:20 +00:00
Edwin Groothuis
eeb69d1095 - Unbreak INDEX
Reported by:	erwin
Discussed with:	kiotsu on #bsdports
2008-09-03 03:30:37 +00:00
Philip M. Gollucci
23c844c03f - repocopy net-mgmt/nagios -> net-mgmt/nagios2
and connect net-mgmt/nagios2 to the build

- Move net-mgmt/nagios-devel -> net-mgmt/nagios
  (v3.0.3)

- Add note to UPDATING

o net-mgmt/nagios [3]
   SF Macro
   USE_RC_SUBR != yes (rename files/nagios.sh.in -> files/nagios.in)
   OPTIONS+= EVENT_BROKER [1]
   use @dirrmtry in pkg-plist

o net-mgmt/nagios12 [2]
   SF Macro
   USE_RC_SUBR != yes (files/nagios.sh.tmpl -> files/nagios.in)
   Conversion to pkg-install, pkg-deinstall, pkg-message
   use @dirrmtry in pkg-plist

o net-mgmt/nagios2 [4]
   SF Macro
   USE_RC_SUBR != yes (rename files/nagios.sh.in -> files/nagios.in)

PRs:    ports/126758 [4]
    ports/126761 [3]
    ports/126754 [2]
    ports/126684 [1]

Submitted by:   Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
Reworked by:    pgollucci - freebsd ports infrastructure changes
Reviewed by:    pgollucci
Approved by:    gabor (mentor)
2008-09-03 00:30:56 +00:00
Dmitry Marakasov
f43330fdd5 - Fix build with rrdtool 1.3
PR:		126852
Submitted by:	Vincent Hoffman <vince at unsane dot co dot uk>
Approved by:	Mohacsi Janos <mohacsi at niif dot hu> (maintainer)
2008-09-02 15:16:10 +00:00
Mathieu Arnold
d91667b751 Make it compile with GCC 4.2 2008-09-02 13:44:41 +00:00
Lars Thegler
27caa13672 - Update to 2.4.1 [1]
- Use proper PORTEXAMPLES
- Start script updated to avoid deadlock with sshd

PR:		ports/126966 [mostly 1]
Submitted by:	chinsan
2008-08-31 19:58:39 +00:00
Philippe Audeoud
b55f92b703 Lanmap sits quietly on a network and builds a picture of what it sees.
WWW:	http://www.parseerror.com/lanmap/

PR:		ports/126730
Submitted by:	Bapt <baptiste.daroussin at gmail.com>
2008-08-25 07:26:07 +00:00
Jun Kuriyama
feef390d6b o squelch registration warnings on startup [1].
o Treat inactive memory as cache like same behavior as before [2].

Submitted by:	bms [1], mwlucas [2]
PR:		ports/126694 [2]
2008-08-24 15:14:03 +00:00
Philip M. Gollucci
f67a2705e6 This is a small Nagios plugin. This plugin relies on portaudit
and/or portupgrade packages to be installed on your FreeBSD system.
With these packages installed, the plugin will scan your system for
either vulnerable packages, or obsolete packages - and display
appropriate warnings to Nagios.

Portaudit can also be successfully run remotely from nrpe, and does
not require superuser privileges to operate.

WWW: http://www.geocities.com/ntb4real/proj/portaudit.htm

PR:             ports/126710
Submitted by:   Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Approved by:    gabor (mentor)
2008-08-22 16:44:18 +00:00
Philip M. Gollucci
1a24ed1336 This is a small Nagios plugin written in PERL and designed to monitor
the state of FreeBSD GEOM devices (specifically mirrors and striped
volumes) from Nagios.

WWW: http://www.geocities.com/ntb4real/proj/geom.htm

PR:             ports/126711
Submitted by:   Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Approved by:    gabor (mentor)
2008-08-22 16:41:13 +00:00
Sergey Matveychuk
6f8c0fc0f7 - Add two vendor's patches
* Undefined Variable When SNMP=NONE:
  Fixes an PHP undefined variable error from occurring when SNMP is set
  the 'none' for a device.

* Patch to Correct for a Uninitialized Settings Array When Using Superlinks
  Plugin:
  When certain Cacti Plugins, such as Superlinks are used, the httpd
  error log can become overrun with reset() and each() array warnings.
  This patch will eliminate those errors.
2008-08-22 11:34:47 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Mark Linimon
acb10421db Reset nivo+kw+ports.bfa274@is-root.com due to lack of time to work
on FreeBSD at the moment.

Hat:		portmgr
2008-08-20 06:50:58 +00:00
Ade Lovett
771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00
Mark Linimon
238940659f Return laszlof's ports to the pool due to lack of time.
Hat:		portmgr
2008-08-19 09:18:37 +00:00
Pav Lucistnik
d4dff41f01 - Correct dependencies, install manpage, fix directory permissions
Submitted by:	Eygene Ryabinkin <rea-fbsd@codelabs.ru> (maintainer)
2008-08-18 15:42:50 +00:00
Edwin Groothuis
5a32e024ee Pull in rrdtool as a build-dependency.
Noticed by: pavbot.
2008-08-18 00:10:38 +00:00
Kirill Ponomarev
76e428fb04 Update to 0.11.5 2008-08-17 10:02:32 +00:00
Edwin Groothuis
fb1f0fb885 New port: net-mgmt/pnp, modern graphing tool for Nagios
After evaluation of net-mgmt/nagiosgraph I decided to search for
	something more useful -- Nagios Graph was too hackish and unpretty for
	my taste. Digging through Nagios sites I had found PNP and was pleased
	by its simplicity and power.

	WWW: http://www.pnp4nagios.org/pnp/start

PR:		ports/126576
Submitted by:	Eygene Ryabinkin <rea-fbsd@codelabs.ru>
2008-08-17 06:49:35 +00:00
Edwin Groothuis
4ed34c0a69 [PATCH] net-mgmt/p5-MRTG-Parse: Fix wrong MAINTAINER email
- Correct MAINTAINER email.

No rebuild needed.

PR:		ports/126571
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
2008-08-17 06:22:01 +00:00
Edwin Groothuis
9c475064ee New port: net-mgmt/nagios-check_ports Nagios Plugin to monitor your FreeBSD Ports
Nagios Plugin to monitor your FreeBSD Ports Tree for updates or
	installed packages with known security vulnerabilities.

PR:		ports/126497
Submitted by:	Anders Troback <freebsd@troback.com>
2008-08-17 06:18:42 +00:00
Martin Wilke
b6f41d5952 - Update to 1.0.7
PR:		126536
Submitted by:	Corey Smith <corsmith@gmail.com> (maintainer)
2008-08-15 13:16:12 +00:00
Alexey Dokuchaev
a615c8c83f - Update to version 1.0-rc1
- Augment CATEGORIES (add to `security')
- Improve on COMMENT, port description, and pkg-message
- Allow to build with SQLite support
- Switch to vendor-provided installation routine
- Utilize pkg-plist, since PLIST_FILES started to look overbloated,
  hard to read and maintain in the future
- Remove check for FreeBSD <= 6.0, both 4.x and 5.x are beyond EOL
- Surround ${PKG_MESSAGE} with blank lines to be consistent with
  with what pkg_add(1) does

Approved by:	maintainer (lme)
2008-08-14 05:47:55 +00:00
Philip M. Gollucci
be1be507fd The NDOUTILS addon is designed to store all configuration and event data from
Nagios in a database. Storing information from Nagios in a database will allow
for quicker retrieval and processing of that data and will help serve as a
foundation for the development of a new PHP-based web interface in Nagios 3.0.

WWW: http://www.nagios.org

Approved by:    araujo (mentor)
2008-08-14 02:58:34 +00:00
Marcelo Araujo
1cc9bc74c7 - Update to 3.0.711.
PR:		ports/126393
Submitted by:	Emil Mikulic <emikulic@gmail.com> (maintainer)
2008-08-12 00:28:20 +00:00
Martin Wilke
de31993db4 - Update to 1.4.12
PR:		126409
Submitted by:	Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
2008-08-11 22:19:13 +00:00
Jun Kuriyama
21695c6079 o Make dir /var/agentx for AgnetX sockets [1].
o Include zfs mount points for disk reports.

Reported by:	bms [1]
2008-08-10 14:48:06 +00:00
Erwin Lansing
8aa34a0478 Mark BROKEN on i386 8.x: does not compile. 2008-08-09 13:57:55 +00:00
Erwin Lansing
d96f66200f Don't overlook the n in ifndef and restore the original meaning
for NO_PACKAGE, and add a separate IGNORE for pointyhat.

Noticed by:	Eugene Kazarinov <kamuzon@milshop.ru>
2008-08-07 09:49:55 +00:00
Martin Wilke
f4b8567302 - Update to 0.29.2
PR:		126246
Submitted by:	"Beat Gätzi" <beat@chruetertee.ch>
Approved by:	maintainer
2008-08-06 10:36:49 +00:00
Erwin Lansing
2e80e2c548 To avoid this port building on pointyhat, use IGNORE and not NO_PACKAGE 2008-08-05 07:19:31 +00:00
Philippe Audeoud
476b2d90d9 - Update to 2.00 2008-08-04 08:15:22 +00:00
Martin Wilke
7524cae08e - Update to 0.10
PR:		126192
Submitted by:	Josh Carroll <josh.carroll@gmail.com> (maintainer)
2008-08-03 14:16:08 +00:00
Pav Lucistnik
0e0a00e01a - Add DEBUG option
- Look for sasl2 in LOCALBASE instead of PREFIX

PR:		ports/123955
Submitted by:	Tomoyuki Sakurai <cherry@trombik.org>
Approved by:	maintainer timeout (se; 2 months)
2008-08-01 12:06:53 +00:00
Pav Lucistnik
6954462c92 - Fix SASL2 support (argus[37157]: looking for plugins in '/usr/lib/sasl2',
failed to open directory, error: No such file or directory)
- Look for sasl in LOCALBASE, not in PREFIX

PR:		ports/123880
Submitted by:	Tomoyuki Sakurai <cherry@trombik.org>
Approved by:	maintainer timeout (se; 2 months)
2008-08-01 12:00:41 +00:00
Pav Lucistnik
1a3d5680dd - Update to 1.5.7
- Add nfprofile option (enabled by default)

PR:		ports/126144
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
2008-08-01 11:32:30 +00:00
Volker Stolz
fd95587c26 - register CONLICTS between security/srm and security/secure_delete for bin/srm
- reset maintainer: Vaida Bogdan no longer uses FreeBSD. Thank you for maintaining the ports so far!
- nuke some small plists while here

PR:		ports/125698
Submitted by:	Andrew Stuart
2008-07-31 03:38:45 +00:00
Sergey Skvortsov
5093d8e00e Update to 1.10
Changes:	http://search.cpan.org/src/RDB/POE-Component-SNMP-1.10/Changes
2008-07-28 12:03:27 +00:00
Philippe Audeoud
b4fe978843 - Update to 1.09 2008-07-27 11:58:48 +00:00
Martin Wilke
cdff9cc5ee This perl extension enables its users to parse and utilize the
logfiles that are generated by the famous MRTG (Multi Router Traffic
Grapher) tool.

WWW:	http://search.cpan.org/dist/MRTG-Parse/

PR:		ports/125879
Submitted by:	gslin <gslin at host-1.pixnet.tw>
2008-07-25 22:55:15 +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
Rong-En Fan
2ba9a466ce - Update to 2.4.1
PR:		ports/125889
Submitted by:	Anders Troback <freebsd at troback.com> (maintainer)
2008-07-23 13:24:12 +00:00
Philip M. Gollucci
b43083409f Update my ports to my freebsd address
Approved by:    araujo (mentor)
2008-07-23 02:43:55 +00:00
Pav Lucistnik
fa5bff9796 - Disallow from pointyhat: needs running syslogd to build 2008-07-23 01:03:18 +00:00
Pav Lucistnik
b99c8bba51 - Mark BROKEN: fails to install 2008-07-23 01:02:38 +00:00
Martin Wilke
851d4e2c3a - Update to 1.0.2
PR:		125791
Submitted by:	Martin Jackson <mhjacks@swbell.net> (maintainer)
2008-07-20 13:41:01 +00:00
Martin Wilke
924db360a5 - Update to 4.1.10a
PR:		125775
Submitted by:	Martin Jackson <mhjacks@swbell.net> (maintainer)
2008-07-19 21:20:23 +00:00
Martin Wilke
19a98a2fe1 - Update to 0.0.6a
PR:		125777
Submitted by:	Martin Jackson <mhjacks@swbell.net> (maintainer)
2008-07-19 21:20:21 +00:00
Martin Wilke
a99c4b29b0 - Update to 0.2.7a
PR:		125776
Submitted by:	Martin Jackson <mhjacks@swbell.net> (maintainer)
2008-07-19 21:20:15 +00:00