| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
- Add patches for templates.dist to work with newer versions of rrdtool
- Switch from WANT_PHP_WEB to USES= php and php:web
- Bump PORTREVISION
Notes:
svn path=/head/; revision=436605
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Most notably, this version of rrdtools.so is thread safe, so the
rrdtools_th.so library is removed.
Bump portrevision for depending ports due to shlib version bump.
For full changelog: http://oss.oetiker.ch/rrdtool/pub/CHANGES
Reviewed by: kwm
Differential Revision: D6168
Notes:
svn path=/head/; revision=414458
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412348
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Noticed by: antoine
Notes:
svn path=/head/; revision=394638
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: 200545
Submitted by: peter
MFH: 2015Q2
Notes:
svn path=/head/; revision=388160
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: 200545
Submitted by: peter
MFH: 2015Q2
Notes:
svn path=/head/; revision=388159
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=386312
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Take maintainership. Reason: last maintainer's activity on the port was 5 years ago, never replied to my mails concerning the port.
- Update COMMENT
- Add a missing dependency on php5-session
- Use simpler version of OPTIONS
- Remove pkg-{de,}install
- Install webserver sample configs
- Update pkg-message
Notes:
svn path=/head/; revision=384639
|
|
|
|
| |
Notes:
svn path=/head/; revision=380344
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- add stage support
- sort pkg-plist (closer match to new `make makeplist')
- add NAGIOSDIR to PLIST_SUB (support nagios/icinga)
PR: ports/189197
Submitted by: ohauer
Approved by: maintainer timeout (16 days)
Notes:
svn path=/head/; revision=354424
|
|
|
|
|
|
|
|
|
| |
Convert postfix-gps and refdb to new LIB_DEPENDS format.
Reported by: Jimmy Olgeni <olgeni@olgeni.com>
Notes:
svn path=/head/; revision=347073
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=328653
|
|
|
|
|
|
|
| |
net-mgmt)
Notes:
svn path=/head/; revision=327757
|
|
|
|
|
|
|
|
|
| |
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Notes:
svn path=/head/; revision=327302
|
|
|
|
|
|
|
|
|
|
| |
While here do some build with clang fixes
PR: ports/178445, ports/178446, ports/178444, ports/178443, ports/178425, ports/178423
Submitted by: "Ilya A. Arkhipov" <rum1cro@yandex.ru>
Notes:
svn path=/head/; revision=317790
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- This version makes it work again with php 5.4
- Update WWW line in pkg-descr
- While I'm here fix some portlint warnings
PR: ports/170565
Submitted by: Guido Falsi <madpilot@FreeBSD.org>
Approved by: maintainer timeout
Approved by: tabthorpe (mentor)
Notes:
svn path=/head/; revision=302482
|
|
|
|
|
|
|
|
|
| |
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
Notes:
svn path=/head/; revision=302141
|
|
|
|
| |
Notes:
svn path=/head/; revision=296163
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=289156
|
|
|
|
|
|
|
|
|
|
|
|
| |
* php5-sockets is needed and php5-filter -- not needed;
* local modifications to config.php should go into config_local.php
and config.php must be replaced at every installation.
Feature safe: yes
Approved by: garga (mentor)
Notes:
svn path=/head/; revision=267168
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog (there were no 0.6.8 and 0.6.9):
- Feature: Add RRDTool Option ?only-graph if graph height is below
32px to create thumbnails
- Feature: RRDTool Option ?width and ?height is now allowed in
templates
- Feature: RRDTool DS Type for UOM of ?c? changed from COUNTER
to DERIVE
- Feature: Pass query string from special controller to image
controller ( Matthew Garrett )
- Feature: Authorisation against mk_livestatus API added
- Feature: Sample nginx webserver config added
(by evax@users.sourceforge.net)
- Feature: Kohana backport to support PHP 5.1.6 (Kudos to
Andreas Ericsson)
- Bugfix: Sort list of special templates
- Bugfix: Urlencode hostname and service description (Reported
by Yannick)
- Bugfix: corrected warning/critical thresholds in ticker/alerter
functions
Also sorted pkg-plist entries by name.
PR: ports/153283 (based on)
Submitted by: ohauer
Feature safe: yes
Approved by: garga (mentor)
Notes:
svn path=/head/; revision=267088
|
|
|
|
|
|
|
|
| |
Reported by: RideCharge Inc. / TaxiMagic TB
Confirmed by: P6 TB
Notes:
svn path=/head/; revision=266003
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- update sources to 0.6.7 -- the tip of 0.6-series;
- reworked patches and grouped them by-commit rather than by-file;
- excluded removal of .orig files -- all files aren't installed anymore;
- changed maintainer (my) e-mail.
Approved by: garga (mentor)
PR: ports/151118
Notes:
svn path=/head/; revision=265033
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
introduced in a previous commit
- Fixed portlint warning about LICENSE
- Bumped PORTREVISION
PR: ports/151108
Submitted by: Youssef Ghorbal <djo at pasteur dot fr>
Approved by: Eygene Ryabinkin <rea-fbsd at codelabs dot ru> (maintainer, implicit)
Notes:
svn path=/head/; revision=262200
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Regenerated patch files with "make makepatch"
- Added GPLv2 license
- Bumped PORTREVISION
PR: ports/147199
Submitted by: olli hauer <ohauer at gmx dot de>
Approved by: rea-fbsd@codelabs.ru (maintainer - timeout; 55 days)
Notes:
svn path=/head/; revision=258117
|
|
|
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes:
svn path=/head/; revision=251553
|
|
|
|
|
|
|
| |
starting with N
Notes:
svn path=/head/; revision=240073
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=237892
|
|
|
|
|
|
|
|
| |
PR: 136362
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> (maintainer)
Notes:
svn path=/head/; revision=237367
|
|
|
|
|
|
|
|
| |
PR: 129912
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> (maintainer)
Notes:
svn path=/head/; revision=224727
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: ports/127863
Submitted by: me
Approved by: maintainer
Notes:
svn path=/head/; revision=222395
|
|
|
|
|
|
|
| |
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> (maintainer)
Notes:
svn path=/head/; revision=218775
|
|
|
|
|
|
|
| |
Noticed by: pavbot.
Notes:
svn path=/head/; revision=218732
|
|
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>
Notes:
svn path=/head/; revision=218715
|