Commit graph

42 commits

Author SHA1 Message Date
Baptiste Daroussin
985b201424 Add NO_STAGE all over the place in preparation for the staging support (cat: net-mgmt) 2013-09-20 22:24:43 +00:00
Andrej Zverev
fc191cc3a9 - Finish conversion to perl5 framework
EMBEDDED_PERL - needs perl for run
2013-09-01 19:12:18 +00:00
Dirk Meyer
b83d7bf933 - update libdg to 2.1.0 2013-08-09 14:05:52 +00:00
Andrej Zverev
99ad912735 - Convert to new perl framework
- Trim Makefile header
2013-08-03 08:45:51 +00:00
Frederic Culot
a9acc27919 - Reassign to the heap
PR:		ports/180754
Submitted by:	Jarrod Sayers <jarrod@downtools.com.au> (maintainer)
2013-07-24 12:45:07 +00:00
Baptiste Daroussin
d5ff26dc84 Convert to new options framework 2013-06-04 19:13:31 +00:00
Marcus von Appen
a3a0715f38 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
2013-04-27 11:59:28 +00:00
Andrej Zverev
10a2b4693f - Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.

Approved by: bapt@ (portmgr@)
2012-12-16 06:12:28 +00:00
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Olli Hauer
c4cc0440bd - update nagios devel to current version (3.2.3)
- replace etc/nagios with ETCDIR NAGIOSWWWDIR with WWWDIR ...
 - sort pkg-plist

  The source file is identical with the one from the nagios port
  but was renamed to give the maintainer room for further development.
  (Sources compaired by me)

PR:		ports/153616
Submitted by:	Jarrod Sayers <jarrod _at_ downtools.com.au> (maintainer)
Feature safe:	yes
2011-01-31 01:13:52 +00:00
Olli Hauer
ab8cef386e - update mainer email address (old domain no longer reachable)
- remove MD5
2010-12-30 17:46:30 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Ade Lovett
6abd00a86b Punt autoconf267->autoconf268 2010-10-16 11:52:47 +00:00
Ade Lovett
8262a7b51d Autotools update. Read ports/UPDATING 20100915 for details.
Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs
2010-09-15 18:35:24 +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
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Dmitry Marakasov
7914161a41 - Switch SourceForge ports to the new File Release System: categories starting with N 2009-08-22 00:32:25 +00:00
Jeremy Messenger
789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
2009-08-02 19:36:34 +00:00
Doug Barton
0175383f0a Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
2009-07-15 16:56:10 +00:00
Wesley Shields
bdb8b7bd3f - Update to 3.1.2
PR:		ports/136374
Submitted by:	Jarrod Sayers <jarrod@netleader.com.au>
Security:	3ebd4cb5-657f-11de-883a-00e0815b8da8
2009-07-13 14:48:38 +00:00
Wesley Shields
ce03a68eef - Fix runtime problem with embedded perl.
- Mark as MAKE_JOBS_UNSAFE.
- Stop using DISTVERSION and use PORTVERSION in net-mgmt/nagios.

PR:		ports/134175
Submitted by:	Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
2009-05-04 15:36:05 +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
Edwin Groothuis
eeb69d1095 - Unbreak INDEX
Reported by:	erwin
Discussed with:	kiotsu on #bsdports
2008-09-03 03:30:37 +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
Beech Rintoul
b573444ada - Update to 3.0.3
PR:		ports/125097
Submitted by:	Adrian Thearle <adrian@thearle.com.au>
Approved by:	Jarrod Sayers <jarrod@netleader.com.au> (maintainer, with modifications)
2008-07-05 05:34:56 +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
Wesley Shields
89b68a63e6 Update to 3.0.2.
Bugfixes and XSS fix (security).

PR:		ports/123894
Submitted by:	Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
Approved by:	garga (mentor, implicit)
Security:	http://www.vuxml.org/freebsd/fbd7aa81-2cc1-11dd-8cfb-00e0815b8da8.html
2008-05-28 22:36:09 +00:00
Cheng-Lung Sung
2c5ce7d989 - Update to 3.0.1:
* Fixed bug in trends CGI with user not being authorized for hosts/services
  * Fixed bug in status CGI with page layout messing up when sounds enabled

PR:		ports/122715
Submitted by:	maintainer (Jarrod Sayers)
2008-04-13 12:28:35 +00:00
Wesley Shields
e60f733441 Update to 3.0
PR:		ports/121718
Submitted by:	Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
Approved by:	garga (mentor)
2008-03-27 15:09:48 +00:00
Pav Lucistnik
9fc1c4fe89 - Remove USE_GETOPT_LONG which is a no-op since March 2007 2008-03-20 09:56:52 +00:00
Martin Wilke
22a8278644 - Update to 3.0.r3
PR:		121129
Submitted by:	Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
2008-02-27 10:30:35 +00:00
Martin Wilke
c5e9ce904e - Update to 3.0.r2
PR:		120151
Submitted by:	Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
2008-02-02 10:20:45 +00:00
Wesley Shields
a6cf48b729 Link with libthr when available. This should fix the CPU consumption
problem.

PR:		ports/119246
Submitted by:	Jarrod Sayers (maintainer)
Approved by:	garga (mentor)
2008-01-19 19:44:28 +00:00
Martin Wilke
73dbd9eec0 - Update to 3.0-RC1
PR:		118802
Submitted by:	Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
2007-12-18 23:33:21 +00:00
Martin Wilke
773a6eb04a - Update to 3.0.b7
PR:		117737
Submitted by:	Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
2007-12-12 13:57:56 +00:00
Li-Wen Hsu
7484868a4b - Update to 3.0.b5
PR:		ports/117166
Submitted by:	Jarrod Sayers <jarrod AT netleader.com.au> (maintainer)
2007-10-14 02:34:59 +00:00
Martin Wilke
b3b49aa5ed - Update to 3.0.b4
PR:		116755
Submitter by:	Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
2007-10-04 23:03:18 +00:00
Mark Linimon
48420a5ebd Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR:		ports/116639
Submitted by:	aDe
2007-09-30 04:47:36 +00:00
Martin Matuska
fe59c84e76 - Update to 3.0.b3
PR:		ports/115963
Submitted by:	Jarrod Sayers <jarrod at netleader.com.au> (maintainer)
2007-09-05 14:29:17 +00:00
Sergey Matveychuk
7cd81ff1ce New port: net-mgmt/nagios-devel Nagios development stream (3.0.b2)
PR:		ports/114763
Submitted by:	Jarrod Sayers <jarrod@netleader.com.au>
2007-08-30 14:54:59 +00:00