- 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)
WWW: http://www.etallen.com/cpuid.html
The package and the binary have been renamed to cpuid-etallen in order to
avoid conflict with misc/cpuid.
PR: 194826
Submitted by: Uffe Jakobsen
- upgrade to 0.0.11
- change license from GPLv3 to MIT
PR: 195429
Differential Revision: https://reviews.freebsd.org/D1275
Submitted by: Michael Moll <kvedulv@kvedulv.de>
Approved by: swills (mentor)
trying to link with libalsa.so. When it was detected, resulted in linking
with a non-dependant lib.
If there is enough demand, I can add OPTS for ALSA vs portaudio etc, but for
now just a hard dependency on portaudio will be enough.
Since CentOS 6.5 landed in the portstree and was updated to CentOS 6.6 and we've
fixed the remaining issues, it's time to replace Fedora 10 as Linux default --
given that in the past five years it has done its service and has long since
gone EOL upstream.
The CentOS 6 series will go End of Life in 2020, this should give us some time
to keep its annual releases up to date.
If you have not switched to using CentOS 6.6 ports, please refer to today's
UPDATING entry -- it contains detailed instructions.
If you have already switched to CentOS 6.6 userland,
you can now remove the following two lines from make.conf:
OVERRIDE_LINUX_BASE_PORT=c6
OVERRIDE_LINUX_NONBASE_PORTS=c6
If you encounter any difficulties, please follow the UPDATING entry from
20140922 but skip step 2. In case these steps do not fix the issues,
please submit an issue report in Bugzilla and send an email to FreeBSD's
emulation mailing list.
Differential Revision: https://reviews.freebsd.org/D1145
Reviewed by: wblock, bcr (doc), rene (emulation)
Approved by: swills (mentor)
Approved by: portmgr (swills)
Sponsored by: Perceivon Hosting Inc.
Using pkg with linux packages will generate conflicts with non-linux ports if
PREFIX is set in make.conf. If USE_LINUX_PREFIX is defined, force PREFIX to
LINUXBASE, which can be overridden separately.
Differential Revision: https://reviews.freebsd.org/D1265
Approved by: koobs, swills (mentors)
Using pkg with linux packages will generate conflicts with non-linux ports if
PREFIX is set in make.conf. If USE_LINUX_PREFIX is defined, force PREFIX to
LINUXBASE, which can be overridden separately.
Approved by: koobs, swills (mentors)
Approved by: portmgr (swills)
- upgrade to 0.9.1
- set LICENSE to MIT
- assign maintainer to ruby@
PR: 195757
Differential Revision: https://reviews.freebsd.org/D1277
Submitted by: Michael Moll <kvedulv@kvedulv.de>
Approved by: swills (mentor)
This is the official Ruby wrapper for the Tumblr v2 API.
It supports all endpoints currently available on the Tumblr API.
WWW: https://github.com/tumblr/tumblr_client
PR: 195758
Differential Revision: https://reviews.freebsd.org/D1278
Submitted by: Michael Moll <kvedulv@kvedulv.de>
Approved by: kswills (mentor)
- update to 0.6.1 and unbreak
- replace noegginfo with concurrent in USE_PYTHON
Differential Revision: https://reviews.freebsd.org/D1287
Approved by: swills (mentor)