this update removes some heavy optional RUN_DEPENDS to slim
down it, since it does not affect the plan9port usability itself
if someone wants to read a .ps file for example or whatever,
just install the package like `pkg_add ghostscript' then hook up a
plumber(1) pattern accordingly. it removes also the following
extra files what are not part of plan9port:
pgw.tar.bz2, roget.tar.bz2, scat.tgz
while here:
- get rid of MAP_STACK patch has been merged upstream;
- remove no longer required patches
- tidy up Makefile
thanks abieber@ for giving some tests on previous diff I sent
on ports@
(which is not) throughout the ports Makefiles.
* Replace find|xargs with find -exec {} +
* Replace -exec {} \; with -exec {} + if applicable.
* Use the -delete operator to remove files and empty directories.
* Combine and tweak some find(1) invocations while here.
ok kn@ rsadowski@ espie@
As of ONLY_FOR_ARCHS we support more than x86; as for the rest this list
is probably outdated/incomplete as well and generally providese little to
no information, so remove it.
OK gsoares
e995a0c101863688d5f14649ae3de45a7c43789c
zap patch-bin_web merged upstream
patch from Patrick Marchand <pmarchand@evolix.ca>, thanks!
with some tweaks by me.
Restrictive PERMIT_*; CONFIGURE_STYLE=imake; no updates in 15+ years.
If you're itching for the Plan 9 window experience, plan9port has rio.
ok markus@ (former 9wm maintainer)
changes (CPUSTATES/etc). Last part.
- some of these might be in code that's not actually built or rarely
used but it's not worth the hassle evaluating that, i'm just bumping &
moving on.
- as mentioned before, there might still be runtime problems relating
to the addition or renumbering.
Port switched to the fork that is currently maintained against 9front source.
User-visible changes:
- fixes a glitch in graphics rendering, primarily noticed when viewing images in
the web browser mothra(1).
- defaults to new dp9ik authentication and rcpu(1) connection method, devolving
to the old p9sk1 and cpu(1).
- adds new cryptographic support from 9front libmp and libsec libraries.
- audio now works and is enabled.
- keyboard/mouse input is now much more responsive over high-latency
connections.
- new flag, -G, starts the session without the GUI.
from MAINTAINER stanley lieber