9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] plan 9 ports
@ 2004-05-14 23:32 Russ Cox
  2004-05-15  6:40 ` Matthias Teege
  0 siblings, 1 reply; 2+ messages in thread
From: Russ Cox @ 2004-05-14 23:32 UTC (permalink / raw)
  To: 9fans

I pushed out lots of updates.
They work on Mac, FreeBSD, and Linux.

I think I've caught up now.

Mostly minor things.  The most significant
is that all the X programs have a -W cmd
line option that specifies how big and where
the initial window should be, e.g. "acme -W 400x400".
alternate syntaxes include

    WxH@MINX,MINY
    'MINX MINY MAXX MAXY'
    MINX,MINY,MAXX,MAXY

russ


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [9fans] plan 9 ports
  2004-05-14 23:32 [9fans] plan 9 ports Russ Cox
@ 2004-05-15  6:40 ` Matthias Teege
  0 siblings, 0 replies; 2+ messages in thread
From: Matthias Teege @ 2004-05-15  6:40 UTC (permalink / raw)
  To: 9fans

On Sat May 15 00:03:25 GMT 2004, russcox@gmail.com wrote:
> I pushed out lots of updates.
> They work on Mac, FreeBSD, and Linux.

--- mkmk.sh.orig	2004-05-15 08:26:56.880514640 +0200
+++ mkmk.sh	2004-05-15 08:34:03.994583432 +0200
@@ -193,6 +193,6 @@
 9c  varsub.c
 9c  word.c
 9c  unix.c
-9l -o o.mk arc.o archive.o bufblock.o env.o file.o graph.o job.o lex.o main.o match.o mk.o parse.o recipe.o rule.o run.o sh.o shprint.o symtab.o var.o varsub.o word.o unix.o /Users/rsc/plan9/lib/libregexp9.a /Users/rsc/plan9/lib/libbio.a /Users/rsc/plan9/lib/lib9.a
-install -c o.mk /Users/rsc/plan9/bin/mk
+9l -o o.mk arc.o archive.o bufblock.o env.o file.o graph.o job.o lex.o main.o match.o mk.o parse.o recipe.o rule.o run.o sh.o shprint.o symtab.o var.o varsub.o word.o unix.o $PLAN9/lib/libregexp9.a $PLAN9/lib/libbio.a $PLAN9/lib/lib9.a
+install -c o.mk $PLAN9/bin/mk
 cd ..

Next time I use sam to express this. ;-)
Matthias


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-05-15  6:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-14 23:32 [9fans] plan 9 ports Russ Cox
2004-05-15  6:40 ` Matthias Teege

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).