The japanese/ng port makes use of the bsd style code for
stuff like line discipline handling. Nowadays we can just
use the sysv code, which makes us use the sgtty interface
instead of termios, which is the preferred one.
PR: ports/113325
Submitted by: Ed Schouten <ed@fxq.nl>
Approved by: maintainer timeout
port (japanese/ng-canna).
- Move slave port logic here. Make slave port as simple as possible.
This also allows users to build this port with canna support.
- Set DOCSDIR, so we can use PORTDOCS
- Since we use PORTDOCS, there is only one line in pkg-plist. Convert
to PLIST_FILES.
PR: ports/109333
Submitted by: rafan
Approved by: KAWAGUTI Ginga <ginga-freebsd at ginganet.org> (maintainer)
Now try to use those variables everywhere around DIST* and PATCH*
definitions as far as possible, for ease of the future updates and the
neatness.
Okay, 60% of `japanese' ports have been done. :)