<feed xmlns='http://www.w3.org/2005/Atom'>
<title>plan9port/src/cmd/mkfile, branch patch</title>
<subtitle>Plan 9 from User Space (with patches)</subtitle>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/'/>
<entry>
<title>config: add $egrep</title>
<updated>2025-07-23T19:44:54+00:00</updated>
<author>
<name>Dan Cross</name>
<email>cross@gajendra.net</email>
</author>
<published>2025-07-22T14:42:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=564d45b5a55adeb48f69fdecb2bf4ed1f909850b'/>
<id>564d45b5a55adeb48f69fdecb2bf4ed1f909850b</id>
<content type='text'>
Introduce a new variable set in $PLAN9/config:
$egrep, which is conditionally set to either
`egrep` or `grep -E`, based on platform, and use
this when we want to invoke `egrep`.

This works around the endless warnings from GNU
grep stating that `egrep` is deprecated in favor
of `grep -E`, when run on e.g. Linux.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduce a new variable set in $PLAN9/config:
$egrep, which is conditionally set to either
`egrep` or `grep -E`, based on platform, and use
this when we want to invoke `egrep`.

This works around the endless warnings from GNU
grep stating that `egrep` is deprecated in favor
of `grep -E`, when run on e.g. Linux.
</pre>
</div>
</content>
</entry>
<entry>
<title>all: update build scripts to fix AIX XL/C compatibility</title>
<updated>2020-05-08T00:36:03+00:00</updated>
<author>
<name>Ben Huntsman</name>
<email>BHuntsman@mail2.cu-portland.edu</email>
</author>
<published>2020-05-05T02:52:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=4982d4ebc3bd4924d73f2f2ad584309e9ec97435'/>
<id>4982d4ebc3bd4924d73f2f2ad584309e9ec97435</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>src/cmd: take fontsrv out of BUGGERED</title>
<updated>2017-01-07T18:18:46+00:00</updated>
<author>
<name>Dave Presotto</name>
<email>presotto@gmail.com</email>
</author>
<published>2017-01-07T05:42:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=82112d0434ede36c05d51840c117aca282156e9a'/>
<id>82112d0434ede36c05d51840c117aca282156e9a</id>
<content type='text'>
Change-Id: Iac5726f13039fba818536dc375d38cc3e27aca3a
Reviewed-on: https://plan9port-review.googlesource.com/2741
Reviewed-by: Russ Cox &lt;rsc@swtch.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Iac5726f13039fba818536dc375d38cc3e27aca3a
Reviewed-on: https://plan9port-review.googlesource.com/2741
Reviewed-by: Russ Cox &lt;rsc@swtch.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fontsrv: only build when the pieces are there</title>
<updated>2012-12-18T15:22:19+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2012-12-18T15:22:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=cb71c0bdc4f605fceafe10ffd2959af693290145'/>
<id>cb71c0bdc4f605fceafe10ffd2959af693290145</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>snarfer: disable during build</title>
<updated>2012-09-18T15:39:24+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2012-09-18T15:39:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=9dbe4a0df903ee76bf72fcaff43dea5bb5bf3f75'/>
<id>9dbe4a0df903ee76bf72fcaff43dea5bb5bf3f75</id>
<content type='text'>
Don't want to require X11 during OS X build anymore.

R=rsc
http://codereview.appspot.com/6531045
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't want to require X11 during OS X build anymore.

R=rsc
http://codereview.appspot.com/6531045
</pre>
</div>
</content>
</entry>
<entry>
<title>scat: add to build</title>
<updated>2009-04-30T18:09:52+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2009-04-30T18:09:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=122fda5913bc6bf993bbc73202a55e4cbd7f9c4d'/>
<id>122fda5913bc6bf993bbc73202a55e4cbd7f9c4d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>src/cmd/mkfile: do not build smugfs by default (needs OpenSSL)</title>
<updated>2008-08-03T14:43:03+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2008-08-03T14:43:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=1f441eaac47471899b15802f0382565b538d4db1'/>
<id>1f441eaac47471899b15802f0382565b538d4db1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add page (Kris Maglione)</title>
<updated>2007-03-26T20:55:26+00:00</updated>
<author>
<name>rsc</name>
<email>devnull@localhost</email>
</author>
<published>2007-03-26T20:55:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=05a4d855f167ae2d0d2c0ba0e386d933172b71ea'/>
<id>05a4d855f167ae2d0d2c0ba0e386d933172b71ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bugger ip</title>
<updated>2005-12-26T05:51:25+00:00</updated>
<author>
<name>rsc</name>
<email>devnull@localhost</email>
</author>
<published>2005-12-26T05:51:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=cff43a06f21a674b2b16e72f8853aac5fd24f48d'/>
<id>cff43a06f21a674b2b16e72f8853aac5fd24f48d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bugger lp</title>
<updated>2005-08-10T17:22:00+00:00</updated>
<author>
<name>rsc</name>
<email>devnull@localhost</email>
</author>
<published>2005-08-10T17:22:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=bd82bbd4eeb70cb6cf9825ce803ae085166e1225'/>
<id>bd82bbd4eeb70cb6cf9825ce803ae085166e1225</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
