Factor out libidn, libp11-kit and libtspi into OPTIONal library
dependencies, with the CRYWRAP, P11KIT and TPM options respectively, as per
the upstream documentation [1].
Make ZLIB an OPTION because we can, and the choice to customise
compression support in security software (especially lately) may be
very useful for some consumers.
Add CRYWRAP, P11KIT, TPM and ZLIB to OPTIONS_DEFAULT to retain current
default functionality.
[1] http://gnutls.org/manual/html_node/Downloading-and-installing.html
Inspired by: Recent gnutls 2 -> 3 change, fan of minimal dependencies
PR: 192090
Submitted by: koobs
Approved by: maintainer
tree.
Changes to utf8 handling in DBD::Pg 3.3.0 have caused it to be
blacklisted for the latest versions of RT 4.0 and 4.2. This version
is what they prefer.
In practice, this fixes the build on 8 and 9 when clang is not used. There
is no need to submit the patches upstream because the next version of Amarok
will already require a C++11 compiler, which makes the problems disappear.
I didn't feel the need to bump PORTREVISION because the generated code
should be the same, and users who had already managed to build Amarok don't
need to rebuild it.
PR: 192159
Submitted by: freebsd@chillt.de
1. Add allow.mount.tmpfs parameter to build-jail.conf routine.
Check if kernel tmpfs.ko has been loaded
to host and if not then issue "kldload tmpfs" command.
2. Add code to config logic for lower case t to enable
allow.mount.tmpfs parameter and upper case T to disable
allow.mount.tmpfs parameter.
3. Remove -l null as method to disable nullfs and replace with
upper case L to to disable nullfs.
4. Add upper case S to disable lower case s option.
5. Remove -w null as method to disable and replace with
upper case W to to disable.
6. Fix fib -f parameter so it now works as wanted.
7. Comment out code for setcpu parameter as jail(8) now has bug
about it.
8. Remove -w null as method to disable vnet interface parameter
and replace with upper case W to disable it.
9. Make appropriate changes to man qjail.8 file.
10. Change good os version from 93 to 92.
11. Make appropriate changes to qjail.bootime script.
PR: ports/192220
Submitted by: maintainer
* stage support
* use PORTDOCS (remove from pkg-plist)
* use DOCS instead of NOPORTDOCS
* get rid of 3 unnecessary for loops
* properly handly /var/db/rddtool
* Use @sample keyword
* Use %%WWWDIR%% in pkg-plist
PR: 191706
Submitted by: Dan Lukes
Modified++: marino
* stage support
* use PORTDOCS (remove from pkg-plist)
* use DOCS instead of NOPORTDOCS
* get rid of 5 unnecessary for loops
PR: 191709
Submitted by: Dan Lukes
Modified++: marino
* stage support
* use PORTDOCS (remove from pkg-plist)
* use DOCS instead of NOPORTDOCS
* get rid of 3 unnecessary for loops
PR: 191708
Submitted by: Dan Lukes
Modified++: marino
What a mess this port was.
* None of the man pages were listed in pkg-plist
* It shouldn't try to remove SITE_PERL directory
* Comment started with indefinite article
* RUN/LIB_DEPENDS were too low for portlint
* MANPAGES had extra tab (and runs over 80-columns, unfixed)
* <options> unnecessary if <opt>_RUN_DEPENDS used
* install commands were all masked
* several mkdir commands instead of one
* install commands don't respect 80-columsn
* cp (not even ${CP}) used instead of ${COPYTREE_SHARE}
* Redundant post-install target still in place
All of that was addressed and verified in poudriere testport.
Approved by "just fix it" and staging blankets
The sigrok project aims at creating a portable, cross-platform,
Free/Libre/Open-Source signal analysis software suite that supports
various device types, such as logic analyzers, MSOs, oscilloscopes,
multimeters, LCR meters, sound level meters, thermometers,
hygrometers, anemometers, light meters, DAQs, dataloggers,
function generators, spectrum analyzers, power supplies,
GPIB interfaces, and more.
WWW: http://sigrok.org/
PR: 192151
Submitted by: uffe uffe org
* remove construct for .sample this this port doesn't install a
working config file by default
* update pkg-message to tell the user to copy the provided sample file
to $HOME and edit accordingly
* Fix plist
* Respect 80-column limit
PR: 191926
Submitted by: maintainer (Horia Racoviceanu)