Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.19.8_3 15 Aug 2024 10:55:29 |
Po-Chuan Hsieh (sunpoet) |
net/mtr: Convert X11 option to x11 and nox11 flavors
net/mtr-nox11 is net/mtr@nox11 now. |
0.19.8_3 28 Jul 2024 13:15:18 |
Muhammad Moinur Rahman (bofh) |
*/*: Mark IGNORE_WITH_PHP=84
These ports are currently not compatible with php84 and is only a limited
set of ports. There might be more ports which has runtime issues. Please
check if your ports are compatible with php84 and if not pleae mark them
IGNORE_WITH_PHP=84
Approved by: portmgr (blanket) |
0.19.8_3 28 Feb 2024 15:53:37 |
Michael Osipov (michaelo) |
*/*: Properly depend on Subversion LTS or latest with WITH_SUBVERSION_VER
When LTS version of Subversion is set in make.conf (WITH_SUBVERSION_VER)
depending ports will still depend on latest version (devel/subversion)
instead of LTS one (devel/subversion-lts). This will cause dependency
conflicts when packages are distributed with Poudriere, namely pkg(8)
will report them and fail to install.
Make all affected ports properly depend on the right port based on the
value set in WITH_SUBVERSION_VER.
Approved by: jrm (mentor), otis (mentor), lev (maintainer timeout)
Differential Revision: https://reviews.freebsd.org/D43864 |
0.19.8_2 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
0.19.8_2 21 Jun 2023 15:21:12 |
Mark Felder (feld) |
net-mgmt/observium: Drop maintainership |
0.19.8_2 10 Jun 2023 14:57:35 |
Muhammad Moinur Rahman (bofh) |
*/*: Mark IGNORE_WITH_PHP for 8.3.X
Approved by: portmgr (blanket)
Sponsored by: Bounce Experts |
0.19.8_2 16 Apr 2023 18:09:23 |
Muhammad Moinur Rahman (bofh) |
*/*: Remove merged or non-existent USE_PHP directives
- Remove USE_PHP=hash which is available in default php installation of
all versions of php
* security/pear-Horde_Crypt_Blowfish: Remove OPTION MHASH
- Remove USE_PHP=json which is available in default php installation of
all versions of php
* devel/pear-PHPTAL: Remove OPTION JSON
* www/ilias: Remove OPTION SCORM2004
- Remove USE_PHP=mssql which is no longer available in php from php80
and later and has been replaced with sqlsrv module which is Windows
only
* www/codeigniter: Remove OPTION MSSQL
* www/moodle311: Remove OPTION MSSQL
* www/moodle39: Remove OPTION MSSQL (Only the first 15 lines of the commit message are shown above ) |
0.19.8_2 25 Jan 2023 17:54:07 |
Muhammad Moinur Rahman (bofh) |
Mk/Uses/apache.mk: Refactor after removal of older versions
apache22 and apache25 had been removed a long time ago however the
apache.mk file has never been refactored and is out of sync from the
file Mk/bsd.default-versions.mk. These changes refactors the removals of
the older versions. In addition:
- Move some keywords like USE_APACHE, USE_APACHE_BUILD, USE_APACHE_RUN
from SANITY_DEPRECATED to SANITY_UNSUPPORTED
- Remove apache versions from ports Makefiles as currently there is only
one available version in the tree. However the version checks are
still valid and should work flawlessly whenever a new version is
added. For example USES=apache:2.2+ are simply replaced with
USES=apache. As currently there are no other versions available for
test this could not be checked on it's own ground.
- Update FOO_USE=APACHE=yes to FOO_USES=apache
- Remove trailing whitespaces
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38113 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.19.8_2 07 Sep 2022 21:10:59 |
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.
(Only the first 15 lines of the commit message are shown above ) |
0.19.8_2 20 Jul 2022 14:22:42 |
Tobias C. Berner (tcberner) |
net-mgmt: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* @BABOLO <.@babolo.ru>
* Alex Samorukov, samm@freebsd.org
* Alexander Kriventsov <avk@vl.ru>
* Alexander Sulfrian <alexander@sulfrian.net>
* Alexander Y. Grigoryev <alexander.4mail@gmail.com>
* Alexandre Biancalana <ale@biancalanas.net>
* Alexandre Snarskii <snar@paranoia.ru>
* Alexandre Snarskii <snar@snar.spb.ru>
* Alexey Bobkov <mr.deadlystorm@gmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Degtyarev (Only the first 15 lines of the commit message are shown above ) |
0.19.8_2 19 Jun 2022 14:24:56 |
Mateusz Piotrowski (0mp) |
net-mgmt/observium: Use ECHO_CMD instead of ECHO
Approved by: portmgr blanket |
0.19.8_2 13 Jun 2022 00:08:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Ignore with php82 |
0.19.8_2 31 Aug 2021 11:28:13 |
Bernhard Froehlich (decke) |
net-mgmt/observium: Add CPE information
Approved by: portmgr (blanket) |
0.19.8_2 30 Jun 2021 05:09:36 |
Fukang Chen (loader) |
Mk/bsd.options.desc.mk: Add shared version control OPTIONS & descriptions
- Add CVS description
- Add DARCS description
- Add GIT description
- Add MERCURIAL description
- Add PERFORCE description
- Rename SVN to SUBVERSION
devel/anjuta:
- Rename OPTION SVN to SUBVERSION
- Sort OPTIONS_DEFINE and OPTIONS_DEFAULT
- Change SUBVERSION_DESC to use the default description
devel/git: (Only the first 15 lines of the commit message are shown above ) |
0.19.8_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.19.8_1 27 Apr 2020 11:19:47 |
fluffy |
net-mgmt/observium: drop python27 support
- drop python27 support, use python35+
- switch to py-mysqlclient instead of outdated pyMySQLdb
- flavorize php dependency, set PKGNAMESUFFIX
PR: 245397
Submitted by: fluffy
Approved by: maintainer (timeout, 21d) |
0.19.8 11 Jan 2020 05:04:15 |
fluffy |
net-mgmt/observium: unbreak and update to 19.8 community release
Community edition release 19.8 from 2019-08-22
PR: 243031
Submitted by: fluffy
Approved by: maintainer timeout (>1w)
MFH: 2020Q1 |
0.18.9.1_1 06 Nov 2019 14:00:19 |
antoine |
Mark a few ports BROKEN (unfetchable) |
0.18.9.1_1 14 Aug 2019 08:48:51 |
mat |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
0.18.9.1_1 23 Apr 2019 21:57:58 |
feld |
net-mgmt/observium: Minor improvements
pkg-message was giving wrong cron advice |
0.18.9.1 23 Apr 2019 21:43:17 |
feld |
net-mgmt/observium: Update to 0.18.9.1 |
0.17.9.8859_1 22 May 2018 13:15:13 |
mat |
Add PY_FLAVOR to Python module dependencies.
Sponsored by: Absolight |
0.17.9.8859_1 11 Mar 2018 18:36:16 |
brnrd |
Migrate USE_APACHE to USES= apache
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk
With hat: apache |
0.17.9.8859_1 08 Mar 2018 19:48:41 |
mat |
Introduce PHP flavors.
Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now
flavored. They will automatically get flavors (php56, php70, php71, php72)
depending of the versions they support (set with IGNORE_WITH_PHP). As a
consequence, ports using USES=pear and USES=horde are also flavored.
PR: 226242
Submitted by: mat
Exp-run by: antoine
Approved by: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D14208 |
0.17.9.8859_1 13 Feb 2018 15:01:42 |
feld |
net/observium: Update MAINTAINER
- Take maintainership again
Approved by: private email with Dirk |
0.17.9.8859_1 07 Feb 2018 14:29:46 |
feld |
net-mgmt/observium: Convert to automated pkg-plist
Leveraging the same work I did for net-mgmt/librenms
Also add DOCS and EXAMPLES port options |
0.17.9.8859 08 Jan 2018 15:47:40 |
mat |
databases/py-MySQLdb only supports Python 2, restrict ports that uses it.
Sponsored by: Absolight |
0.17.9.8859 17 Dec 2017 15:13:36 |
feld |
net-mgmt/observium: Update to 0.17.9.8859
- Fixes fetching as upstream always replaces/re-rolls distfile
- Now reportedly works with PHP 7.1
PR: 224223
MFH: 2017Q4 |
0.16.10.8128_5 01 Nov 2017 13:10:35 |
olgeni |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. |
0.16.10.8128_5 22 Aug 2017 16:26:13 |
swills |
net-mgmt/observium: multiple changes
* Fix license
* Improve post install message
* Add Apache config
PR: 214515
Submitted by: dirkx@webweaving.org (maintainer) (with slight modification) |
0.16.10.8128_4 30 Mar 2017 13:59:12 |
feld |
net-mgmt/observium: Remove ImageMagick dependency, revert PHP 7.1 support
The ImageMagick dependency is not valid. There is a stale script called
glue.py which requires PIL and ImageMagick (convert) to function, but is
used by the software or required for normal operation.
PHP 7.1 support has been rescinded after further testing. A few edge
cases remain that only exist in this community edition release. The
problems have been fixed in the non-free codebase and will make the next
community edition cut. |
0.16.10.8128_3 16 Mar 2017 15:19:56 |
feld |
net-mgmt/observium: Observium has been tested with PHP 7.1
MFH: 2017Q1 |
0.16.10.8128_3 13 Mar 2017 00:25:55 |
feld |
net-mgmt/observium: mysql php extension not needed
MFH: 2017Q1 |
0.16.10.8128_2 12 Mar 2017 14:57:15 |
feld |
net-mgmt/observium: Add missing php OpenSSL dependency
While here, enable support for PHP 7.0.
PR: 216458
MFH: 2017Q1 |
0.16.10.8128_2 07 Feb 2017 12:14:34 |
mat |
Mark ports not building with PHP 7.1.
Sponsored by: Absolight |
0.16.10.8128_2 05 Dec 2016 00:22:42 |
feld |
net-mgmt/observium: Fix poller-wrapper.py
It was attempting to set PATH before importing os module
Reported by: Adrian Murphy <amurphy [AT] gsoft com au> |
0.16.10.8128_1 16 Nov 2016 15:23:48 |
feld |
net-mgmt/observium: Fix shebang in poller-wrapper.py
While here, modernize port |
0.16.10.8128 12 Nov 2016 18:30:48 |
feld |
net-mgmt/observium: Pet portlint |
0.16.10.8128 12 Nov 2016 18:28:30 |
feld |
net-mgmt/observium: Update to 0.16.10.8128
PR: 213895 |
0.16.1.7533_2 19 May 2016 11:09:14 |
amdmi3 |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
0.16.1.7533_2 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
0.16.1.7533_2 02 May 2016 16:08:56 |
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 |
0.16.1.7533_1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.16.1.7533_1 13 Mar 2016 16:56:42 |
mat |
These ports do not build with PHP 7.0, make them as such.
Also, mark those who try to use mysql, which does not exist in PHP 7.0.
Sponsored by: Absolight |
0.16.1.7533_1 09 Feb 2016 22:27:54 |
zeising |
Fix when using rrdtool 1.5+
Pet portlint, add missing dependency.
PR: 207057
Submitted by: Mathieu Arnold
Approved by: maintainer |
0.16.1.7533 03 Feb 2016 16:26:36 |
feld |
net-mgmt/observium: Update to latest community release 0.16.1.7533
While here, hand over maintainership |
0.15.06.6430 16 Jun 2015 18:04:30 |
feld |
Update to 0.15.06.6430
Unmute installation
PR: 200691 |
0.14.11.6000_2 27 May 2015 15:54:37 |
feld |
Fix PATH issues for poller scripts used as cron entries
We don't have /usr/local/{bin,sbin} in cron PATH by default
Submitted by: mat |
0.14.11.6000_2 27 May 2015 14:31:02 |
feld |
Add PYPOLLER option to add support for the Python poller wrapper
Submitted by: mat |
0.14.11.6000_1 25 Mar 2015 12:50:31 |
feld |
Correct paths to fping out of the box
Submitted by: raf@verbiest.be |
0.14.11.6000 24 Mar 2015 02:05:48 |
feld |
Update to 0.14.11.6000
Numerous fixes and enhancements:
- Support for more functionality by default
- @sample the config.php.default
- Fix permissions issues
- Default paths to utilities corrected
PR: 193982
PR: 195919 |
0.14.4.5229_2 24 Nov 2014 22:35:08 |
antoine |
Cleanup plist |
0.14.4.5229_1 29 Jul 2014 13:39:34 |
feld |
Giving in and taking maintainership :-)
Create empty rrd directory so webif doesn't warn you
Scripts need to be executable or some functionality is missing |
0.14.4.5229 28 Jul 2014 16:20:06 |
feld |
Support STAGE
Switch to the latest community edition: updated bi-annually
Remove JAIL option; if you need to run Observium in a jail please enable
raw socket support for the jail. Upstream is very specific about what
they support and pulling an ancient perl fping script from CPAN is not
comforting.
Sponsored by: SupraNet Communications, Inc |
0.11.5.2261_1 10 Jul 2014 12:13:12 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.
CR: D307
Approved by: portmgr (bapt) |
0.11.5.2261_1 20 Sep 2013 22:24:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt) |
0.11.5.2261_1 28 Jan 2013 08:59:37 |
rene |
- Convert to optionsNG
- Mostly silence portlint (use PLIST_SUB instead of PLIST_FILES) |
0.11.5.2261_1 23 Jan 2013 09:46:39 |
linimon |
Reset rflynn@acsalaska.net: mailbox is full. |
0.11.5.2261_1 30 Jun 2012 12:42:52 |
az |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
0.11.5.2261_1 07 May 2012 18:52:09 |
sylvio |
- Chase rrdtool shlib version bump. |
0.11.5.2261 28 Feb 2012 20:05:01 |
scheidell |
Add port net-mgmt/observium: As per WantedPorts.
Observium is an autodiscovering PHP/MySQL/SNMP based network monitoring
which includes support for a wide range of network hardware and
operating systems including Cisco, Linux, FreeBSD, Juniper, Brocade,
Foundry, HP and many more.
- fix-up for invalid XML, fixed in upstream, but not in released version
PR: ports/165251
Submitted by: Mel Flynn <rflynn@acsalaska.net> (maintainer)
Approved by: gabor (mentor, implicit) |