Commit graph

3061 commits

Author SHA1 Message Date
Max Brazhnikov
eecc33021e bump PORTREVISION after cmake update 2009-03-24 19:13:32 +00:00
Martin Wilke
5f939db009 - Update to MASTER_SITES
PR:		130980
Submitted by:	dikshie <dikshie@sfc.wide.ad.jp>
2009-03-24 15:23:11 +00:00
Martin Wilke
5e535e7822 2009-03-22 emulators/dlx: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 java/javel: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 java/guavac: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 graphics/xrml: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 graphics/renderpark: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 games/jumpnbump: tcl8.0 support is going to be dropped
2009-03-17 irc/blackened: Broken and abandonware
2009-03-22 devel/libg++: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 devel/freescope: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 misc/menushki: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 misc/vbidecode: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 lang/wamcc: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 multimedia/mpegedit: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 mail/dkimap4: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 net-mgmt/oproute: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 x11/tkgoodstuff: tcl8.0 support is going to be dropped
2009-02-11 x11-toolkits/inti: not maintain by upstream for more than five years and no port depend on this
2009-03-23 20:53:42 +00:00
Martin Wilke
e1aff40d78 - Fix zabbix -- php frontend multiple vulnerabilities
Note:

	Input appended to and passed via the "extlang" parameter to the "calc_exp2()"
	function in include/validate.inc.php is not properly sanitised before being
	used. This can be exploited to inject and execute arbitrary PHP code.

	The application allows users to perform certain actions via HTTP requests
	without performing any validity checks to verify the requests. This can be
	exploited to e.g. create users by enticing a logged in administrator to
	visit a malicious web page.

	Input passed to the "srclang" parameter in locales.php (when "next" is set
	to a non-NULL value) is not properly verified before being used to include
	files. This can be exploited to include arbitrary files from local resources
	via directory traversal attacks and URL-encoded NULL bytes.

- Bump PORTREVISION

PR:		132944
Submitted by:	Eygene Ryabinkin <rea-fbsd@codelabs.ru> (many thanks!)
Approved by:	maintainer timeout (security 1 day)
Security:	http://www.vuxml.org/freebsd/03140526-1250-11de-a964-0030843d3802.html
2009-03-23 15:06:19 +00:00
Martin Wilke
90486cf04d - Update to 0.32
Approved by:	maintainer implicit
2009-03-20 18:57:13 +00:00
Martin Wilke
edb8cc3197 - Update maintainer mail
PR:		132857 132858 132859 132860 132861 132863
		132864 132865
Submitted by:	Michael Ranner <mranner@inode.at>
2009-03-20 17:49:26 +00:00
Martin Wilke
2223c8cd67 - Update to 2.4.4
PR:		132730
Submitted by:	Anders Troback <freebsd@troback.com> (maintainer)
2009-03-19 21:35:27 +00:00
Dirk Meyer
20c278d630 - mirror distfile
the checksum of the traball from the MASTER_SITE keeps changing.
2009-03-19 18:42:04 +00:00
Martin Wilke
3c8da3eb09 - Update to 4.91a 2009-03-19 15:52:17 +00:00
Dirk Meyer
0fa193c992 check_multi is kind of a wrapper plugin which takes benefit of the
Nagios 3.x capability to display multiple lines of plugin output.
It calls multiple child plugins and displays their output in the
long_plugin_output. A summary is given in the standard plugin output.
The child return code with the highest severity becomes the parent
(check_multi) plugin return code.

The configuration is very simple: a NRPE-stylish config file contains
a tag for each child plugin and then the check command line.

check_multi can cover complex Business Process Views - using a builtin
state evaluation mechanism. The second benefit is cluster monitoring
with no need for extra services. All you need is provided by check_multi.

LICENSE: GPL2 or later

WWW: http://www.my-plugin.de/wiki/projects/check_multi/start
2009-03-18 06:21:13 +00:00
Dmitry Marakasov
e791e31ae4 - Mark as deprecated and schedule for removal in four weeks: last releases were back in 2004, neither of Nagios 1.x and NRPE 1.x are supported by the author.
- Pass maintainership of nrpe to submitter (nagios12 maintainer)

PR:		132716
Submitted by:	Jarrod Sayers <jarrod at netleader dot com dot au> (maintainer)
2009-03-17 17:18:45 +00:00
Martin Wilke
519a314870 - Mark FORBIDDEN: multiple vulnerabilities
Note:

Input appended to and passed via the "extlang" parameter to the "calc_exp2()"
function in include/validate.inc.php is not properly sanitised before being
used. This can be exploited to inject and execute arbitrary PHP code.

The application allows users to perform certain actions via HTTP requests without
performing any validity checks to verify the requests. This can be exploited to e.g.
create users by enticing a logged in administrator to visit a malicious web page.

Input passed to the "srclang" parameter in locales.php (when "next" is set to a non-NULL
value) is not properly verified before being used to include files. This can be
exploited to include arbitrary files from local resources via directory traversal
attacks and URL-encoded NULL bytes.

Original Advisory:
http://www.ush.it/team/ush/hack-zabbix_162/adv.txt

With hat:	secteam
Security:	http://www.vuxml.org/freebsd/03140526-1250-11de-a964-0030843d3802.html
2009-03-16 17:48:48 +00:00
Martin Wilke
aae03b526c - Update to 4.91 2009-03-16 15:18:58 +00:00
Martin Wilke
38dbc93348 - Update to 0.6.1
PR:		132491
Submitted by:	Anders Troback <freebsd@troback.com> (maintainer)
2009-03-13 16:22:35 +00:00
Jun Kuriyama
3fb0477b10 Upgrade to 4.2.7.1. 2009-03-12 14:09:37 +00:00
Li-Wen Hsu
31eba3812e - Add the daylight saving patch
PR:		ports/132513
Submitted by:	Janos Mohacsi <janos.mohacsi AT bsd.hu> (maintainer)
2009-03-10 23:41:08 +00:00
Rong-En Fan
9d2163b2bb This package provides a suite of modules for managing NetApp's NAS
devices, commonly referred to as "filers".

This is the first public release of my NetApp Perl API, and although I
consider the code to be very stable, the API should be considered
experimental.  The convention I will be following regarding
non-compatible API changes is as follows.  I'm using a
major.minor.subminor release naming convention, and I will promise to
NOT make non-backwards compatible changes between subminor releases.

However, in order to allow the API to evolve, it is entirely possible
that non-backwards compatible changes will be made between minor
releases.  IOW, the major.minor release numbers can be considered an
API version.  Any changes to 1.1.0, 1.1.2, etc. must be backwards
compatible with the previous 1.1.* releases.

There is no guarantee that 1.2.0 will be 100% backwards compatible,
although such changes will be made only when justified.  The author
does not believe in infinite backwards compatibility.

WWW:	http://search.cpan.org/dist/NetApp/

PR:		ports/131166
Submitted by:	Tsung-Han Yeh <snowfly at yuntech.edu.tw>
2009-03-10 15:13:43 +00:00
MIHIRA Sanpei Yoshiro
d70ff7a04e fix regular expression for packet loss strings.
(/sbin/ping output was changed from "100% packet loss" to "100.0% packet loss")

Submitted by:	UEHIRA Kenji-san
2009-03-09 23:10:05 +00:00
Martin Wilke
4590ff95ef - Reset farrokhi@freebsd.org due to long period of inactivity.
Approved by:	portmgr (linimon)
2009-03-09 19:29:12 +00:00
Martin Wilke
602bb08fe9 - Take over maintainership 2009-03-09 19:14:20 +00:00
Martin Wilke
24983e67bb - Update to 4.90
- Take over maintainership
2009-03-09 18:32:54 +00:00
Stanislav Sedov
f5d05ea54d - Chase libusb20 rename in r189585.
- Mark sane-backends broken on current due to changes
  in USB stack.

Reviewed by:	thompsa (old version), miwi
Tested by:	miwi
2009-03-09 17:15:43 +00:00
Emanuel Haupt
4eb55bb8d2 Update to 3.4.1 2009-03-09 13:58:32 +00:00
Beech Rintoul
5e5ba791ab - update to 0.3 version
- fix MASTER_SITES url
- add WWW address to pkg-descr
- fix man install path

PR:		ports/131913
Submitted by:	Edmondas Girkantas <eg@fbsd.lt>
Approved by:	maintainer timeout (2+ weeks)
2009-03-08 23:46:45 +00:00
Jun Kuriyama
b654a69f9b Try to reduce errors/warnings within sctp area. 2009-03-07 15:51:25 +00:00
Rong-En Fan
14779fc112 - Update to 0.6
PR:		ports/132334
Submitted by:	Anders Troback <freebsd at troback.com> (maintainer)
2009-03-07 08:29:51 +00:00
Edwin Groothuis
af8a19e34d Fix build of net-mgmt/ipv6calc
PR:             ports/132350
Submitted by:   KOIE Hidetaka <koie@suri.co.jp>, pav@ earlier, erwin@ earlier
2009-03-06 23:19:58 +00:00
Edwin Groothuis
d214ac93a4 Fix build of net-mgmt/ipv6calc
PR:		ports/132350
Submitted by:	KOIE Hidetaka <koie@suri.co.jp>, pav@ earlier, erwin@ earlier
2009-03-06 23:19:30 +00:00
Dennis Herrmann
2b3b399de8 - Use my FreeBSD address on the ports I maintain
Approved by:	tabthorpe (co-mentor)
2009-03-06 18:14:36 +00:00
Alex Dupre
c99d0d7337 Update to 5.2.9 release and re-add pcre extension. 2009-03-06 10:08:35 +00:00
Anton Berezin
76d93b8cb8 Update to 3.2.23.
Submitted by:	Martin Kjeldsen <mk@bluepipe.dk> (partially)
Approved by:	maintainer
2009-03-05 14:48:50 +00:00
Alex Dupre
9102c78c9f Replace last occurrence of BROKEN_WITH_MYSQL with IGNORE_WITH_MYSQL. 2009-03-04 14:33:11 +00:00
Li-Wen Hsu
39dacbfa56 - Install a perl sample client and an option associated with it
- Bump PORTREVISION

PR:		ports/132218
Submitted by:	Hsin-Han You <hhyou AT cs.nctu.edu.tw>
Approved by:	chifeng <chifeng AT gmail.com> (maintainer)
2009-03-02 02:47:39 +00:00
Dmitry Marakasov
ded9271d9d - Pass maintainership to submitter
PR:		132168
Submitted by:	Steven Kreuzer <skreuzer at exit2shell dot com>
2009-02-28 03:34:40 +00:00
Dirk Meyer
b4c0b6e0aa - update to 4.2.3
PR:		132032
Submitted by:	falz
2009-02-26 18:54:32 +00:00
Dirk Meyer
8690dd08c9 - update to 4.2.3
PR:		132033
Submitted by:	falz
2009-02-26 18:47:47 +00:00
Marcelo Araujo
ae4a4555a8 - Update to 1.6.2
PR:		ports/130901, ports/130902
Submitted by:	Jim Riggs <ports@christianserving.org>
Approved by:	maintainer timeout (1 month)
2009-02-26 11:59:19 +00:00
Wesley Shields
96a39e7c0f - Update to 3.1.0
- Switch to SF macro
- Add dependency on PHP
- Update conflicts
- Add new options: EVENT_BROKER and UNHANDLED_HACK (both off by default)
- Be more specific about perl version required

PR:		ports/132098
Submitted by:	Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
2009-02-25 23:57:03 +00:00
Sergey Skvortsov
484f971749 Use variables SITE_PERL and SITE_PERL_REL where appropriate. 2009-02-24 13:29:22 +00:00
Martin Wilke
7e1564cb90 - Update to 0.1.11
PR:		131979
Submitted by:	Fabian Keil <fk@fabiankeil.de> (maintainer)
2009-02-23 23:06:28 +00:00
Martin Matuska
24bf28eff1 - Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected

Tested by:	pointyhat (pav)
2009-02-23 14:46:37 +00:00
Dmitry Morozovsky
277b37ae54 Fix simultaneous use of -t and -p options.
While I'm here, get rid of simple pkg-plist, and remove stale distsite.
Also, make portlint -C happy.

PR:		131259
Approved by:	maintainer timeout (3 weeks)
2009-02-23 12:17:08 +00:00
Timur I. Bakeyev
96e6fef812 Bump version of the port to 1.01 2009-02-22 02:27:58 +00:00
Gerald Pfeifer
ce226b1d21 Mark for depreciation, since unmaintained, failing to work with current
versions of GCC, mostly dead upstream, and requiring gcc295 which fails
to build itself (and does not support current version of FreeBSD nor most
primary targets).

EXPIRATION_DATE=2009-03-22
2009-02-21 22:56:45 +00:00
Felippe de Meirelles Motta
60f65fb65b - Added patch to fix a problem with the pidfile.
PR:		ports/131591
Submitted by:	Paul Schmehl <pauls@utdallas.edu>
2009-02-21 21:23:32 +00:00
Jun Kuriyama
74f1019c31 Fix counter breakage on 64bit arch.
Reported by:	sem
Obtained from:	http://sourceforge.net/tracker/index.php?func=detail&aid=2435793&group_id=12694&atid=312694
2009-02-21 11:18:41 +00:00
Martin Wilke
c84c7ab174 - Update to 1.0.7
PR:		131813
Submitted by:	Chifeng Qu <chifeng@gmail.com> (maintainer)
2009-02-19 20:20:43 +00:00
Thomas Abthorpe
dadcceed22 - Pass maintainership to submitter
Submitted by:	chifeng via freebsd-ports@
2009-02-18 14:49:28 +00:00
Sergey Matveychuk
162ab0c6d5 - Update to 0.8.7d 2009-02-16 16:43:39 +00:00
Sergey Skvortsov
8b4b9bd4d1 Update to 1.1001
Changes:	http://cpansearch.perl.org/src/RDB/POE-Component-SNMP-1.1001/Changes
PR:		ports/131399
Submitted by:	pgollucci
2009-02-15 20:02:29 +00:00
Martin Wilke
483959c6b0 - Update to 0.10
- Pass maintainership to perl@

PR:		131704
Submitted by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
2009-02-15 17:24:16 +00:00
Dirk Meyer
0a78365e08 - add LICENSE: 2009-02-15 16:44:55 +00:00
Stanislav Sedov
8796e8e158 - Fix plist after ruby update by generating it dynamically. 2009-02-14 01:44:59 +00:00
Martin Wilke
b29202298b 2009-02-09 audio/xmms-imms: does not configure or build
2009-02-10 devel/libgnugetopt: was only relevant on FreeBSD 4.x
2009-01-19 games/planeshift: Depends on broken, expired port
2009-02-12 net-mgmt/nfsen-devel: no separate development version exists anymore
2009-01-19 www/ocaml-wdialog: has been broken for more than 6 months
2008-12-21 news/sabnzbd: no longer developed, use news/sabnzbdplus instead
2009-02-13 16:38:42 +00:00
Jun Kuriyama
9b1d30d686 Unbreak by merging RTL_LLINFO workaround from net-snmp. 2009-02-12 11:18:47 +00:00
Martin Matuska
c5e1202db4 - Update ImageMagick to 6.4.9.2
- Libraries Magick++, MagickCore and MagickWand bumped to 2
- Update all ports using libraries above
2009-02-10 19:50:55 +00:00
Anton Berezin
0fc9de25dc Update to 4.024.
Changes: http://search.cpan.org/dist/NetAddr-IP/Changes
2009-02-09 13:05:28 +00:00
Beat Gaetzi
b87ce25248 - Update to 2.3.2a9
PR:		ports/131362
Submitted by:	Janos Mohacsi <janos.mohacsi AT bsd.hu> (maintainer)
Approved by:	miwi (mentor)
2009-02-08 22:08:55 +00:00
Martin Wilke
780e8a39f0 2009-01-19 games/emacs-chess: has been broken for more than 6 months
2009-02-01 devel/subversion-devel: Use devel/subversion or devel/subversion-freebsd instead of this port
2009-01-19 devel/hs-hat: has been broken for more than 6 months
2009-01-19 devel/hs-hpl: has been broken for more than 6 months
2009-01-19 databases/mysqlbigram: has been broken for more than 6 months
2009-01-19 mail/claws-mail-clamav: has been broken for more than 6 months
2009-01-19 mail/sylpheed2-devel: has been broken for more than 6 months
2009-01-19 www/pecl-mnogosearch: has been broken for more than 6 months
2009-01-31 x11-fonts/mathfonts: This port was supported by Mozilla 1.8 (including Firefox 2.0) - to be replaced by  STIX fonts for Firefox 3.x
2009-01-19 x11-wm/fluxspace: has been broken for more than 6 months
2009-01-31 x11-wm/expocity: project has been abandoned
2009-01-19 x11/bbuname: has been broken for more than 6 months
2009-01-19 security/squidclam: has been broken for more than 6 months
2009-01-19 print/virtualpaper: depends on broken, expired port
2009-01-19 print/ifhp: has been broken for more than 6 months
2009-01-19 net-p2p/peercast: has been forbidden for more than 6 months
2009-01-19 palm/pdbc: has been broken for more than 6 months
2009-01-19 net-mgmt/NeTraMet: has been broken for more than 6 months
2009-01-19 net-im/sulci: has been broken for more than 6 months
2009-01-19 multimedia/mjpegtools-yuvfilters: has been broken for more than 6 months
2009-01-19 multimedia/helixplayer: has been broken for more than 6 months
2009-01-19 lang/quack: has been broken for more than 6 months
2009-01-19 misc/pybliographer: has been broken for more than 6 months
2009-01-19 net/versuch: has been broken for more than 6 months
2009-01-19 net/py-mantissa: has been broken for more than 6 months
2009-01-19 net/libunpipc: has been broken for more than 6 months
2009-01-19 net/gnometelnet: has been broken for more than 6 months
2009-01-19 net/gacxtool: depends on expired, broken port
2009-01-19 devel/py-coro: has been broken for more than 6 months
2009-01-19 chinese/stardict2-dict-zh_TW: has been broken for more than 6 months
2009-01-19 x11-themes/gtk-industrial-theme: has been broken for more than 6 months
2009-02-03 22:38:25 +00:00
Mark Linimon
2be3df4e6c Reset dyeske@gmail.com at his request.
Hat:	portmgr
2009-02-02 23:44:01 +00:00
Philippe Audeoud
eb0d1bf28d - Fix pkg-plist
- Add new patches
- Bump PORTREVISION

PR:		ports/131154
Submitted by:	bapt <baptiste.daroussin _AT_ gmail.com> (maintainer)
2009-02-02 09:50:21 +00:00
Emanuel Haupt
6125b1b5b3 Update to 3.4.0 2009-01-29 10:21:55 +00:00
Philippe Audeoud
004f065e43 - Update to 0.9.4
PR:		ports/130900
Submitted by:	Dennis Herrmann <adox _AT_ mcx2.org> (maintainer)
2009-01-28 08:07:25 +00:00
Jun Kuriyama
d39669a30f Fix breakage on 6.x system. 2009-01-26 06:07:06 +00:00
Jun Kuriyama
53bb537d6a Introduce SCTP-MIB patch for FreeBSD.
This patch was already submitted to upstream.

Submitted by:	rrs
2009-01-25 14:19:16 +00:00
Jun Kuriyama
6090af05b0 Fix typo from upstream svn. 2009-01-25 14:17:09 +00:00
Jun Kuriyama
8f479ac5ce Reduce build warnings. 2009-01-25 14:16:29 +00:00
Jun Kuriyama
046858f397 Cleanup system specific header file modifications.
I misunderstood freebsd7.h should define "freebsd6", not "freebsd7" etc.
2009-01-25 14:15:40 +00:00
Peter Pentchev
c189a6b2da Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
2009-01-23 15:43:14 +00:00
Philippe Audeoud
9aff4830b9 - Update to 0.13
- Take maintainership
2009-01-23 08:26:02 +00:00
Dmitry Marakasov
213153ff44 - Add conflicts with newly added net-mgmt/coovachilli
PR:		130358
Submitted by:	Sevan Janiyan <venture37 at geeklan dot co dot uk> (maintainer)
2009-01-20 11:58:02 +00:00
Dmitry Marakasov
eec0520a03 CoovaChilli is an access controller
It provides a captive portal / walled garden environment.
Coova builds on the popular features of the now defunct Chillispot.

WWW: http://www.coova.org/

PR:		130357
Submitted by:	Sevan Janiyan <venture37 at geeklan dot co dot uk>
2009-01-20 11:57:59 +00:00
Dmitry Marakasov
b6cdd8fee5 - Update to 0.9.2
- Pass maintainership to submitter

PR:		130648
Submitted by:	Dennis Herrmann <adox at mcx2 dot org>
2009-01-19 23:51:21 +00:00
Martin Wilke
4aa5567314 - Add backport patches to fix CVE-2008-5027 and CVE-2008-5028
(web interface privilege escalation vulnerability)

PR:		129496
Submitted by:	Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Thanks to:	Eygene Ryabinkin <rea-fbsd@codelabs.ru> for backport
Security:	http://www.vuxml.org/freebsd/d4a358d3-e09a-11dd-a765-0030843d3802.html
Approved by:	maintainer timeout
Hat:		secteam
2009-01-16 00:00:22 +00:00
Rong-En Fan
b44e097284 - Update to 1.6.1
PR:             ports/129781
Submitted by:   Jim Riggs <ports at christianserving.org>
Approved by:    maintainer timeout (3 weeks)
2009-01-14 04:06:46 +00:00
Rong-En Fan
f1d166aa2c - Update to 1.6.1
PR:		ports/129780
Submitted by:	Jim Riggs <ports at christianserving.org>
Approved by:	maintainer timeout (3 weeks)
2009-01-14 04:06:27 +00:00
Dmitry Marakasov
07a8d1910a - Update to 0.2.24
PR:		130057
Submitted by:	Vladimir Ermakov <samflanker at gmail dot com> (maintainer)
2009-01-13 03:08:02 +00:00
Martin Wilke
d955e65830 - Update to 0.31
PR:		130392
Submitted by:	Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
2009-01-13 00:10:39 +00:00
Mark Linimon
f03012cac4 Mark as deprecated: no longer maintained upstream.
Submitted by:	maintainer
2009-01-12 17:39:08 +00:00
Edwin Groothuis
9f0ecef3ca It's not leek-fix, it's pre-fix. 2009-01-12 11:03:43 +00:00
Edwin Groothuis
b0371357a4 Update to 0.72.1 2009-01-12 10:56:58 +00:00
Dmitry Marakasov
f89662f44f - Fix invocation of python and perl scripts by correcting path to env executable
PR:		130069
Submitted by:	Michael W Lucas <mwlucas at blackhelicopters dot org>
Approved by:	Volodymyr Kostyrko <c dot kworr at gmail dot com> (maintainer)
2009-01-12 00:32:44 +00:00
Dirk Meyer
d8f74c11c5 - moved hobbit-* -> xymon-* 2009-01-11 21:16:09 +00:00
Dirk Meyer
ffe7f90417 - rename hobbit-* -> xymon-* 2009-01-11 21:14:29 +00:00
Dirk Meyer
08b355551a - update to 4.2.2 2009-01-11 21:11:35 +00:00
Dirk Meyer
2bd9531e93 - set homedir
PR:		125081
2009-01-11 21:04:12 +00:00
Pav Lucistnik
b63a6e09de - Remove net-mgmt/bsnmpd, is part of base since FreeBSD 6.0 2009-01-10 20:19:50 +00:00
Anton Berezin
a8f42251ca Update to 4.02.2.
Changes: http://search.cpan.org/dist/NetAddr-IP/Changes
2009-01-09 11:29:09 +00:00
Erwin Lansing
ccd4eff1b4 Mark BROKEN on 8: does not build after the arp-v2 import.
Submitted by:	pointyhat
2009-01-08 17:59:41 +00:00
Erwin Lansing
3a42606616 Mark BROKEN on 8: does not build after arp-v2 import.
Submitted by:	pointyhat
2009-01-08 17:11:33 +00:00
Pav Lucistnik
31b083cc36 - USE_REINPLACE_CMD is nothing, remove 2009-01-08 16:59:24 +00:00
Pav Lucistnik
b2a96c6df1 - Remove conditional checks for FreeBSD 5.x and older 2009-01-06 17:59:31 +00:00
Xin LI
5bbd5cd2dc Bump PORTREVISION's after OpenLDAP update.
Suggested by:	rafan
2009-01-05 19:04:45 +00:00
Jun Kuriyama
08ef12ca71 SBLIM (pronounced "sublime"), the Standards Based Linux
Instrumentation for Manageability is an IBM-initiated Open Source
project, intended to enhance the manageability of GNU/Linux
systems. It does so by enabling WBEM, Web Based Enterprise Management.

# I use this for VMware ESXi to obtain CIM info.
2009-01-05 11:36:25 +00:00
Pav Lucistnik
a904dc6f17 - Mark BROKEN: does not compile
Reported by:	pointyhat
2008-12-28 14:41:23 +00:00
Philip M. Gollucci
f60432367f CATEGORIES+= python for py- ports missing it
PR:             ports/124921
Approved by:    portmgr (pav)
2008-12-28 10:54:08 +00:00
Martin Wilke
22d4fbe5a7 - Modify rc.d script to allow administrator to change PID file location
without editing rc.d script.  New knob nrpe2_pidfile is provided for
  this and it defaults to the old value of the PID file.
- Bump PORTREVISION

PR:		129386
Submitted by:	Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Approved by:	maintainer
2008-12-25 20:24:43 +00:00
Martin Wilke
6d26f1d487 - Update to 1.0.3787
PR:		129414
Submitted by:	Guram Dukashvili <white_raven@pisem.net>
Approved by:	maintainer timeout
2008-12-25 18:08:52 +00:00
Philip M. Gollucci
a15ec654cf - An rc.d script that actually works [1]
- Depend on net-mgmt/nagios not -devel

PR:             ports/129485 [1]
Submitted by:   olli hauer <ohauer@gmx.de> [1]
Approved by:    araujo (mentor, implicit)
2008-12-25 14:42:24 +00:00
Mark Linimon
7cf77d236e Reset yinjieh@csie.nctu.edu.tw due to lack of time to work on ports
right now, by request.

Hat:	portmgr
2008-12-25 03:13:51 +00:00