notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: sysutils/nut/Makefile
SVNWeb

Number of commits found: 144 (showing only 100 on this page)

1 | 2  »  

Thu, 6 Apr 2023
[ 21:45 Cy Schubert (cy) search for other commits by this committer ]    commit hash:7267b89b748860bd8dbca6d8682ebb3a541892df  commit hash:7267b89b748860bd8dbca6d8682ebb3a541892df  commit hash:7267b89b748860bd8dbca6d8682ebb3a541892df  7267b89 
sysutils/nut: Install nut-usb.conf

devd fails to change UPS device node ownership because the nut port
fails to install ${LOCALBASE}/etc/devd/nut-usb.conf. Install it.

Reported by:	Kostas Oikonomou <ko56 _AT_ winlab.rutgers.edu>
MFH:		2023Q2
Tue, 14 Feb 2023
[ 20:33 Cy Schubert (cy) search for other commits by this committer ]    commit hash:e2630f644fcb41ca2f9cba64a2e4416043b59fda  commit hash:e2630f644fcb41ca2f9cba64a2e4416043b59fda  commit hash:e2630f644fcb41ca2f9cba64a2e4416043b59fda  e2630f6 
sysutils/nut*: Fix syntax error

Add missing then.

PR:		269497
Reported by:	<vvd@unislabs.com>
Fixes:		6558c2506990
[ 18:40 Cy Schubert (cy) search for other commits by this committer ]    commit hash:6558c25069901328610d155bea362aeb7ab00f17  commit hash:6558c25069901328610d155bea362aeb7ab00f17  commit hash:6558c25069901328610d155bea362aeb7ab00f17  6558c25 
sysutils/nut*: Make nut file ownership fixes optional with default enabled

The nut file ownership fixups due to the UID/GID change from uucp/uucp
to nut/nut may not be desireable for all users. Some users with custom
file ownership may wish ownership to remain untouched. This revision
to the nut family of ports/packages allows users to optionally disable
automatic fixup of nut file ownership.

While at it, rather than use a hardcoded string for user/group ownerships,
use the set parameters in Makefile.

PR:		269497
suggested by:	dvl
Sat, 11 Feb 2023
[ 16:15 Cy Schubert (cy) search for other commits by this committer ]    commit hash:6b4b52c843c34374e12b0b894129549caf22b276  commit hash:6b4b52c843c34374e12b0b894129549caf22b276  commit hash:6b4b52c843c34374e12b0b894129549caf22b276  6b4b52c 
sysutils/nut*: Add missing SUB_LIST

a4cc1509a9b6 failed to add NUT_GROUP to SUB_LIST. This fixes the error.

PR:		269497
Submitted by:	dvl
Reported by:	dvl
Fixes:		a4cc1509a9b6
Fri, 10 Feb 2023
[ 18:26 Cy Schubert (cy) search for other commits by this committer ]    commit hash:71dda54b318583d02e571f99b6efa036405e4749  commit hash:71dda54b318583d02e571f99b6efa036405e4749  commit hash:71dda54b318583d02e571f99b6efa036405e4749  71dda54 
sysutils/nut*: IPMI is not supported by ARM

IPMI is not supported by ARM. Remove it from defaults.

Reported by:	avg
[ 18:26 Cy Schubert (cy) search for other commits by this committer ]    commit hash:a4cc1509a9b65367f76bbdf6b684035d0c3bfbc3  commit hash:a4cc1509a9b65367f76bbdf6b684035d0c3bfbc3  commit hash:a4cc1509a9b65367f76bbdf6b684035d0c3bfbc3  a4cc150 
sysutils/nut*: Fix nut file access

Preexisting nut files will have uucp group permissions, which will no
longer be available to nut because it runs under its own GID. For the
time being add code to nut_prestart() adjusting the ownership of the
files to UID nut and GID nut.

This code should be removed approximately a year from now as it is
expected that most if not all nut installations will have correct file
ownership by then.

While here, also fix nut.newsyslog to refer to the new nut UID/GID.

Reported by:	avg, Mathieu <sigsys@gmail.com>
Fixes:		02c038c8cc15
Mon, 23 Jan 2023
[ 16:31 Cy Schubert (cy) search for other commits by this committer ]    commit hash:48b7e2243a83011bce087ffb12932579312d0aa3  commit hash:48b7e2243a83011bce087ffb12932579312d0aa3  commit hash:48b7e2243a83011bce087ffb12932579312d0aa3  48b7e22 
sysutils/nut*: Fix group for serial UPS users.

02c038c8cc15, though more secure, broke access to serial devices for
users of serial UPS devices. Add the nut user to the dialer group.

PR:		268960
Reported by:	vvd@unislabs.com
Fixes:		02c038c8cc15
Tue, 17 Jan 2023
[ 21:12 Cy Schubert (cy) search for other commits by this committer ]    commit hash:02c038c8cc15469c27b4b8ec24ae8b75d587262f  commit hash:02c038c8cc15469c27b4b8ec24ae8b75d587262f  commit hash:02c038c8cc15469c27b4b8ec24ae8b75d587262f  02c038c 
sysutils/nut*: Use a dedicated UID and GID

To reduce conflicts with other packages and improve security, avoid
using the uucp UID and GID. This avoids potential conflicts with the
net/freebsd-uucp port.

Users who wish to continue using the uucp user and group may add
NUT_USER=uucp and NUT_GROUP=uucp to their make.conf.

PR:		268960
Reported by:	delphij
MFH:		2023Q1
Sat, 22 Oct 2022
[ 16:58 Cy Schubert (cy) search for other commits by this committer ]    commit hash:6d2af9e3f07a2473b50b02388a58708ad5015cf5  commit hash:6d2af9e3f07a2473b50b02388a58708ad5015cf5  commit hash:6d2af9e3f07a2473b50b02388a58708ad5015cf5  6d2af9e 
sysutils/nut*: Remove bash_completion dependency

Even though bash completion scripts are installed, bash_completion
need not be installed, reducing the port and package footprint.
Should a person actually need bash_completion, it can be installed
separately by the user.

PR:		267214
Reported by:	Mel Pilgrim <ports.maintainer@evilphi.com>
MFH:		2022Q4
Mon, 17 Oct 2022
[ 18:20 Cy Schubert (cy) search for other commits by this committer ]    commit hash:9ef8c35f855969b21a880e942ff53803b5d81ce8  commit hash:9ef8c35f855969b21a880e942ff53803b5d81ce8  commit hash:9ef8c35f855969b21a880e942ff53803b5d81ce8  9ef8c35 
sysutils/nut*: Require devd prior to start

In some cases nut may start before devd causing it to fail because it
lacks permissions to USB attached UPS devices. The nut supplied
devd.conf ensures that nut has read/write access to the UPS.

PR:		267144
Reported by:	ml@netfence.it
MFH		2022Q4
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Tue, 30 Aug 2022
[ 18:04 Cy Schubert (cy) search for other commits by this committer ]    commit hash:9c4a120c36bfb61a307d04c843eeda4f3c43cf4c  commit hash:9c4a120c36bfb61a307d04c843eeda4f3c43cf4c  commit hash:9c4a120c36bfb61a307d04c843eeda4f3c43cf4c  9c4a120 
sysutils/nut*: Add upslog support for multiple UPSs

upslog is a utility that logs UPS status at regular intervals, specified
by the -i option. Unfortunately upslog supports only on UPS. For sites
that need to monitor multiple UPSs the options are to cobble an rc script
for each or doctor up the nut_upslog.in script to support cloning of the
script. Unfortunately an rc script capable of being cloned would become
the source of more PRs and would require significanly more tehcnical
documentation that by itself might become confusing for the average
system administrator.

Therefore a new -m option is added to support multiple UPSs using the
same invocation of upslog. The patch parses a new -m option and using a
single connection to upsd, queries it for stats about multiple UPSs.

An rc.conf exemple of how to use this new feature:
nut_upslog_flags="-p /var/db/nut/upslog.pid -m ups1@localhost,/var/log/nut\
/ups1.log -m ups2@localhost,/var/log/nut/ups2.log"

PR:		265963
Reported by:	vvd@unislabs.com
[ 01:11 Cy Schubert (cy) search for other commits by this committer ]    commit hash:dc2f6b92465447b81470fe2c56963053e04039fd  commit hash:dc2f6b92465447b81470fe2c56963053e04039fd  commit hash:dc2f6b92465447b81470fe2c56963053e04039fd  dc2f6b9 
Revert "sysutils/nut*: Add upslog support for multiple UPSs"

upslog is failing to make multiple connections to upsd resulting
in some UPSs logging and others not. This is likely some bug
in upsd's socket handling.

Even though this patch worked for me locally it did not for the
person reporting the problem.

A better approach would be to use select() instead.

PR:	265963

This reverts commit dec4ecc3afecab035a4d4fa59c35093d9f53ffd5.
Mon, 29 Aug 2022
[ 21:00 Cy Schubert (cy) search for other commits by this committer ]    commit hash:0b0d7e342f9e0d4fe419475236d6ff15f643d026  commit hash:0b0d7e342f9e0d4fe419475236d6ff15f643d026  commit hash:0b0d7e342f9e0d4fe419475236d6ff15f643d026  0b0d7e3 
sysutils/nut*: Require syslogd

The nut daemons are consumer of syslogd services. Start after syslogd
has started.
Sun, 28 Aug 2022
[ 21:16 Cy Schubert (cy) search for other commits by this committer ]    commit hash:dec4ecc3afecab035a4d4fa59c35093d9f53ffd5  commit hash:dec4ecc3afecab035a4d4fa59c35093d9f53ffd5  commit hash:dec4ecc3afecab035a4d4fa59c35093d9f53ffd5  dec4ecc 
sysutils/nut*: Add upslog support for multiple UPSs

upslog is a utility that logs UPS status at regular intervals, specified
by the -i option. Unfortunately upslog supports only on UPS. For sites
that need to monitor multiple UPSs the options are to cobble an rc script
for each or doctor up the nut_upslog.in script to support cloning of the
script. Unfortunately an rc script capable of being cloned would become
the source of more PRs and would require significanly more tehcnical
documentation that by itself might become confusing for the average
system administrator.

Therefore a new -m option is added to support multiple UPSs using the
same invocation of upslog. The patch parses a -m option and forks
almost immediately following the getopt(3) invokation to monitor each
individual UPS using a separate upslog process. This is not ideal but
(Only the first 15 lines of the commit message are shown above View all of this commit message)
[ 21:16 Cy Schubert (cy) search for other commits by this committer ]    commit hash:0b5e039674aa1f529e2ebc67da11bdadcb4db6e6  commit hash:0b5e039674aa1f529e2ebc67da11bdadcb4db6e6  commit hash:0b5e039674aa1f529e2ebc67da11bdadcb4db6e6  0b5e039 
sysutils/nut*: Alternate upslog support for multiple UPSs

Add  sample rc script to allow a user to copy a sample rc script to
rc.d, allowing the user to use multiple instances of upslog(8) with
multiple instances of the rc script to log multiple UPSs on the same
system.

The sample rc script was provided by vvd@unislabs.com.

PR:		265963
Reported by:	vvd@unislabs.com
Submitted by:	vvd@unislabs.com
Wed, 20 Jul 2022
[ 14:23 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:ea7123695aad83707eba8adaf42b29dac7f296e4  commit hash:ea7123695aad83707eba8adaf42b29dac7f296e4  commit hash:ea7123695aad83707eba8adaf42b29dac7f296e4  ea71236  (Only the first 10 of 972 ports in this commit are shown above. View all ports for this commit)
sysutils: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <jsmith@resonatingmedia.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Landwehr <aaron@snaphat.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Adrian Chadd
  *  Adrian Chadd <adrian@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Eldridge <alane@FreeBSD.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Deiter <alex.deiter@gmail.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 5 Jul 2022
[ 14:28 Cy Schubert (cy) search for other commits by this committer ]    commit hash:dfd09a3cf84b233f2a23f80aafda15021cfd4eca  commit hash:dfd09a3cf84b233f2a23f80aafda15021cfd4eca  commit hash:dfd09a3cf84b233f2a23f80aafda15021cfd4eca  dfd09a3 
sysutils/nut*: Enable all non-experimental options by default

Increasingly binary package users are requesting enablement of all options
to avoid building ports themselves, while others lack the wherewithal to
build ports themselves. Therefore enable all non-experimental options by
default. And, while at it enable openssl support.

Users who either build ports themselves or maintain their own
poudriere infrastructure, the ease of running make config or
poudriere options is certainly the lesser of the two evils.

Reported by:	many
MFH:		2022Q3
[ 14:28 Cy Schubert (cy) search for other commits by this committer ]    commit hash:b792fe675c33e7f40ecba03404890d82958e0706  commit hash:b792fe675c33e7f40ecba03404890d82958e0706  commit hash:b792fe675c33e7f40ecba03404890d82958e0706  b792fe6 
sysutils/nut*: Add Modbus support

Some newer UPS models require modbus support. Add and enable modbus
support by default for binary package users.

PR:		265014
Reported by:	tomli@tomli.me
MFH:		2022Q3
Mon, 9 May 2022
[ 17:49 Cy Schubert (cy) search for other commits by this committer ]    commit hash:3b7f73015c06f08c2b64d7def022151872bf1cfc  commit hash:3b7f73015c06f08c2b64d7def022151872bf1cfc  commit hash:3b7f73015c06f08c2b64d7def022151872bf1cfc  3b7f730 
sysutils/nut*: Use poweroff instead of shutdown -h

Poweroff instead of halt when signaling shutdown.

PR:		263855
Reported by:	clear.screen@orange.fr
[ 17:49 Cy Schubert (cy) search for other commits by this committer ]    commit hash:fa59329dc39bf1fd50cea94febc0739704bbf200  commit hash:fa59329dc39bf1fd50cea94febc0739704bbf200  commit hash:fa59329dc39bf1fd50cea94febc0739704bbf200  fa59329 
sysutils/nut*: Fixup docs

Documentation refers to /usr/local/ups. Refer to ${PREFIX} instead.

PR:		263856
Reviewed by:	clear.screen@orange.fr
[ 17:49 Cy Schubert (cy) search for other commits by this committer ]    commit hash:64080a2f32ba282291fec3f9b4c6d37c7594b723  commit hash:64080a2f32ba282291fec3f9b4c6d37c7594b723  commit hash:64080a2f32ba282291fec3f9b4c6d37c7594b723  64080a2 
sysutils/nut*: Correctly use libusb.so

FreeBSD has no libusb-1.0.so, even though pkgconf identifies it as such.
The ABI is the same but the name is different.

Reported by:    Paul Arakelyan <paul.arakelyan@gmail.com>
[ 17:49 Cy Schubert (cy) search for other commits by this committer ]    commit hash:d6f4ee06c5f668af7615300159d803462da965cd  commit hash:d6f4ee06c5f668af7615300159d803462da965cd  commit hash:d6f4ee06c5f668af7615300159d803462da965cd  d6f4ee0 
sysutils/nut*: Add MANPAGES option

Provide a MANPAGES option to allow users wishing a leaner install to
deselect them.

PR:		263751
Reported by:	Joerg Pulz <Joerg.Pulz@frm2.tum.de>
[ 17:49 Cy Schubert (cy) search for other commits by this committer ]    commit hash:18e2107b05e7f116596f177da4550a91ba6b9f02  commit hash:18e2107b05e7f116596f177da4550a91ba6b9f02  commit hash:18e2107b05e7f116596f177da4550a91ba6b9f02  18e2107 
sysutils/nut*: Pet portlint

Adjust Makefile as suggested by portlint.

PR:		263751
[ 17:49 Cy Schubert (cy) search for other commits by this committer ]    commit hash:a28f05fb2d27823de942563b5a31888d545e08e5  commit hash:a28f05fb2d27823de942563b5a31888d545e08e5  commit hash:a28f05fb2d27823de942563b5a31888d545e08e5  a28f05f 
sysutils/nut*: Register conflicts

sysutils/nut and sysutils/nut-devel conflict with each other.
[ 17:49 Cy Schubert (cy) search for other commits by this committer ]    commit hash:db06efef607c98073cc3106604fd9dbdd5ddb06a  commit hash:db06efef607c98073cc3106604fd9dbdd5ddb06a  commit hash:db06efef607c98073cc3106604fd9dbdd5ddb06a  db06efe 
sysutils/nut: Remove redundant install-strip INSTALL TARGET
[ 17:49 Cy Schubert (cy) search for other commits by this committer ]    commit hash:f63fdcf8eaea50c190123b8ea00e3d7b4eaf32ef  commit hash:f63fdcf8eaea50c190123b8ea00e3d7b4eaf32ef  commit hash:f63fdcf8eaea50c190123b8ea00e3d7b4eaf32ef  f63fdcf 
sysutils/nut*: Convert to options helpers

Modernize the sysutils/nut* ports replacing old-school options with
options helpers, cleaning up the Makefiles a lot.

PR:		263751
Reported by:	dizzy
[ 17:49 Cy Schubert (cy) search for other commits by this committer ]    commit hash:f75bec470e4ef6b2fd72a0c40d8d28cb0e513a66  commit hash:f75bec470e4ef6b2fd72a0c40d8d28cb0e513a66  commit hash:f75bec470e4ef6b2fd72a0c40d8d28cb0e513a66  f75bec4 
sysutils/nut: Remove redundant BUILD_DEPENDS

Remove unused asciidoc BUILD_DEPENDS from sysutils/nut as its man pages
are already preformatted.

Also, add a comment to the sysutils/nut-devel port Makefile informing
developers to remove the BUILD_DEPENDS when copying/merging the -devel
port to the main port when a new release of nut is committed.

PR:		263751
Reported by:	Joerg Pulz <Joerg.Pulz@frm2.tum.de>
[ 17:49 Cy Schubert (cy) search for other commits by this committer ]    commit hash:43094d715023b1ef9a233fa8ff35e73a01c29df9  commit hash:43094d715023b1ef9a233fa8ff35e73a01c29df9  commit hash:43094d715023b1ef9a233fa8ff35e73a01c29df9  43094d7 
sysutils/nut: Remove redundant EXTRACT_ONLY definition

EXTRACT_ONLY is redundant and does nothing in this port.

PR:		263751
Reported by:	Joerg Pulz <Joerg.Pulz@frm2.tum.de>
[ 17:49 Cy Schubert (cy) search for other commits by this committer ]    commit hash:429c33beb4e96656d0bac5cc9dc1006670d1b62a  commit hash:429c33beb4e96656d0bac5cc9dc1006670d1b62a  commit hash:429c33beb4e96656d0bac5cc9dc1006670d1b62a  429c33b 
sysutils/nut*: Add license

Add license definitions.

PR:		263751
Reported by:	Joerg Pulz <Joerg.Pulz@frm2.tum.de>
[ 17:49 Cy Schubert (cy) search for other commits by this committer ]    commit hash:3c17b06cc193f3f7b2175601ce0b4950ac07bf17  commit hash:3c17b06cc193f3f7b2175601ce0b4950ac07bf17  commit hash:3c17b06cc193f3f7b2175601ce0b4950ac07bf17  3c17b06 
sysutils/nut*: Use canned options descriptions

Remove the descriptions already documented in Mk/bsd.options.desc.mk.

PR:		263751
Reported by:	Joerg Pulz <Joerg.Pulz@frm2.tum.de>
Wed, 27 Apr 2022
[ 21:51 Cy Schubert (cy) search for other commits by this committer ]    commit hash:1d7a588c0db7a1f90cebe61a93337560f4de670f  commit hash:1d7a588c0db7a1f90cebe61a93337560f4de670f  commit hash:1d7a588c0db7a1f90cebe61a93337560f4de670f  1d7a588 
sysutils/nut*: Strip binaries

Fix developer mode warning for a number of shared libraries.

Reported by:	Developer mode
[ 21:51 Cy Schubert (cy) search for other commits by this committer ]    commit hash:31418910e0f42df9babb1c12d69dfe2218f2aa03  commit hash:31418910e0f42df9babb1c12d69dfe2218f2aa03  commit hash:31418910e0f42df9babb1c12d69dfe2218f2aa03  3141891 
sysutils/nut: Update 2.7.4 --> 2.8.0

Welcome to the long awaited nut 2.8.0
Thu, 14 Oct 2021
[ 03:51 Cy Schubert (cy) search for other commits by this committer ]    commit hash:75ca0c0a1067e17e31335a0cd1c85e2432d9e51a  commit hash:75ca0c0a1067e17e31335a0cd1c85e2432d9e51a  commit hash:75ca0c0a1067e17e31335a0cd1c85e2432d9e51a  75ca0c0 
sysutils/nut: Build nut-scanner(8)

Depend on devel/ltdl and ensure that ${LOCALBASE}/include and
${LOCALBASE}/lib are available for ./configure to detect ltdl.h and
libltdl to facilitate building nut-scanner(8).

PR:		259153
Reported by:	emaste
MFH:		2021Q4
Wed, 1 Sep 2021
[ 03:59 Cy Schubert (cy) search for other commits by this committer ]    commit hash:89602a6df642dbbfb42447355f8fb8a10641bcad  commit hash:89602a6df642dbbfb42447355f8fb8a10641bcad  commit hash:89602a6df642dbbfb42447355f8fb8a10641bcad  89602a6 
sysutils/nut: Guarantee that devfs is started

devfs does not always win the race with nut causing nut to fail to
start in some installations.

PR:		258190
Submitted by:	hsakamt@tsnr.com
Reported by:	hsakamt@tsnr.com
MFH:		2021Q3
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sat, 14 Nov 2020
[ 07:58 cy search for other commits by this committer ] Original commit   Revision:555091 (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
Properly check USB errors using sys/errno.h.
Sat, 26 Sep 2020
[ 20:46 cy search for other commits by this committer ] Original commit   Revision:550222
Revert r549867. The permissions were wrong.

PR:		249893
Thu, 24 Sep 2020
[ 00:55 cy search for other commits by this committer ] Original commit   Revision:549867
Fix permissions.

PR:		241234
Submitted by:	dvl
[ 00:54 cy search for other commits by this committer ] Original commit   Revision:549866
Create syslog.d subdir if it doesn't exist, allowing install/upgrade
to complete.

PR:		241234
Submitted by:	dvl
Reported by:	dvl, ddrinnon@cdor.net
Mon, 4 May 2020
[ 23:51 cy search for other commits by this committer ] Original commit   Revision:533996
Fix build when BASH and DOC options selected.

PR:		246197
Submitted by:	VVD <vvd@unislabs.com>
[ 21:31 dinoex search for other commits by this committer ] Original commit   Revision:533989 (Only the first 10 of 72 ports in this commit are shown above. View all ports for this commit)
- update libgd to 2.3.0
- new option RAQM
- resurrect deprecated gdlib-config
- bump dependend ports
Thu, 28 Mar 2019
[ 19:20 cy search for other commits by this committer ] Original commit   Revision:497054
Install working copies of syslog and newsyslog conf files in their
proper places.

Reported by:	mat@
[ 14:17 cy search for other commits by this committer ] Original commit   Revision:497023
Really fix where samples go.
[ 01:00 cy search for other commits by this committer ] Original commit   Revision:497002
Make the two new sample files actually samples. While here mark all
sample files as samples.

Reported by:	mat@
Sun, 24 Mar 2019
[ 18:02 romain search for other commits by this committer ] Original commit   Revision:496766
Fix build when DOCS is unset

Do not contionaly install the logging files depending on the DOCS option set.
THey should always be installed.

Approved by:	portmgr (blanket)
Sat, 23 Mar 2019
[ 19:34 cy search for other commits by this committer ] Original commit   Revision:496686
Move default log location so it can be rotated without root privileges.

Add syslog.conf and newsyslog.conf files for installation into their
respective .d directories in $PREFIX.

Allow upslog log format to be customized.

PR:		236700
Submitted by:	Daniel O'Connor <darius@dons.net.au> (90%)
Fri, 9 Nov 2018
[ 13:47 cy search for other commits by this committer ] Original commit   Revision:484513
Fix incorrect script default parameter expansion.

PR:		233083
Wed, 24 Oct 2018
[ 07:17 cy search for other commits by this committer ] Original commit   Revision:482886
Add NSS support with a new NSS option. The new NSS option is mutually
exclusive with the OPENSSL option, previously called the SSL option.
Also add a no SSL option which was previously implied by deselecting
the previous SSL option. Only one of the three options may be selected.
[ 07:16 cy search for other commits by this committer ] Original commit   Revision:482885
Remove a supernumerary distfile.

MFH:		2018Q4
Sun, 12 Aug 2018
[ 04:24 cy search for other commits by this committer ] Original commit   Revision:476960
Avoid $nut_upsshut is not set properly messages by defining a default.

MFH:		2018Q3
Suggested by:	Dan Mahoney <dmahoney@isc.org>
Wed, 20 Jun 2018
[ 19:26 cy search for other commits by this committer ] Original commit   Revision:472902
Correct neon config.

PR:		229186
Submitted by:	Franko Fichtner <franco@opnsense.org>
MFH:		2018Q2
Thu, 11 Jan 2018
[ 13:54 tijl search for other commits by this committer ] Original commit   Revision:458738
Replace USE_AUTOTOOLS with USES=autoreconf.
Fri, 20 Oct 2017
[ 14:51 cy search for other commits by this committer ] Original commit   Revision:452531
Fix build with SERIAL option.

PR:		223122
[ 01:09 cy search for other commits by this committer ] Original commit   Revision:452496
Nut USB drivers report a "permission error" without visible reasons
for the error even though permissions are OK (or the driver is run
as root).

Nut uses libusb-0.1 API, assuming return cods of < 0. FreeBSD provides
a libusb-0.1 wrapper howerver it uses libusb-1.0 error codes (which
are negative). This set of patches "teaches" nut libusb-1.0 error codes
as produced by FreeBSD.

Network UPS Tools (networkupstools.org) has a project to use libusb-1.0.
This commit is a stopgap fix until our upline implments lubusb-1.0
support in nut.

PR:		223117
Submitted by:	lev
Wed, 14 Jun 2017
[ 06:46 cy search for other commits by this committer ] Original commit   Revision:443556
If nut_upsshut is YES in rc.conf and POWERDOWNFLAG directive is in
upsmon.conf, send a powerdown signal to the UPS to shut down at
poweroff.

Suggested by:	Alexander Milanov <a@amilanov.com>
[ 02:08 cy search for other commits by this committer ] Original commit   Revision:443552
Fixup "use default values" assignments for real.
[ 01:58 cy search for other commits by this committer ] Original commit   Revision:443550
Fixup "use default values" assignments.
Mon, 12 Jun 2017
[ 13:48 cy search for other commits by this committer ] Original commit   Revision:443446
Shut down upsmon gracefully.
Wed, 15 Mar 2017
[ 14:45 mat search for other commits by this committer ] Original commit   Revision:436247 (Only the first 10 of 257 ports in this commit are shown above. View all ports for this commit)
Remove all USE_OPENSSL occurrences.

Sponsored by:	Absolight
Wed, 20 Jul 2016
[ 09:33 dinoex search for other commits by this committer ] Original commit   Revision:418829 (Only the first 10 of 77 ports in this commit are shown above. View all ports for this commit)
- update libgd to 2.2.2
- new MASTER_SITES
- add security patch
PR:		210913
Submitted by:	Piotr Kubaj
MFH:		2016Q3
Security: CVE-2015-8874
Security: CVE-2016-3074
Security: http://www.openwall.com/lists/oss-security/2016/07/12/4
Fri, 1 Apr 2016
[ 14:25 mat search for other commits by this committer ] Original commit   Revision:412349 (Only the first 10 of 2099 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
Sat, 12 Mar 2016
[ 20:34 cy search for other commits by this committer ] Original commit   Revision:410932
Update 2.7.3 --> 2.7.4
Thu, 24 Sep 2015
[ 13:13 cy search for other commits by this committer ] Original commit   Revision:397689
Fix IPMIPSU build.
Sun, 20 Sep 2015
[ 03:42 cy search for other commits by this committer ] Original commit   Revision:397355
Fix AVAHI and BASH builds.
Thu, 17 Sep 2015
[ 06:15 cy search for other commits by this committer ] Original commit   Revision:397100
Install netxml-ups, update pkg-plist.

PR:		203048
Submitted by:	amdmi3
Thu, 21 May 2015
[ 04:20 cy search for other commits by this committer ] Original commit   Revision:386905
Update 2.7.2 --> 2.7.3
Wed, 24 Dec 2014
[ 06:03 ohauer search for other commits by this committer ] Original commit   Revision:375392 (Only the first 10 of 33 ports in this commit are shown above. View all ports for this commit)
- rename www/neon29 to www/neon and update to neon-0.30.1
- adjust ports depending on neon, bump PORTREVISION

Changelog:
Fix memory leak with GnuTLS (Werner Baumann, Patrick Ohly).
Fix possible crash after DNS lookup errors on Windows (Olivier Goffart).
Don't fail if the SSL cert changes between connections with OpenSSL, behaviour
now matches that with GnuTLS.
Fix PKCS#11 support under OpenSSL with TLS 1.2.
Fix static linking with pkg-config file (Alan H)

PR:		195786
Differential Revision:	https://reviews.freebsd.org/D1319
Submitted by:	ohauer
Reviewed by:	portmgr (bapt, mat)
Approved by:	portmgr, lev (implicit)
Mon, 6 Oct 2014
[ 20:09 antoine search for other commits by this committer ] Original commit   Revision:370218
Fix packaging
Mon, 21 Jul 2014
[ 21:59 mat search for other commits by this committer ] Original commit   Revision:362504
Fixup typo.

Sponsored by:	Absolight
Sat, 19 Jul 2014
[ 03:00 cy search for other commits by this committer ] Original commit   Revision:362236
Use correct devd variable.
Thu, 17 Jul 2014
[ 20:04 cy search for other commits by this committer ] Original commit   Revision:362164
The build adds "*" to its devd conf file prior to install. Really fix
PR 191777.

PR:		191777
Tue, 15 Jul 2014
[ 17:00 adamw search for other commits by this committer ] Original commit   Revision:361978
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
[ 06:02 cy search for other commits by this committer ] Original commit   Revision:361870
Fix permissions /dev permissions.

PR:		191777
Tue, 8 Jul 2014
[ 23:00 cy search for other commits by this committer ] Original commit   Revision:361319
Set default IPMI option.
[ 19:48 cy search for other commits by this committer ] Original commit   Revision:361279
Add avahi, ipmi, and openssl options.
Sat, 5 Jul 2014
[ 08:09 cy search for other commits by this committer ] Original commit   Revision:360728
PLIST fixes for serial and USB options.
[ 04:51 cy search for other commits by this committer ] Original commit   Revision:360718
Point rc script to the new upsdrvctl path.
Fri, 4 Jul 2014
[ 00:30 cy search for other commits by this committer ] Original commit   Revision:360497
Update 2.6.5 --> 2.7.2, stagify and modernize, assume maintainership.

Approved by:	itetcu (maintainer)
Fri, 20 Sep 2013
[ 23:06 bapt search for other commits by this committer ] Original commit   Revision:327772 (Only the first 10 of 1053 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
Fri, 30 Aug 2013
[ 23:57 bapt search for other commits by this committer ] Original commit   Revision:325741
Eradicate USE_GNOME=pkgconfig
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Convert USE_GNOME=gnomehack to USES=pathfix
- Convert USE_PERL5 to USES=perl5
Fri, 9 Aug 2013
[ 14:05 dinoex search for other commits by this committer ] Original commit   Revision:324437 (Only the first 10 of 86 ports in this commit are shown above. View all ports for this commit)
- update libdg to 2.1.0
Mon, 29 Apr 2013
[ 16:43 rene search for other commits by this committer ] Original commit   Revision:316831 (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
In preparation of removing devel/libusb (expires 2013-04-30), remove it
from these ports.

Other changes:
- convert Makefile header
- convert to optionsNG
- remove indefinite article from comment
- drop support for FreeBSD < 8.0
- pet portlint (leave library ABI versions in LIB_DEPENDS)
- net-mgmt/spectools: change option name from GTK to GTK2 to use default
  description from bsd.options.desc.mk

Approved by:	portmgr (bapt)
Thu, 6 Dec 2012
[ 21:26 itetcu search for other commits by this committer ] Original commit   Revision:308398
- fix plist [1]
- bump PORTREVISION for plist change

[1] for some cases, as the config still seems to need patching not to autopick
depends

Reported by:	Dewayne" <dewayne.geraghty@heuristicsystems.com.au>
Feature safe:	yes
Fri, 30 Nov 2012
[ 22:29 itetcu search for other commits by this committer ] Original commit   Revision:308027
Update to 2.6.5.

XXX: for some of the OPTIONS, if the DEPENDS is installed, nut picks it up,
and the recorded dependencies and PLIST are wrong. Needs fixing.

PR:		171285
Submitted by:	William Grzybowski
Feature safe:	yes
Sun, 12 Aug 2012
[ 10:04 itetcu search for other commits by this committer ] Original commit 
Fix plist.

Reported by:	QAT@
[ 09:14 itetcu search for other commits by this committer ] Original commit 
- update to 2.6.4
- convert to OPTIONSng
- fix buffer overflow in upsd when receiving data from network

PR:		169827
Submitted by:	169827
Security:	http://www.vuxml.org/freebsd/47f13540-c4cb-4971-8dc6-28d0dabfd9cd.html
Sun, 5 Aug 2012
[ 23:19 dougb search for other commits by this committer ] Original commit  (Only the first 10 of 936 ports in this commit are shown above. View all ports for this commit)
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
Tue, 2 Aug 2011
[ 17:05 itetcu search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Update to 2.6.1. Main changes:
- IPv6 always compiled in (drop IPV6 option)
- megatec and megatec_usb drivers replaced by blazer_ser and blazer_usb.
- liebertgxt2 renamed to liebert-esp2
- s/PREFIX/LOCALBASE/ for gd includes/libs (grrr!)
- add OPTIONal bash completion

PR:             152866 [1], 157925 [2],
Submitted by:   John Bayly <freebsd.ports@tipstrade.net> [1], lev@ [2]
Thu, 28 Jul 2011
[ 12:43 sylvio search for other commits by this committer ] Original commit  (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
- Chase net-snmp shlib version bump.
Sat, 4 Dec 2010
[ 07:34 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1730 ports in this commit are shown above. View all ports for this commit)
Sync to new bsd.autotools.mk
Sat, 16 Oct 2010
[ 11:52 ade search for other commits by this committer ] Original commit  (Only the first 10 of 445 ports in this commit are shown above. View all ports for this commit)
Punt autoconf267->autoconf268
Thu, 16 Sep 2010
[ 15:00 itetcu search for other commits by this committer ] Original commit 
Take maintainership.
Wed, 15 Sep 2010
[ 18:35 ade search for other commits by this committer ] Original commit  (Only the first 10 of 652 ports in this commit are shown above. View all ports for this commit)
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
Fri, 30 Jul 2010
[ 22:14 mezz search for other commits by this committer ] Original commit  (Only the first 10 of 33 ports in this commit are shown above. View all ports for this commit)
- Makes neon29 our default neon library. The neon 0.27.x to 0.29.x are API and
  ABI backwards compatible. It is unnecessary to have more than one same
  libraries (ie: neon28 and neon29) as it creates issue in our ports tree such
  as CONFLICTS and made our Makefile complicate.
- Remove www/neonpp and www/neon28.
- Add USE_GNOME=ltverhack; it corrects the shared library version by change
  from libneon.so.29 to libneon.so.27. It won't get bump again with no reason
  unless ABI changes.
- Bump the PORTREVISION on all ports and chase the shared library change.
- Add info in the UPDATING for how to rebuild on all ports that depend on
  neon.

PR:             ports/148295
Approved by:    lev (maintainer timeout, no respone for months),
                portmgr
Tested by:      pointyhat-exp by pav
Wed, 2 Jun 2010
[ 19:14 sylvio search for other commits by this committer ] Original commit  (Only the first 10 of 39 ports in this commit are shown above. View all ports for this commit)
- Chase net-snmp shlib bump
Sun, 20 Dec 2009
[ 14:31 pav search for other commits by this committer ] Original commit 
- Switch to neon29

PR:             ports/141797
Submitted by:   Andrei Lavreniyuk <andy.lavr@reactor-xg.kiev.ua>
Sat, 19 Dec 2009
[ 19:48 pav search for other commits by this committer ] Original commit 
- Fix build with HAL option
- Fix installation of hal fdi and add it to plist
- Fix plist for CGI option
Fri, 18 Dec 2009
[ 23:32 miwi search for other commits by this committer ] Original commit 
- Remove support for neon26

With hat:       secteam
Thu, 24 Sep 2009
[ 14:17 pav search for other commits by this committer ] Original commit 
- Always install header files and remove DEVEL option

Feature safe:   yes

Number of commits found: 144 (showing only 100 on this page)

1 | 2  »