Commits


INSTALL, 9c, 9l: improve handling of *BSD (#302)


INSTALL: use cc to check for fontsrv on non-Darwin (#203) FreeBSD 11.2 by default does not have gcc.


INSTALL: set $NPROC on macOS My MacBook Pro has hw.ncpu=12, so set NPROC=12. Speeds up INSTALL dramatically. Should probably add similar code to other OSes. Also silence rio warning from earlier commit.


INSTALL: set CC9 on macOS to use xcrun clang Using plain 'clang' does not work well for the new devdraw on macOS 10.14. But 'xcrun --sdk macosx clang' does work, for reasons no one understands. Hopefully this will be OK on all macOS systems.


INSTALL: fix compiler detection on FreeBSD+clang (#177)


all: update site from swtch.com to 9fans.github.io


INSTALL: append /usr/X11R6/include and /usr/X11R6/include/freetype2 to X11 headers detection, so that enable fontsrv build on OpenBSD. Change-Id: I2f3f766339a9f8beed647dfbb19a588d1825732a Reviewed-on: https://plan9port-review.googlesource.com/1290 Reviewed-by: Russ Cox <rsc@google.com>


INSTALL: fix path of quote1 and quote2 Thanks to Akshat Kumar for reporting this issue. LGTM=seed, rsc R=rsc, seed https://codereview.appspot.com/173770043


build: rename " and "" to quote1 and quote2 for hg They'll be copied back during installation but then hg doesn't have to create those files on systems that have trouble with them. TBR=rsc https://codereview.appspot.com/105800043


INSTALL: fix architecture detection on Solaris. And uses gcc for i386 and x86_64. LGTM=rsc R=rsc https://codereview.appspot.com/69860044


all: DragonFly port. Fix compilation problems, libdraw still doesn't work right yet. LGTM=rsc R=rsc https://codereview.appspot.com/67820046


INSTALL: diagnose missing gcc on Darwin TBR=rsc https://codereview.appspot.com/55700043


fontserv: fix build on FreeBSD 9.1 R=rsc https://codereview.appspot.com/7095050


fontsrv: only build when the pieces are there


fontsrv: fix build on OpenBSD 5.2 R=rsc CC=plan9port.codebot https://codereview.appspot.com/6850108