- Add a new mirror site
PR: ports/122424
Submitted by: Ganael Laplanche <ganael.laplanche at martymac.com>
- As 5.2-RELEASE is no longer supported, make two conditional patches
mandatory
- Move patching to post-patch target instead of post-extract, so that we
can get unmodified vendor version with `make extract'
Add placeholder strstream.h file in the workdir, and patch
some of the Makefile.in's to use the workdir in their include path.
Rewriting this port to use ISO C++ would maybe be better, but will make the diff
a lot larger. Also, the tclmidi program doesn't really seem to be actively
maintained anyway.
PR: ports/64310
Submitted by: Dimitry Andric <dimitry@andric.com>
This port seems to build on neither ia64 nor sparc64,
probably due to some kind of pointer casting problem. Mark
as NOT_FOR_ARCHS to save bento from trying to build it on
those architectures.
A more careful reading of bsd.port.mk suggests that IGNORE
should be set in this case instead of NOT_FOR_ARCHS. This
will still save bento build time, but not indicate that the
port will _never_ run on these archs.
PR: ports/53457
Submitted by: Mark Linimon <linimon@lonesome.com>