Commit Graph

111 Commits

Author SHA1 Message Date
Evan Gates
c074f6d0c7 fix DESTDIRK typo in yacc/Makefile 2016-08-18 08:49:04 +02:00
Anselm R Garbe
7a0d18922b applied Alexander Clouter's 9base sha1sum patch 2016-06-16 10:02:58 +02:00
Anselm R Garbe
c5aeaf9ec5 applied emg's cal fix 2015-06-27 21:53:02 +02:00
sin
4fe8994317 install lib9.a
This patch installs lib9.a in ${DESTDIR}${PREFIX}/lib/ so it can be
linked against with -l9 (given the correct -L). I found that necessary
to compile y.tab.c generated by 9base's yacc due to sprint().

Patch contributed by Evan Gates.
2014-10-09 11:34:03 +01:00
sin
9108d8bdac Install yaccpar and yaccpars
fatal error:cannot open parser /usr/local/plan9/yacc/yaccpar: No such
file or directory, /home/egates/projects/hoc/hoc1/hoc.y:27

Issue reported by Evan Gates.
2014-10-08 00:25:01 +01:00
sin
27d866c6ab Fix building on OpenBSD 5.5
getdirentries() has been removed and instead we should use
getdents().
2014-03-07 15:04:28 +00:00
sin
a71862d4ff Simplify preprocessor conditions to enable building on musl-libc
musl-libc does not export __MUSL__ so we cannot use that.  I've
chosen to go with the common solution here that works on uClibc,
glibc and musl-libc by just using syscall(2) and getdents(2).

To build 9base, you will need the appropriate kernel headers in
place.
2014-03-07 15:03:58 +00:00
Anselm R Garbe
45d1314a1b applied David Galos musl compile patch, thanks 2013-04-27 21:07:51 +02:00
anselm@garbe.us
51cdf1141e added missing urlencode, thanks sl for checking this 2012-11-01 18:42:41 +01:00
anselm@garbe.us
19a0711112 applied sl's 9front patch 2012-11-01 18:07:57 +01:00
anselm@garbe.us
21195c3217 applied sl's read patch 2012-07-02 21:52:15 +02:00
Connor Lane Smith
b7ce8129de remove useless files 2012-04-19 18:17:26 +01:00
anselm@garbe.us
8528f7e3fa applied cls's OSX troff fix patch, thanks 2012-04-05 20:27:40 +02:00
anselm@garbe.us
5fcbf10020 added PLAN9PORT flag as outlined by Chris Brannon, thanks! 2012-03-19 22:42:11 +01:00
anselm@garbe.us
d2a6d3b9d5 applied Matthew's dirread patch, thanks 2012-03-07 21:34:14 +01:00
anselm@garbe.us
0ebf043335 applied Paul's final uClibc patches, thanks 2012-03-07 21:29:55 +01:00
anselm@garbe.us
4644257fec applied Paul Onyschuk's remarks 2012-02-29 20:52:27 +01:00
anselm@garbe.us
422c761c28 applied Anthony's fix for yacc.mk 2012-02-28 18:50:48 +01:00
anselm@garbe.us
629f22258a applied Juliens 9base fixes on OBSD 2012-02-12 23:13:17 +01:00
garbeam@gmail.com
3ba816cd67 added missing rules, thanks peth 2011-07-05 19:25:18 +01:00
Anselm R Garbe
7e8dfaf921 applied nsz's makefile cleanup, thanks Szabolcs! 2011-05-22 07:11:50 +00:00
Anselm R Garbe
443de6b2ff applied sl's patch, thanks Stanley! 2011-05-08 08:26:38 +00:00
Uriel
6d2a7da4aa Update TODO. 2011-05-02 14:17:55 +00:00
Anselm R Garbe
616bc8fa86 applied the right man page from p9p, thanks Evil_Bob 2011-02-25 13:45:57 +00:00
Anselm R Garbe
8afe866336 added listen.1 placeholder, is there a man page in p9 source somewhere? 2011-02-25 12:58:56 +00:00
Anselm R Garbe
4f7cd11b8b added missing files 2011-02-23 21:56:46 +00:00
Anselm R Garbe
60bd588806 applied Stanley's listen1 patch, thanks Stanley! 2011-02-23 21:49:39 +00:00
Anselm R Garbe
5eee7b5bb7 added sun4u OBJTYPE 2011-01-06 09:50:05 +00:00
Anselm R Garbe
6f16e4300c include md5sum and added wc 2011-01-06 09:30:54 +00:00
Anselm R Garbe
ea58929c86 added TODO 2011-01-05 16:21:08 +00:00
Anselm R Garbe
0ad0bc437b reverted have*fork.c to erik's unlimited allocation to work better together with werc posts 2011-01-05 08:33:42 +00:00
Kris Maglione
38702511c5 Sync lib9 with plan9port. 2010-07-19 13:11:30 -04:00
Kris Maglione
65f285bad8 Sync lib9 with plan9port. Fix build with bsdmake. 2010-07-19 11:50:26 -04:00
anselm@garbe.us
a3b65ffcdc applied Sebastian Liem's OpenBSD patch, thanks! 2010-07-19 07:49:13 +01:00
anselm@garbe.us
5abaddc5f0 Added tag 6 for changeset 31578905a059 2010-06-04 11:44:25 +01:00
Anselm R Garbe
44ec7df86c applied dibbs patch, slightly modified though 2010-05-29 19:23:23 +01:00
Anselm R Garbe
9765fabf4d added sam 2010-05-29 14:33:38 +01:00
Anselm R Garbe
631633fb8f renamed ed's internal mktemp 2010-05-29 11:58:52 +01:00
Anselm R Garbe
baa580c2a2 added factor.1 and primes.1 stub 2010-05-28 11:32:00 +01:00
Anselm R Garbe
fa62640154 added commands as discussed with Uriel yesterday 2010-05-28 11:30:17 +01:00
anselm@garbe.us
85bacddf77 added TODO 2010-05-27 13:32:03 +01:00
anselm@garbe.us
d37eb1034e added md5sum 2010-05-27 13:31:50 +01:00
anselm@garbe.us
78a6c092e9 added fmt as well 2010-05-27 13:02:29 +01:00
anselm@garbe.us
e70375948b added sha1sum and ed, enabled factor and primes, increases version to 6, remaining work is syncing with most recent code and applying some patches to rc 2010-05-27 10:26:43 +01:00
Anselm R Garbe
7dce804fe6 merge 2010-04-27 14:48:07 +00:00
Anselm R Garbe
a7102135ef added missing man pages, thanks to pmarin for his digging 2010-04-27 14:47:43 +00:00
anselm@garbe.us
07785c2b7e updated some man pages that I could find 2010-04-27 08:50:05 +01:00
Anselm R Garbe
3510aaba60 Added tag 5 for changeset 5f3d19e583ff 2010-04-25 12:10:19 +01:00
Anselm R Garbe
b4d70c74a4 prepared 9base-5 release 2010-04-25 12:10:12 +01:00
anselm@garbe.us
b760594c08 another fix 2010-04-13 16:30:34 +01:00