aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/healthd/Makefile
blob: dce9fdfe7f99d3475159ff2ad467263a845ecd59 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# New ports collection makefile for:    healthd
# Date created:     15 November 1999
# Whom:         jim@thehousleys.net
#
# $FreeBSD$
#

PORTNAME=   healthd
PORTVERSION=    0.7.9
PORTREVISION=   1
CATEGORIES= sysutils ipv6
MASTER_SITES=   http://healthd.thehousleys.net/ \
        http://healthd1.thehousleys.net/

MAINTAINER= ports@FreeBSD.org
COMMENT=    A daemon to monitor vital motherboard parameters

ONLY_FOR_ARCHS= i386 amd64

GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --exec-prefix=${PREFIX}
#
# To allow reading the doWarn and doFail scripts remotely uncomment
# the following line.  Enabling the following option might provide
# information about the configuration of you system.
#CONFIGURE_ARGS+= --enable-full-config

MAN8=       healthd.8 healthdc.8
INSTALL_TARGET= install-all

HDDOCDIR=   ${PREFIX}/share/doc/healthd

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 400014 || defined(WITHOUT_IPV6)
CONFIGURE_ARGS+=    --disable-ipv6
.endif

USE_RC_SUBR=    yes

post-install:
    @${REINPLACE_CMD} -e 's|/usr/local/etc/rc.subr|${RC_SUBR}|' ${WRKSRC}/healthd.sh
    ${INSTALL_SCRIPT} -m 751 ${WRKSRC}/healthd.sh ${PREFIX}/etc/rc.d/healthd.sh
    @if [ ! -f ${PREFIX}/etc/healthd.conf ]; then \
        ${ECHO} "Installing ${PREFIX}/etc/healthd.conf configuration file."; \
        ${ECHO} "It is recommended you edit this file to match your system"; \
        ${ECHO} "before running the program."; \
        ${CP} ${PREFIX}/etc/healthd.conf.sample ${PREFIX}/etc/healthd.conf; \
    fi
.if !defined(NOPORTDOCS)
    @if ! [ -d ${HDDOCDIR} ]; then ${MKDIR} ${HDDOCDIR}; fi
    ${INSTALL_DATA} ${WRKSRC}/README ${HDDOCDIR}
    ${INSTALL_DATA} ${WRKSRC}/PROTOCOL ${HDDOCDIR}
.endif

pre-everything::
.ifndef (WITHOUT_IPV6)
    @${ECHO_MSG} "WITHOUT_IPV6=yes          builds without IPv6 support"
.endif
.include <bsd.port.post.mk>
* - Update to 0.037wen2018-09-182-4/+4 | | | | Changes: https://metacpan.org/changes/distribution/Astro-SIMBAD-Client * Update to 0.97sunpoet2018-09-142-5/+8 | | | | | | - Add RUN_DEPENDS Changes: https://metacpan.org/changes/distribution/Astro-Sunrise * Update to 0.117sunpoet2018-09-132-4/+4 | | | | Changes: https://metacpan.org/changes/distribution/Astro-SpaceTrack * Add DOCS options to ports that should have one.mat2018-09-104-2/+6 | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine * Reassign all of tobez@'s p5 ports to perl@.des2018-09-101-1/+1 | | | | Approved by: tobez * astro/wmsolar: Fix build with Clang 6tobik2018-09-091-0/+1 | | | | | | | | | | | | | | | | | | In file included from wmSolar.c:15: ./wmSolar_mask.xbm:6:12: error: constant expression evaluates to 240 which cannot be narrowed to type 'char' [-Wc++11-narrowing] 0x00,0x00,0xf0,0xff,0xff,0xff,0xff,0xff,0xff,0x0f,0xf0,0xff,0xff,0xff,0xff, ^~~~ http://beefy12.nyi.freebsd.org/data/head-amd64-default/p479076_s338486/logs/errors/wmsolar-1.1.log In file included from wmSolar.c:18: ./Lunar.h:66:23: error: in-class initializer for static data member of type 'const double' requires 'constexpr' specifier [-Wstatic-float-init] static const double SYNODIC_MONTH = 29.530588861; ^ PR: 230880 Approved by: tkuiper@inxsoft.net (maintainer timeout, 2 weeks) * - Update to 0.101wen2018-09-082-4/+4 | | | | Changes: https://metacpan.org/changes/distribution/Astro-satpass * Update the current KDE Applications to 18.08.1, the latest release.adridg2018-09-072-6/+6 | | | | | | | | | https://www.kde.org/announcements/announce-applications-18.08.1.php The release notes mention a few dozen fixes, MTP doesn't crash when concurrently accessed by another application, nothing critical. Submitted by: tcberner * Add kbowling to xearch committerskbowling2018-09-051-0/+1 | | | | | Approved by: timur (mentor) Differential Revision: https://reviews.freebsd.org/D17022 * - Update to r4240amdmi32018-09-052-4/+4 | * - Update WWWamdmi32018-09-022-3/+3 | | | | | | - Pet portlint Approved by: portmgr blanket * astro/qmapshack: fix build with Qt 5.11tcberner2018-09-021-0/+19 | | | | | PR: 230884 Obtained from: upstream * Update to 0.116sunpoet2018-08-312-8/+9 | | | | Changes: https://metacpan.org/changes/distribution/Astro-SpaceTrack * Update to 0.9.1sunpoet2018-08-312-6/+7 | | | | Changes: https://github.com/Unidata/MetPy/releases * Update LICENSEsunpoet2018-08-311-1/+3 | | | | Reference: https://github.com/python-metar/python-metar/issues/59 * Deprecate KDE4 software, categories a-c.adridg2018-08-303-0/+9 | | | | | | | | | | | The last upstream release supporting KDE4 was 10 months ago, https://www.kde.org/announcements/announce-applications-17.08.3.php , and the kde@ team for FreeBSD has supported modern KDE (i.e. KDE Frameworks, Plasma 5 and KDE Applications) for 4 months. Give a 4 month deprecation period to allow users to switch over. Not marked deprecated: audio/kid3-kde4, that's not ours, and it supports Qt5 and KF5 as well despite its name. * Update to 0.9.0sunpoet2018-08-302-5/+6 | | | | Changes: https://github.com/Unidata/MetPy/releases * - Update to 19.1amdmi32018-08-272-4/+4 | * - Update to 14178amdmi32018-08-272-4/+4 | * - Update to r4223amdmi32018-08-272-4/+4 | * Update KDE Applications to 18.08tcberner2018-08-254-7/+7 | | | | Changelog: https://www.kde.org/announcements/announce-applications-18.08.0.php * Update to 0.10.2sunpoet2018-08-242-4/+4 | | | | | Changes: https://sourceforge.net/p/astlib/git/ci/master/tree/CHANGE_LOG https://sourceforge.net/p/astlib/git/ci/master/log/ * Update to 1.6.0sunpoet2018-08-233-5/+5 | | | | | | - Update WWW Changes: https://github.com/python-metar/python-metar/releases * Update `astro/stellarium' to version 0.18.2.danfe2018-08-203-5/+29 | | | | | Found out via: repology.org Ignored by: portscout :( * Update to 0.115sunpoet2018-08-192-4/+4 | | | | Changes: https://metacpan.org/changes/distribution/Astro-SpaceTrack * - Update to r4222amdmi32018-08-132-4/+4 | * Update PLIST_FILES: remove %%sunpoet2018-08-131-4/+4 | * astro/oskar: Fix LICENSE_FILEyuri2018-08-121-1/+1 | * astro/oskar: Fix typo in LICENSE_FILESyuri2018-08-121-1/+1 | | | | Reported by: linimon * Mark as only for x86 and powerpc, per build failure.linimon2018-08-121-0/+3 | | | | Approved by: portmgr (tier-2 blanket) * - Update to 0.9-3tota2018-08-122-5/+4 | * devel/boost-*: update to 1.68.0jbeich2018-08-093-2/+3 | | | | | | | | | - Switch to C++14 for libboost_system to support C++14 consumers Changes: http://www.boost.org/users/history/version_1_68_0.html PR: 229569 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D16165 * devel/libconfig: update to 1.7.2fernape2018-08-071-1/+1 | | | | | | | | | | | | * Change to USE_GH * Bump PORTREVISION of dependant ports. Committing after maintainer timeout PR: 229961 Submitted by: che@bein.link Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D16442 * - Update to r4216amdmi32018-08-062-4/+4 | * - Update to r4214amdmi32018-08-032-4/+4 | * - Update to 5.19.1danilo2018-08-025-7/+13 | * Update astro/kstars to 2.9.7 .tcberner2018-08-013-7/+248 | * Update to 0.114sunpoet2018-08-012-4/+4 | | | | Changes: https://metacpan.org/changes/distribution/Astro-SpaceTrack * - Update to 14066amdmi32018-07-312-4/+4 | * Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-07-309-6/+9 | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 * Replace explicit devel/py-game dependencies with ${PYGAME} in 7 portsyuri2018-07-291-1/+1 | | | | | | | This is to simplify the pending rename devel/py-game -> devel/py-pygame in bug#230115. PR: 230118 230119 Approved by: portmgr * New port: astro/py-pysofa: Python binding for SOFA, the fundamental ↵yuri2018-07-264-0/+36 | | | | astronomy library * New port: astro/sofa: Set of algorithms and procedures used in fundamental ↵yuri2018-07-265-0/+69 | | | | astronomy * - Update to 2.14.2amdmi32018-07-263-8/+6 | * Add jhixson to freebsd.commiters.markersjhixson2018-07-251-0/+1 | | | | | Approved by: miwi (mentor), kmoore (mentor), araujo (mentor) Differential Revision: https://reviews.freebsd.org/D16423 * - Update to 0.100wen2018-07-243-6/+4 | | | | Changes: https://metacpan.org/changes/distribution/Astro-satpass * - Update to 0.113wen2018-07-242-4/+4 | | | | Changes: https://metacpan.org/changes/distribution/Astro-SpaceTrack * - Update to r4208amdmi32018-07-232-4/+4 | * New port: astro/oskar: SKA Radio telescope simulatoryuri2018-07-239-0/+725 | * astro/cfitsio: Add missing dependencyyuri2018-07-231-1/+3 | | | | Approved by: portmgr blanket * - Update to 14026amdmi32018-07-172-4/+4 | * - Update to r4196amdmi32018-07-172-4/+4 | * astro/qmapshack: remove obsolete patch filecmt2018-07-171-13/+0 | | | | | | this one escaped my last commit. PR: 227643 * astro/qmapshack: update to 1.11.1cmt2018-07-173-5/+6 | | | | | | | Release: https://sourceforge.net/p/qlandkartegt/mailman/message/36297727/ PR: 227643 Approved by: bofh (maintainer timeout) * - Update to 0.112wen2018-07-172-4/+4 | | | | Changes: https://metacpan.org/changes/distribution/Astro-SpaceTrack * Remove expired ports:rene2018-07-175-43/+0 | | | | | | | | | | | | | | | | | | | | | 2018-07-15 net/p5-ZConf-Bookmarks: Unmaintained 2018-07-15 net/p5-ZConf: Unmaintained 2018-07-15 textproc/p5-Text-SpellChecker-GUI: Unmaintained 2018-07-15 deskutils/p5-ZConf-Runner-GUI-GTK: Unmaintained 2018-07-15 deskutils/p5-ZConf-BGSet: Unmaintained 2018-07-15 deskutils/p5-ZConf-Runner: Unmaintained 2018-07-15 graphics/p5-Image-Size-FillFullSelect: Unmaintained 2018-07-15 graphics/p5-Imager-AverageGray: Unmaintained 2018-07-15 mail/p5-Mail-IMAPTalk-MailCache: Unmaintained 2018-07-15 mail/p5-ZConf-Mail: Unmaintained 2018-07-15 mail/p5-Mail-Cache: Unmaintained 2018-07-15 www/p5-ZConf-RSS: Unmaintained 2018-07-15 www/p5-ZConf-RSS-GUI-GTK: Unmaintained 2018-07-15 devel/p5-ZConf-GUI: Unmaintained 2018-07-15 net-im/mastodon: Breaks too frequently 2018-07-15 x11-fm/p5-PerlFM: Unmaintained 2018-07-15 astro/p5-ZConf-Weather: Unmaintained 2018-07-15 sysutils/p5-ZConf-Cron: Unmaintained * astro/libnova: Add LICENSE/LICENSE_FILEyuri2018-07-141-0/+3 | | | | Approved by: portmgr blanket * Update KDE Applications to 18.04.3tcberner2018-07-143-7/+6 | * - Update to 4.34wen2018-07-062-4/+4 | | | | Changes: https://metacpan.org/changes/release/GSB/Astro-Catalog-4.34 * - Update `astro/stellarium' to version 0.18.1danfe2018-07-053-6/+34 | | | | - Remove <option>_USES=qt:5 (it's on global USES already) * - Fix build with clang 6amdmi32018-07-041-0/+11 | * - Update to 0.099wen2018-07-032-4/+4 | | | | Changes: https://metacpan.org/changes/distribution/Astro-satpass * - Update to 13996amdmi32018-07-032-4/+4 | * Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mktcberner2018-06-2914-35/+40 | | | | | | | | | | | | | | | From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540 * Revert r473259 and r473260 which are committed by accidentsunpoet2018-06-252-2/+2 | | | | | - Bump PORTEPOCH for protobuf and py-protobuf - Bump PORTREVISION for dependent ports * Unbreak INDEXantoine2018-06-251-1/+1 | | | | Pointy hat: sunpoet * Update to 3.6.0sunpoet2018-06-252-2/+2 | | | | Changes: https://github.com/google/protobuf/releases * Add LICENSE_FILEsunpoet2018-06-252-12/+14 | | | | | | | | - Use PYNUMPY - Remove BUILD_DEPENDS - Update pkg-descr - Update WWW - Take maintainership * Add py-spacetrack 0.13.1sunpoet2018-06-254-0/+46 | | | | | | spacetrack is a python module for Space-Track. WWW: https://github.com/python-astrodynamics/spacetrack * Update math/gsl to 2.5tcberner2018-06-231-0/+1 | | | | PR: 229067 * Mark as broken on aarch64, and, where appropriate, armvX.linimon2018-06-222-2/+10 | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) * multimedia/*phonon*: update and flavorize with @qt4/@qt5tcberner2018-06-224-2/+4 | | | | | Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D14632 * Use PY_FLAVOR for dependencies.mat2018-06-216-21/+21 | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight * Use the correct variable for dependency lines.mat2018-06-211-4/+4 | | | | | | | PKGNAMEPREFIX the name of the current package prefix, it is not correct to use it for other package names. Sponsored by: Absolight * astro/xearth: update my locationgahr2018-06-191-1/+1 | * astro/py-aipy: Add USE_PYTHON=concurrentyuri2018-06-191-2/+2 | | | | Approved by: portmgr * - Update to 0.111wen2018-06-172-4/+4 | | | | Changes: https://metacpan.org/changes/distribution/Astro-SpaceTrack * - Update to 0.098wen2018-06-172-4/+4 | | | | Changes: https://metacpan.org/changes/distribution/Astro-satpass * Mark net/p5-ZConf and related ports as deprecatedtobik2018-06-151-0/+3 | | | | | | | | | ZConf is unmaintained with glaring issues in bits of it and the developer did not have time to properly address them in over 8 years. PR: 223471 Submitted by: Zane C. Bowers-Hadley <vvelox@vvelox.net> (maintainer and upstream developer) * Update KDE Applications to 18.04.2tcberner2018-06-102-6/+6 | * astro/siril: Update 0.9.8 -> 0.9.9yuri2018-06-093-6/+7 | | | | Reported by: portscout * - Update to r4193amdmi32018-06-052-4/+4 | * - Update to 13878amdmi32018-06-052-4/+4 | * Update to 0.110sunpoet2018-06-052-4/+4 | | | | Changes: https://metacpan.org/changes/distribution/Astro-SpaceTrack * Update to 0.097sunpoet2018-06-052-4/+4 | | | | Changes: https://metacpan.org/changes/distribution/Astro-satpass * Update to 14Aug2014xride2018-06-035-32/+26 | * Update astro/kstars to 2.9.6tcberner2018-06-013-4/+7 | * Update WWWsunpoet2018-05-2824-24/+24 | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl * - Update to 0.096wen2018-05-242-4/+4 | | | | Changes: https://metacpan.org/release/Astro-satpass * - Update to 0.109wen2018-05-242-4/+4 | | | | Changes: https://metacpan.org/changes/distribution/Astro-SpaceTrack * Update to 0.8.0sunpoet2018-05-192-5/+6 | | | | Changes: https://github.com/Unidata/MetPy/releases * - Update to 19amdmi32018-05-182-4/+4 | * - Update to 13710amdmi32018-05-142-4/+4 | * - Update to r4188amdmi32018-05-142-4/+4 | * Update KDE Applications to 18.04.1tcberner2018-05-115-7/+9 | * Update to 0.095sunpoet2018-05-102-4/+4 | | | | Changes: http://search.cpan.org/dist/Astro-satpass/Changes * Update to 0.108sunpoet2018-05-102-4/+4 | | | | Changes: http://search.cpan.org/dist/Astro-SpaceTrack/Changes * Bump PORTREVISION on more opencv consumers due to opencv updateswills2018-05-101-1/+1 | * Bump PORTREVISION on opencv consumers due to opencv updateswills2018-05-091-0/+1 | * graphics/opencv: Update to 3.4.1swills2018-05-091-1/+1 | | | | | | PR: 210505 Submitted by: rozhuk.im@gmail.com (partially, further work was done) Exp-run by: antoine * Update to upstream version 1.5.4; use QT5 instead of QT4riggs2018-05-0610-32/+184 | | | | | | PR: 227538 Submitted by: cmt Approved by: Maintainer timeout * - Update to r4183amdmi32018-05-042-4/+4 | * multimedia/ffmpeg: update to 4.0jbeich2018-05-021-1/+1 | | | | | | | | | | | | - FFSERVER support was removed upstream - libressl now uses libtls backend instead of patching openssl one - Clang i386 no longer uses 16-byte aligned stack Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ PR: 227726 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15175 * Update to 0.107sunpoet2018-04-302-4/+4 | | | | Changes: http://search.cpan.org/dist/Astro-SpaceTrack/Changes * Add py-metar 1.5.0sunpoet2018-04-304-0/+35 | | | | | | | | | | | | | | | Metar is a python package for interpreting METAR and SPECI weather reports. This module extracts the data recorded in the main-body groups of reports that follow the WMO spec or the US conventions, except for the runway state and trend groups, which are parsed but ignored. The most useful remark groups defined in the US spec are parsed, as well, such as the cumulative precipitation, min/max temperature, peak wind and sea-level pressure groups. No other regional conventions are formally supported, but a large number of variant formats found in international reports are accepted. WWW: https://pypi.org/project/metar/ WWW: https://github.com/tomp/python-metar * Upgrade astro/kstars to 2.9.5tcberner2018-04-293-370/+370 | | | | * complete dependencies while here. * Add py-metpy 0.7.0sunpoet2018-04-294-0/+37 | | | | | | | | MetPy is a collection of tools in Python for reading, visualizing and performing calculations with weather data. WWW: https://pypi.org/project/metpy/ WWW: https://github.com/Unidata/MetPy * New port: astro/kstars, current version of astro/kstars-kde4tcberner2018-04-295-0/+1438 | * Update to 0.094sunpoet2018-04-292-4/+4 | | | | Changes: http://search.cpan.org/dist/Astro-satpass/Changes * Update KDE Applications to 18.04.0tcberner2018-04-294-14/+13 | | | | * Pin multimedia/kdelive at 17.12.3 until we import the mlt update from the dev-repo. * - Update to r591amdmi32018-04-292-4/+4 | * - Update to r4176amdmi32018-04-292-4/+4 | * Update grahics/exiv2 to 0.26tcberner2018-04-282-2/+2 | | | | | | PR: 223625 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D12345 * Update to 0.10.1sunpoet2018-04-272-8/+7 | | | | | | | - Relax USES=python - Allow concurrent installation (USE_PYTHON=concurrent) Changes: https://sourceforge.net/p/astlib/git/ci/master/tree/CHANGE_LOG * Switch all pypi.python.org WWWs to a new PyPi home pypi.org whereamdmi32018-04-262-2/+2 | | | | | | | they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat * - Update to 13576amdmi32018-04-242-5/+5 | * astro/swe: Update version 2.06=>2.07.01bofh2018-04-242-5/+4 | | | | - Remove USE_LDCONFIG as it installs no shared library * Update ICBM coordinates now that I'm no longer full-time in the Bay Area.seanc2018-04-241-1/+1 | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D15165 * Adjust PORTREVISION order to pet portlint after r467711jbeich2018-04-181-1/+1 | | | | | Tools/scripts/bump-revision.sh adds PORTREVISION in the wrong place when DISTVERSION*FIX is used. * devel/boost-*: update to 1.67.0jbeich2018-04-183-1/+3 | | | | | | | Changes: http://www.boost.org/users/history/version_1_67_0.html PR: 227427 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15030 * Update to 0.106sunpoet2018-04-182-4/+4 | | | | Changes: http://search.cpan.org/dist/Astro-SpaceTrack/Changes * - Update to 2.14.0amdmi32018-04-12