Commit graph

1293 commits

Author SHA1 Message Date
Dmitry Sivachenko
a722cf12b6 Correct MASTER_SITE_SUBDIR.
PR:		64294
Submitted by:	Toshiya SAITOH <toshiya@saitoh.nu>
2004-03-15 13:14:18 +00:00
Pav Lucistnik
e85e181482 - Update to 1.27
PR:		ports/64071
Submitted by:	Lars Thegler <lars@thegler.dk> (maintainer)
2004-03-15 03:12:36 +00:00
Pav Lucistnik
27c09e7117 - Fix nagios dependency
PR:		ports/64083
Submitted by:	Paul Dlug <paul@nerdlabs.com> (maintainer)
2004-03-15 02:44:36 +00:00
Kirill Ponomarev
4eba14961c - Update to 1.9007
- Assign maintainership to submitter
- Fix WWW:

PR:		ports/64262
Submitted by:	Lars Thegler <lars@thegler.dk>
2004-03-14 16:50:35 +00:00
Pav Lucistnik
7feb6dda44 - Update to 9.3.1
PR:		ports/64208
Submitted by:	Nicolas Jombart <ecu@ipv42.net> (maintainer)
2004-03-14 12:15:06 +00:00
Jun Kuriyama
4a868f8a2a o Bump $LIB_DEPENDS line to chase expat's shlib version.
o Bump $PORTREVISION.
2004-03-14 07:58:26 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Kris Kennaway
d0d48d407b BROKEN on 5.x: Does not compile 2004-03-13 23:55:49 +00:00
Kirill Ponomarev
b84b1df763 - Fix dependencies
PR:		ports/64147
Submitted by:	maintainer
2004-03-12 12:42:34 +00:00
Kirill Ponomarev
b53318104b - Fix incorrect accept(2) usage
- SIZE'ify and remove unneeded distfile from distinfo [1]
- Pet portlint [2]
- Bump PORTREVISION

PR:		ports/64088
Submitted by:	maintainer, trevor [1], krion [2]
2004-03-12 09:17:12 +00:00
Jun Kuriyama
01742ce092 o More $REINPLACE_CMD'ify.
o Bump $PORTREVISION to force to clean up recent changes.

Submitted by:	Cyrille Lefevre
2004-03-11 23:22:36 +00:00
Jimmy Olgeni
7feb7b7ee2 Remove USE_SIZE now that it's used by default. 2004-03-11 21:41:14 +00:00
Erwin Lansing
da1fb8e6c2 Reset maintainership. Maintainer does not have the time to
take care of this port.

Submitted by:	maintainer
2004-03-11 20:18:18 +00:00
Jun Kuriyama
0740674ec2 o Fix on 4.x.
o Use $REINPLACE_CMD.

Submitted by:	lofi@
2004-03-11 14:52:21 +00:00
Jun Kuriyama
c55a61df91 Mark broken for 4.x for the time being.
Perl modules are installed into wrong location for 4.x.
2004-03-11 00:26:39 +00:00
Jun Kuriyama
ef7f2d6bba Various fixes / improvements.
See PR for details.

PR:		ports/63759
Submitted by:	Cyrille Lefevre <cyrille.lefevre@laposte.net>
2004-03-10 13:40:41 +00:00
Jimmy Olgeni
63ce49947e Unbreak: chase checksum change on PDF file (documentation update).
Add USE_SIZE support.

This has already been done once, but the port was being repocopied so the
change ended up in the previous port.

Noticed by:	kris
2004-03-06 21:51:50 +00:00
Kirill Ponomarev
a0f23fccb4 - Update to version 1.4
PR:		ports/63822
Submitted by:	maintainer
2004-03-06 09:29:19 +00:00
Kirill Ponomarev
73e03e21ac - Add more MASTER_SITES
Submitted by:	bento via kris
2004-03-04 14:03:53 +00:00
Kirill Ponomarev
4a149bc66d - Fix MASTER_SITES 2004-03-01 11:21:28 +00:00
Kirill Ponomarev
29978081bb - Update to version 0.16 2004-02-29 14:36:43 +00:00
Jun Kuriyama
b0e5f3b827 Avoid "kvm_read: Bad address" error.
PR:		ports/63026
Submitted by:	Antoine Jacoutot <ajacoutot@lphp.org>
2004-02-29 12:26:59 +00:00
Oliver Eikemeier
939b469964 fix PKGORIGIN for net/zabbix-agent 2004-02-29 01:35:52 +00:00
Tilman Keskinoz
84062bffa8 Fix build on CURRENT 2004-02-28 23:18:07 +00:00
Tilman Keskinoz
d14df55976 USE_MYSQL
Unbreak on CURRENT.
2004-02-28 22:27:06 +00:00
Edwin Groothuis
bc997c65f9 [maintainer] zabbix: version bump 1.0b13 -> 1.0b14
PR:		ports/63340
Submitted by:	Sergey Akifyev <asa@gascom.ru>
2004-02-28 22:20:28 +00:00
Edwin Groothuis
17a0f98920 Let the port choose between a PGSQL or MYSQL backend.
Fix compilation of net/zabbix when using the PGSQL backend. (author informed)

PR:		61773, 62856
Submitted by:	Michal F. Hanula <f@7f000001.org>, edwin@Mavetju.org
Approved by:	maintainer timeout
2004-02-28 22:05:46 +00:00
Edwin Groothuis
f2ff4dcdea Update to 0.47 2004-02-28 12:10:53 +00:00
Alexander Leidinger
7b0e707504 - Obey PTHREAD_LIBS also when libpthread exists.
- Use/respect DATADIR and DOCSDIR.

Submitted by:	Marius Strobl <marius@alchemy.franken.de>
2004-02-27 11:30:18 +00:00
Clement Laforet
128196c518 - Mark this port as DEPRECATED (removal is scheduled on 2004-05-26)
since it's fairly buggy and works only with ISC-DHCPd v2
2004-02-26 17:49:50 +00:00
Oliver Eikemeier
3d4a00a8ee fix PKGORIGIN 2004-02-25 14:39:57 +00:00
Pav Lucistnik
e4ad078d84 - Update to 0.7.6
PR:		ports/63244
Submitted by:	Sergey Akifyev <asa@asa.gascom.net.ru> (maintainer)
2004-02-24 17:08:30 +00:00
Oliver Eikemeier
affeba3053 - Update to 1.26
- Use OPTIONS for optional dependencies
- Change pkg-{,de}install to avoid risk of data loss when upgrading
- Patch files instead of regexps in Makefile

added a work around for PR 63293

PR:		63230
Submitted by:	Lars Thegler <lars@thegler.dk> (maintainer)
Reviewed by:	clement
2004-02-24 12:41:38 +00:00
Garrett Wollman
60aab66567 Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.

Approved in principle by: marcus
2004-02-23 04:42:13 +00:00
Kirill Ponomarev
533d3c03db - Fix pkg-message
PR:		ports/61267
Submitted by:	Markus Brueffer <brueffer@phoenix-systems.de>
Approved by:	timeout from maintainer
2004-02-13 21:55:50 +00:00
Kirill Ponomarev
d2ff71757c - Add the ability to run in the background as daemon.
- Fix man page.

PR:		ports/62798
Submitted by:	Aaron D. Gifford <agifford@infowest.com>
2004-02-13 19:38:09 +00:00
Mark Linimon
d55e243de2 If you attempt to send an ICMP echo to a host on the same ethernet
subnet, and that host is down/turned off, the Tnm::icmp echo command
will fail rather than return an unreachable indication on some
occasions.  This is because the nmicmpd program will occasionally
get an EHOSTDOWN error when doing a sendto() when the ARP entry
resolution times out.

This is a problem since this API can support a list of hosts to
send traffic to, and a single error as described will abort the
entire operation.

(The reviewer claims that he could not duplicate the problem,
but that the patch seems like a good idea anyway.)
PR:		ports/24940
Submitted by:	Louis Mamakos <louie@transsys.com>
Reviewed by:	Stefan Eßer <se@FreeBSD.org>
2004-02-13 09:31:58 +00:00
Kirill Ponomarev
e54f0d3b3b - Update to version 0.6.0p3 2004-02-12 15:25:33 +00:00
Mathieu Arnold
6cbc91d733 Update to 0.09
Reset MAINTAINER (timeout > 3 months)

PR:		59537
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2004-02-11 16:06:05 +00:00
Mathieu Arnold
64aa72ccfc Update to 1.9004
Reset MAINTAINER (timeout > 3 month)

PR:		57983
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2004-02-11 15:14:59 +00:00
Mark Linimon
294bf5a13f Update to 1.2: mostly bugfixes, but also configuration for other OSes.
See Changelog for details.

Details about the changes to the port (as differntiated from the source):

- we depend on perl5 on build
- remove nagmin support as the nagmin port was never commited
- add rc.subr support
- document supported tunables
- add post-install documentation that documents the remaining
  steps the user needs to take to finish the installation
- add deinstallation script the reminds the user to remove
  the username, group and directory

PR:		ports/62537
Submitted by:	Blaz Zupan <blaz@si.FreeBSD.org> (maintainer)
2004-02-11 04:56:00 +00:00
Kirill Ponomarev
0f4782f55a - Fix build on AMD64
Approved by:	maintainer
2004-02-09 20:22:23 +00:00
Kirill Ponomarev
321e07bb47 - Update to version 1.0.4 2004-02-07 18:47:03 +00:00
Kirill Ponomarev
8ae7e1c069 - Update to version 0.6.0p2 2004-02-07 18:32:41 +00:00
Clement Laforet
3b8591d72d - SIZEify distinfo 2004-02-07 17:16:21 +00:00
Kris Kennaway
ba774ae640 BROKEN on 5.x: does not compile 2004-02-06 23:05:01 +00:00
Yen-Ming Lee
136392de0e add USE_GCC=2.95 and unbreak this port. 2004-02-06 18:11:45 +00:00
Trevor Johnson
a049dd78cc Use PLIST_FILES (bento-tested, marcus-reviewed). 2004-02-06 13:12:53 +00:00
Kris Kennaway
e1a512059e BROKEN: does not build with perl >=5.8 2004-02-06 11:32:30 +00:00
Joe Marcus Clarke
472beb5144 Update to 1.1.
PR:		62413
Submitted by:	maintainer
2004-02-06 06:16:03 +00:00