- Update to 1.4.1
- Allow Python 3 support [1]
- Update COMMENT to match PyPi upstream
- Add TESTS option, TEST_DEPENDS and regression-test target
- Strip shared library
- Patch setup.{py,cfg} to add allow 'test' command to run
- Update pkg-descr to match upstream
- pkg-descr: Update WWW: URL to match PyPi upstream
This update passes QA (test suite) under Python 2.7 and 3.4.
Changes:
http://sendapatch.se/projects/pylibmc/changelog.html
[1] https://github.com/lericson/pylibmc/issues/146
disable libstdcxx and multilib, as they are not needed. Add hacks to
build gcc with clang. With these changes, we can now build u-boot with
this compiler.
Submitted by: ian@
* Fix the plist.
* Add patch to properly look for and link against pthreads, required by the
bundled webp copy used by the port (this fixes the build on FreeBSD >=
10). Ideally, we should just use webp from ports instead.
PR: 192046
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version. When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.
Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it. The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20. Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.
PR: 195724
Exp-run by: antoine
Approved by: portmgr (antoine)