- Update to 2.1.7
- Assign maintainership to Harrison Grundy
PR: 199831
Submitted by: Harrison Grundy <harrison.grundy@astrodoggroup.com>
Approved by: maintainer timeout (more than three in a row)
lang/gcc* by default search for includes and libraries under
PREFIX/LOCALBASE unlike compilers from base. DragonFly has gcc 5.0
*in base*, so...
checking for main in -lxml2... no
checking for main in -lglib-2.0... no
checking for library containing readline... no
configure: error: readline test failed (--without-readline to disable)
libxml2 while linked in isn't actually used due to the code being
guarded by #if HAVE_LIBXML_TREE_H while
checking for main in -lxml2... yes
checking libxml/tree.h usability... no
checking libxml/tree.h presence... no
checking for libxml/tree.h... no
Also, properly track readline dependency on 11.0C which was disabled
since base r268461.
Reported by: DPorts (bustage)
Reported by: pkg-fallout (detection quirks)
Approved by: portmgr blanket
Fully strip binaries unless DEBUG enabled
Create /var dirs in rc script start_precmd instead of in package
Make rc script pass rclint
Upstream has accepted the LibreSSL patches but their releases are far
apart, so patching in ports tree for now.
PR: 198506
The base version of clang 3.4.1 in FreeBSD 9.3 is missing some
patches that are present in clang 3.4.1 in FreeBSD 10.1. One of
these patches appears to fix a code generation bug on i386 that is
triggered when building graphics/inkscape.
Work around this issue by building inkscape with lang/clang34 from
ports on FreeBSD 9.3 i386.
Approved by: mat (mentor)
MFH: 2015Q2
Differential Revision: https://reviews.freebsd.org/D2417
Add -std=c++11 to fix
/usr/local/include/wx-3.0/wx/strvararg.h:25:27: error: type_traits: No such file or directory
which itself exposes
guess.cpp:20:7: error: unknown type name 'array'
const array<string, 3> Guess::linear_traits =
^
sidebar.cpp:900:52: error: invalid suffix on literal; C++11 requires a space between
literal and identifier [-Wreserved-user-defined-literal]
+ s2wx(format1<realt, 30>("%.10"REALT_LENGTH_MOD"g", a)));
^
Reported by: pkg-fallout
Approved by: portmgr blanket
MFH: 2015Q2 (only USES due to lack of r383466)
For about a week, a new error appeared on this port during linking:
undefined reference to deflateEnd@@ZLIB_1.2.8. Portsmon so far has
indicated it is only happening on DragonFly so far. Adding -lz
during the post-build linking for listcab fixes the issue.
Approved by: Blanket
Note that there is a new unit test failure (t/23connect.t). Part of the
ChangeLog for 0.303 is "fixing" 23connect.t, though it worked on FreeBSD
in 0.302.
Changes: https://metacpan.org/changes/distribution/HTTP-Proxy
Changes this release:
* Improve Xbox One Dlna
* Episode metadata getting lost after upgrading video file
* Video Ref frame count not being recorded
* Live TV not working in Safari
* PlayTo not working with MediaMonkey (this fix may benefit other DLNA media players)
* Safari "Add to Homescreen" feature not hiding address bar
PR: 199791
Submitted by: Ben Woods (maintainer)
This is the same technique used by PostgreSQL to prevent dirty pages
from flushing prematurely (performance hit). In any case, it can't hurt
and it's been used in production for 18 months. Timp87 provided the 3.5
version of squid; the port is still unmaintained.
PR: 198920
Submitted by: emz (norma.perm.ru)
concurred: timp87 (gmail)
2015-04-30 www/p5-Google-Code-Upload: Google Code will be shutting down (http://google-opensource.blogspot.tw/2015/03/farewell-to-google-code.html)
2015-04-30 net/ntp-rc: Upline no longer has RC branch.
2015-04-30 games/wmfortune: Broken for more than 6 months
2015-04-30 games/springlobby: Depends on expiring games/spring
2015-04-30 devel/p5-base: this port is outdated and base 2.18+ is already in all supported Perl releases
- Add a rc script
- Add a warning when user choose a different number of filedescr
- Fix PLIST when DNS option is off
- Bump PORTREVISION
PR: 199137
Submitted by: Marcello Coutinho (maintainer)