non port: sysutils/nut/Makefile |
SVNWeb
|
Number of commits found: 144 (showing only 100 on this page) |
Thu, 6 Apr 2023
|
[ 21:45 Cy Schubert (cy) ] 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) ] e2630f6
sysutils/nut*: Fix syntax error
Add missing then.
PR: 269497
Reported by: <vvd@unislabs.com>
Fixes: 6558c2506990
|
[ 18:40 Cy Schubert (cy) ] 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) ] 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) ] 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) ] 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) ] 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) ] 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) ] 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) ] 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) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Tue, 30 Aug 2022
|
[ 18:04 Cy Schubert (cy) ] 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) ] 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) ] 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) ] 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 )
|
[ 21:16 Cy Schubert (cy) ] 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) ] ea71236 (Only the first 10 of 972 ports in this commit are shown above. )
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 )
|
Tue, 5 Jul 2022
|
[ 14:28 Cy Schubert (cy) ] 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) ] 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) ] 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) ] 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) ] 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) ] 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) ] 18e2107
sysutils/nut*: Pet portlint
Adjust Makefile as suggested by portlint.
PR: 263751
|
[ 17:49 Cy Schubert (cy) ] a28f05f
sysutils/nut*: Register conflicts
sysutils/nut and sysutils/nut-devel conflict with each other.
|
[ 17:49 Cy Schubert (cy) ] db06efe
sysutils/nut: Remove redundant install-strip INSTALL TARGET
|
[ 17:49 Cy Schubert (cy) ] 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) ] 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) ] 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) ] 429c33b
sysutils/nut*: Add license
Add license definitions.
PR: 263751
Reported by: Joerg Pulz <Joerg.Pulz@frm2.tum.de>
|
[ 17:49 Cy Schubert (cy) ] 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) ] 1d7a588
sysutils/nut*: Strip binaries
Fix developer mode warning for a number of shared libraries.
Reported by: Developer mode
|
[ 21:51 Cy Schubert (cy) ] 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) ] 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) ] 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) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sat, 14 Nov 2020
|
[ 07:58 cy ] (Only the first 10 of 20 ports in this commit are shown above. )
Properly check USB errors using sys/errno.h.
|
Sat, 26 Sep 2020
|
[ 20:46 cy ]
Revert r549867. The permissions were wrong.
PR: 249893
|
Thu, 24 Sep 2020
|
[ 00:55 cy ]
Fix permissions.
PR: 241234
Submitted by: dvl
|
[ 00:54 cy ]
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 ]
Fix build when BASH and DOC options selected.
PR: 246197
Submitted by: VVD <vvd@unislabs.com>
|
[ 21:31 dinoex ] (Only the first 10 of 72 ports in this commit are shown above. )
- update libgd to 2.3.0
- new option RAQM
- resurrect deprecated gdlib-config
- bump dependend ports
|
Thu, 28 Mar 2019
|
[ 19:20 cy ]
Install working copies of syslog and newsyslog conf files in their
proper places.
Reported by: mat@
|
[ 14:17 cy ]
Really fix where samples go.
|
[ 01:00 cy ]
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 ]
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 ]
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 ]
Fix incorrect script default parameter expansion.
PR: 233083
|
Wed, 24 Oct 2018
|
[ 07:17 cy ]
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 ]
Remove a supernumerary distfile.
MFH: 2018Q4
|
Sun, 12 Aug 2018
|
[ 04:24 cy ]
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 ]
Correct neon config.
PR: 229186
Submitted by: Franko Fichtner <franco@opnsense.org>
MFH: 2018Q2
|
Thu, 11 Jan 2018
|
[ 13:54 tijl ]
Replace USE_AUTOTOOLS with USES=autoreconf.
|
Fri, 20 Oct 2017
|
[ 14:51 cy ]
Fix build with SERIAL option.
PR: 223122
|
[ 01:09 cy ]
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 ]
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 ]
Fixup "use default values" assignments for real.
|
[ 01:58 cy ]
Fixup "use default values" assignments.
|
Mon, 12 Jun 2017
|
[ 13:48 cy ]
Shut down upsmon gracefully.
|
Wed, 15 Mar 2017
|
[ 14:45 mat ] (Only the first 10 of 257 ports in this commit are shown above. )
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight
|
Wed, 20 Jul 2016
|
[ 09:33 dinoex ] (Only the first 10 of 77 ports in this commit are shown above. )
- 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 ] (Only the first 10 of 2099 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
|
Sat, 12 Mar 2016
|
[ 20:34 cy ]
Update 2.7.3 --> 2.7.4
|
Thu, 24 Sep 2015
|
[ 13:13 cy ]
Fix IPMIPSU build.
|
Sun, 20 Sep 2015
|
[ 03:42 cy ]
Fix AVAHI and BASH builds.
|
Thu, 17 Sep 2015
|
[ 06:15 cy ]
Install netxml-ups, update pkg-plist.
PR: 203048
Submitted by: amdmi3
|
Thu, 21 May 2015
|
[ 04:20 cy ]
Update 2.7.2 --> 2.7.3
|
Wed, 24 Dec 2014
|
[ 06:03 ohauer ] (Only the first 10 of 33 ports in this commit are shown above. )
- 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 ]
Fix packaging
|
Mon, 21 Jul 2014
|
[ 21:59 mat ]
Fixup typo.
Sponsored by: Absolight
|
Sat, 19 Jul 2014
|
[ 03:00 cy ]
Use correct devd variable.
|
Thu, 17 Jul 2014
|
[ 20:04 cy ]
The build adds "*" to its devd conf file prior to install. Really fix
PR 191777.
PR: 191777
|
Tue, 15 Jul 2014
|
[ 17:00 adamw ]
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
|
[ 06:02 cy ]
Fix permissions /dev permissions.
PR: 191777
|
Tue, 8 Jul 2014
|
[ 23:00 cy ]
Set default IPMI option.
|
[ 19:48 cy ]
Add avahi, ipmi, and openssl options.
|
Sat, 5 Jul 2014
|
[ 08:09 cy ]
PLIST fixes for serial and USB options.
|
[ 04:51 cy ]
Point rc script to the new upsdrvctl path.
|
Fri, 4 Jul 2014
|
[ 00:30 cy ]
Update 2.6.5 --> 2.7.2, stagify and modernize, assume maintainership.
Approved by: itetcu (maintainer)
|
Fri, 20 Sep 2013
|
[ 23:06 bapt ] (Only the first 10 of 1053 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
|
Fri, 30 Aug 2013
|
[ 23:57 bapt ]
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 ] (Only the first 10 of 86 ports in this commit are shown above. )
- update libdg to 2.1.0
|
Mon, 29 Apr 2013
|
[ 16:43 rene ] (Only the first 10 of 42 ports in this commit are shown above. )
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 ]
- 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 ]
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 ]
Fix plist.
Reported by: QAT@
|
[ 09:14 itetcu ]
- 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 ] (Only the first 10 of 936 ports in this commit are shown above. )
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 ] (Only the first 10 of 12 ports in this commit are shown above. )
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 ] (Only the first 10 of 42 ports in this commit are shown above. )
- Chase net-snmp shlib version bump.
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Sat, 16 Oct 2010
|
[ 11:52 ade ] (Only the first 10 of 445 ports in this commit are shown above. )
Punt autoconf267->autoconf268
|
Thu, 16 Sep 2010
|
[ 15:00 itetcu ]
Take maintainership.
|
Wed, 15 Sep 2010
|
[ 18:35 ade ] (Only the first 10 of 652 ports in this commit are shown above. )
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 ] (Only the first 10 of 33 ports in this commit are shown above. )
- 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 ] (Only the first 10 of 39 ports in this commit are shown above. )
- Chase net-snmp shlib bump
|
Sun, 20 Dec 2009
|
[ 14:31 pav ]
- Switch to neon29
PR: ports/141797
Submitted by: Andrei Lavreniyuk <andy.lavr@reactor-xg.kiev.ua>
|
Sat, 19 Dec 2009
|
[ 19:48 pav ]
- 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 ]
- Remove support for neon26
With hat: secteam
|
Thu, 24 Sep 2009
|
[ 14:17 pav ]
- Always install header files and remove DEVEL option
Feature safe: yes
|
Number of commits found: 144 (showing only 100 on this page) |