The patches where not ported to 1.7.7 so mark it forbidden. This version
is not default anymore and will be removed in the 1.14 update that currently
being tested.
Obtained from: xserver upstream
MFH: 2014Q4
Security: 27b9b2f0-8081-11e4-b4ca-bcaec565249c
This is required for upcoming Perl changes. I just duplicated the FreeBSD
line as a case option rather than add two more patterns -- mainly for
consistency as each platform got their own line in other cases.
Follows: r373971
compat.linux.osrelease=2.6.18 made it into 10.1-RELEASE,
while it's not even in 10-STABLE at this point.
Correct this by pointing out that all RELEASES should up/downgrade it.
Spotted by: Piotr Kubaj <pkubaj@riseup.net>
Approved by: swills (mentor)
While there, group all patches for the three ports in munin-common, and remove
an obsolete patch.
PR: 195689
Submitted by: Vlad "Blackflow" K.
Sponsored by: Absolight
meant only to be loaded into Tcl at run-time by explicit path (via
"package require").
It does not need to be known to rtld. In fact, because the permissions
on the directory (lib/tdom0.8.3) allowed group-writing, ldconfig refused
to process the directory anyway.
Correct the latter problem for great justice.
- Update to 1.4.21
- Remove doc patches (upstreamed)
- Remove unconditional CFLAGS because:
a) -fstack-protector is now a default
b) -I${LOCALBASE}/include casues SASL headers to be found even when
--disable-sasl is set (SASL option disabled). Removal of these flags
does not affect libevent header discovery
- While I'm here, whitespace alignment
Differential Revision: https://reviews.freebsd.org/D1284
Approved by: swills (maintainer)
- limit python version to 2 for www/py-flask-flatpages because of:
===> Configuring for py34-Flask-FlatPages-0.5_1
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "setup.py", line 10, in <module>
INIT_PY = open(os.path.join(ROOT, 'flask_flatpages', '__init__.py')).read()
File "/usr/local/lib/python3.4/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 164: ordinal not in range(128)
*** Error code 1
Approved by: portmgr (blanket)