non port: databases/pecl-rrd/Makefile |
Number of commits found: 27 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Saturday, 19 Feb 2022
|
19:08 Florian Smeets (flo)
databases/pecl-rrd: Update to 2.0.3
1cbde66 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Wednesday, 16 Sep 2020
|
20:05 flo
Fix build with PHP 7.4
PR: 248961
Submitted by: garga
 |
Sunday, 22 Sep 2019
|
07:14 antoine
Ignore with php 7.4
Reported by: pkg-fallout
 |
Saturday, 5 Jan 2019
|
15:47 rene
Remove stale IGNORE_WITH_PHP=56 values.
Reminded by: sunpoet
 |
Thursday, 7 Sep 2017
|
14:48 jrm
databases/pecl-rrd: Remove patch that should have been removed in r219939.
Reported by: daniel@blodan.se
 |
14:35 jrm
databases/pecl-rrd: Update to version 2.0.1 and limit php support to
versions 7.0 and later.
PR: 219939
Submitted by: daniel@blodan.se
Approved by: maintainer timeout
 |
Monday, 10 Apr 2017
|
15:08 mat
Convert all PECL ports to USES=php:pecl.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D10281
 |
Wednesday, 3 Aug 2016
|
12:47 mat
Don't use extension.ini any more, and have each extension install in its
file, so the order remains the same.
Every PHP (or Zend) extension now installs its own .ini file in
/usr/local/etc/php. A PHP extension will be automatically activated
when installed. The order into which extensions are loaded is
automatically guessed. In some very rare cases, the guess will be
wrong, and PHP_MOD_PRIO will need to be set. Refer to the USES=php
section of the Porter's Handbook for more information.
Convert ports touching etc/php/extensions.ini manually, or telling the
OP to do it.
And finally, bump PORTREVISION for all php extensions.
PR: 210697
Submitted by: mat
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D7022
 |
Tuesday, 28 Jun 2016
|
14:00 mat
Convert USE_PHP*=yes into USES=php*
PR: 210529
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6936
 |
Monday, 2 May 2016
|
16:08 zeising
Update databases/rrdtool to 1.6.0
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
 |
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
 |
Thursday, 18 Feb 2016
|
14:47 miwi
- Ignore php70
- While here remove old php gruft
 |
Tuesday, 12 Jan 2016
|
18:22 garga
Make databases/pecl-rrd to build when rrdtool has no GRAPH support enabled
PR: 206156
Approved by: flo (maintainer)
Obtained from: pfSense
Sponsored by: Rubicon Communications (Netgate)
 |
Wednesday, 23 Jul 2014
|
20:11 zeising
Clean up databases/rrdtool
Change library dependensies to use USES= where applicable.
Build ports documentation and examples, depending on respective option.
Add two new options, NLS and GRAPH, the GRAPH option enables the rrdtool graph
command, which pulls in cario and a lot of other dependencies. [1]
Add missing dependencies.
Becase of shlib version bump, bump portrevision on depending ports.
PR: 192024 [1] (based on)
Submitted by: asomers
Approved by: portmgr (blanket, portrevision bumps)
 |
Sunday, 19 Jan 2014
|
11:40 flo
- Update to 1.1.3
- Add stage support
PR: ports/185795
PR: ports/185833
Submitted by: Gasol Wu <gasol.wu@gmail.com>
 |
Monday, 23 Sep 2013
|
10:51 flo
- update to 1.1.1
- fix a few portlint warnings
 |
Friday, 20 Sep 2013
|
16:13 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
 |
Monday, 13 May 2013
|
15:47 miwi
- Remove php4 reference
 |
Tuesday, 13 Nov 2012
|
22:26 flo
Update to 1.1.0
Feature safe: yes
 |
Monday, 7 May 2012
|
18:52 sylvio
- Chase rrdtool shlib version bump.
 |
Thursday, 1 Dec 2011
|
17:13 flo
update to 1.0.5
Feature safe: yes
 |
Friday, 23 Sep 2011
|
22:26 amdmi3
- 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
 |
Monday, 15 Aug 2011
|
17:29 flo
update to 1.0.4
 |
Tuesday, 26 Apr 2011
|
17:08 flo
Add new port databases/pecl-rrd:
Procedural and simple OO wrapper for rrdtool - data logging and graphing system
for time series data.
WWW: http://www.pecl.php.net/package/rrd/
 |
Number of commits found: 27 |