- Rename a few Erlang-related ports using the erlang- prefix; it will avoid
confusion with elixir- ports.
- Remove DOCS and EXAMPLES where not actually useful.
- Simplify RUN_DEPENDS where possible.
- Move textproc/exmpp to devel/erlang-exmpp.
- Add missing R18 compatibility fix for devel/erlang-oserl.
- Upgrade erlang-cuttlefish to 2.0.3.
The idea is that libraries ("deps") have the "erlang-" prefix, while larger
projects (rabbitmq, yaws, couchdb, etc) keep their usual names.
Now, when net/py-soappy was updated to latest version, it is now fresher than
this -devel port. There is released development branch and no ports depending on
this one, so remove it without deprecation period, and suggest users to switch
to net/py-soappy instead.
- Change MASTER_SITES to CHEESESHOP as SF is no longer maintained
- Limit python version to 2.x only (still not compatible with 3.x)
- Remove dependency on py-fpconst - it was dropped in 0.12.6
- Update offsite url
- Although there is no LICENSE file in CHEESESHOP distfile but the actual
LICENSE file is maintained in GH repo
Submitted by: rm
pkg-fallout reported the following build failure on 8.4 (GCC)
src/zactor.c:1: error: stray '\357' in program
src/zactor.c:1: error: stray '\273' in program
src/zactor.c:1: error: stray '\277' in program
Back port the fix [1] removing BOM headers after creating an issue [2]
upstream.
[1] https://github.com/zeromq/czmq/pull/1031
[2] https://github.com/zeromq/czmq/issues/1029
Reported by: pkg-fallout
py-xml dependency has been eliminated upstream since version 0.10.3, so remove
it from the port too. While here, do some clean up: add NO_ARCH, limit python
version to 2.x, modernize dependency on py-fpconst. Bump PORTREVISION to chase
dependencies update.
This is a Tornado websocket backend for the term.js terminal emulator library.
It evolved out of pyxterm, which was part of GraphTerm (as lineterm.py),
v0.57.0 (2014-07-18), and ultimately derived from the public-domain Ajaxterm
code, v0.11 (2008-11-13) (also on Github as part of QWeb).
WWW: https://github.com/takluyver/terminado
Submitted by: robak@FreeBSD.org
Due to the unavailability of a public repository, this version uses
Adacores 2015 distribution of xmlada. It's probably a minor update
from the previous one.
The major change, however, is the creation of a custom makefile to build
and install xmlada. Why? because gnatmake will lose the ability to
build project files in the near future, so xmlada makefiles were changed
to use gprbuild to build and itself it. One problem: gprbuild needs
xmlada as a build dependency. (and it also needs gprbuild to build
itself!!) I could have chosen to keep using gnatmake, but I decided to
bite the bullet, fix it correctly now and not have to get stuck by it
by future versions of gnat that remove project management from gnatmake.
Having to support a bootstrap gprbuild is nonsense in my opinion, so
both will have to be built manually. Morever, the GPL 2015 distinfo
file removed all the vital *.gpr files which other packages' configure
script absolutely depends on. These had to be recreated from scratch
as well.
Noticeable changes:
- no more .lgpr files, these are incorporated in generated *.gpr now
- xmlada_input.gpr renamed to xmlada_input_sources.gpr as expected
since we had to create it anyway
- xmlada_shared.gpr no longer exists; it was incorporated into each
gpr that pulled it in
- RPATH hack no longer necessary
- symlinks of 5 libraries at $LOCALBASE/lib were removed (useless)
- rpaths are now correct and have $LOCALBASE/lib/xmlada/relocatable
as path (this was big fix made possible by new Makefile)
- xmlada seems to build a lot faster, fully jobs safe
- GNU configure not longer performed
- GNU make no longer a build dependency
I verified packages that depend on xmlada build as expected. I also
verified that the manually generated libraries look very similar in
size to the gnatmake generated libraries.
Since the library version changed, I'm also bumping ports directly
dependent on xmlada.