- Skip sections in kernel modules without SHF_ALLOC to catch up to
r328101.
- Fix autoloading of mdb modules based on FreeBSD kernel modules.
- Add an opensolaris module for opensolaris.ko that includes
walkers and commands for avl and nvlist.
- Recognize mchk_calltrap as a trapframe generator.
- Bump PORTVERSION to 0.2.
Submitted by: Jan Kryl <jan.kryl@cloudbyte.com> [2,3]
Reviewed by: bdrewery
Differential Revision: https://reviews.freebsd.org/D13976
color workflows to succeed, color information must be shared by
many people, from original creator to final publisher. For this
reason, Adobe is supplying ICC profiles as a free download for
graphics professionals to use across their workflows.
WWW: http://supportdownloads.adobe.com/detail.jsp?ftpID=4075
Added one patchfile
main.cxx:517:21: error: invalid suffix on literal; C++11 requires a space +between literal and identifier [-Wreserved-user-defined-literal] printf("Version: "VERSION"\n");
Reported by: pkg-fallout
Improvements:
- All files should be owned root:wheel except logs and rrd which need to be writable by the app
- Add missing php posix extension
- Do not install config.php by default. This breaks the install process which won't run if this file exists
- Clean up automatic PLIST creation: don't install .orig or .bak files, don't add @dir as they aren't needed
- Patch LibreNMS to make /validate/ page not produce warnings about files not being writable (for git updates)
- Remove the Updates validation check altogether as we won't be using git to update
- Patch the User validation check to only check the logs and rrd dir and ensure the correct user owns them
- Change the default user in the generated config to "www"
- Patch the File Lock code to put the lock file in /tmp and not in the WWWDIR which should not be writable
- Update message in installer to use WWWDIR as suggested path for config.php
- Use shebangfix instead of patch where applicable
- Fix APACHEMOD port option and declaration of the USES=php
PR: 225161
MFH: 2018Q1
Differential Revision: https://reviews.freebsd.org/D13907
- Change to new upstream distribution
- This also fixes build with clang6 on head
Release 1.4.2:
By John A. Magliacane <kd2bd@amsat.org> (08-Dec-14)
* Modified the "build" script to better accommodate the Mac OSX platform,
and fixed a contradiction in the documentation relating to the
description of the situational and time variability parameters
used in the ITM and ITWOM propagation models.
(Thanks John M. Vanderau, AA0DN)
* Modified the man pages for improved rendering. (Thanks Randy Berry, N3LRX)
* Added a field limit in the citydecoder utility to prevent crashing if
the coordinate file being read should contain unexpectantly large fields.
(Thanks David Binderman)
----------------------------------------------------------------------------
Release 1.4.1:
By John A. Magliacane <kd2bd@amsat.org> (08-Jan-14):
* The copyright restriction on the ITWOM 3.0 propagation model has
been removed. ITWOM 3.0 code may now be used and modified under
the GPLv2 license.
* Commented out unused variables and calculations in itwom3.0.cpp
to eliminate gcc warnings about unused but set variables.
* Fixed a bug that caused path loss graphs to be plotted incorrectly.
* Embellished the "citydecoder" utility to handle U.S. Census County
Subdivision files, thereby providing an additional source of city
names and locations not necessarily contained in previously handled
Incorporated Places/Census Designated data files.
* Corrected the image size written to the header of Xastir-compatible
.ppm maps.
* Fixed a bug that sometimes prevented the "Mode of propagation" from
appearing in Path Analysis reports when running in -oldtim mode.
* Added a -log command line switch that allows SPLAT!'s command line
and all associated switches and arguments to be written to a logfile
for future reference or re-execution at a later time.
* Modified SPLAT!'s "build" script for better handling of OSX.
(Thanks Glen Bizeau, VE9GLN)
* Changed some coding to eliminate compilation warnings produced by
recent versions of GCC.
* Brought the documentation up to date.
this port on presumably all big-endian architectures. While here, amend
the port description text to include some useful information.
Tested on: powerpc, sparc64
- Code cleanup class Net and NetHandler, changed from bind to
::bind for FreeBSD 12, compile problems occured without
namespace definition
Submitted by: Bjoern Lemke <lemke@lemke-it.com>
-std=gnu++98 since that was the default for the compilers historically
used for the build. It turns out that -std=c++98 does not work
because the vigra headers depend on LLONG_MAX and friends, which
are not defined without the GNU extensions.
Compensate for a recent poudriere change by overriding $HOME and
setting it to /tmp if $HOME is not writeable. Some of the test
code run during the build wants to use mkstemp() to create temporary
directories under $HOME, which does not work for the "nobody" user
which points $HOME at /nonexistent.
No PORTREVISION bump since this is a build fix and there is no
change to the package.
PR: 225129
Reported by: jbeich
The patch was casting variables to right size on previous versions
Issue seems fixed by upstream it's not needed anymore.
It also fixes a warning/error for from Clang6 on the port build.