- While I'm here:
- Support STAGEDIR
- Use USES=shebangfix
Changes:
- Support HEAD being FreeBSD 11-CURRENT
PR: ports/182924
Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer)
- Handle scl.conf like syslog-ng.conf (with scl.conf.dist).
- Always install syslog-ng.conf.sample/dist, since they are example files.
- Use mkdir -p in pkg-plist to fix warning during reinstallations/upgrades.
- Sort pkg-plist.
- General cleanup.
PR: ports/182882
Submitted by: olgeni
Approved by: maintainer (by mail)
- Support staging
- Use new LIB_DEPENDS syntax
- Convert USE_GMAKE to USES
- Pass maintainership to submitter
PR: 182783
Submitted by: Horia Racoviceanu <horia@racoviceanu.com>
The following ports will not build with a binutils 2.22+ linker built
with standard options. This has been obvious with DPorts, but difficult
to see on FreeBSD. However, setting the ports compiler as a recent gcc
(e.g lang/gcc48) is an excellent way to detect the unspecified but needed
libraries as these recent GCC compilers use the latest binutils linkers.
These patches were tested on FreeBSD 8.4 and DragonFly 3.5
The following ports will not build with a binutils 2.22+ linker built
with standard options. This has been obvious with DPorts, but difficult
to see on FreeBSD. However, setting the ports compiler as a recent gcc
(e.g lang/gcc48) is an excellent way to detect the unspecified but needed
libraries as these recent GCC compilers use the latest binutils linkers.
These patches were tested on FreeBSD 8.4 and DragonFly 3.5
more powerful. It allows users to host a wemux server and have clients join in
either:
* Mirror Mode gives clients (another SSH user on your machine) read-only access
to the session, allowing them to see you work, or
* Pair Mode allows the client and yourself to work in the same terminal (shared
cursor)
* Rogue Mode allows the client to pair or work independently in another window
(separate cursors) in the same tmux session.
It features multi-server support as well as user listing and notifications when
users attach/detach.
WWW: https://github.com/zolrath/wemux
Qualify the OSVERSION check with an OPSYS check for FreeBSD so that the
check doesn't break the port on DragonFly. Also import a local patch
from dports for DragonFly.