<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>Advogato blog for krylan</title>
    <link>http://www.advogato.org/person/krylan/</link>
    <description>Advogato blog for krylan</description>
    <language>en-us</language>
    <generator>mod_virgule</generator>
    <pubDate>Thu, 23 May 2013 23:03:42 GMT</pubDate>
    <item>
      <pubDate>Thu, 27 Jul 2000 19:45:13 GMT</pubDate>
      <title>27 Jul 2000</title>
      <link>http://www.advogato.org/person/krylan/diary.html?start=8</link>
      <guid>http://www.advogato.org/person/krylan/diary.html?start=8</guid>
      <description>&lt;strong&gt;Oh my gosh!&lt;/strong&gt; I'm finally back, and am ready
to start actually making usefull stuff. I recently got a new
job, and my time was being occupied a lot. As for projects,
the newest thing I wish to tackle is to create a console
image viewer, which will probably be based off of picobsd's
"view", and might just be added to that instead of making a
different package. "View" currently allows you to view
png's, I plan to add support for jpeg and gif.</description>
    </item>
    <item>
      <pubDate>Fri, 21 Apr 2000 07:55:07 GMT</pubDate>
      <title>21 Apr 2000</title>
      <link>http://www.advogato.org/person/krylan/diary.html?start=7</link>
      <guid>http://www.advogato.org/person/krylan/diary.html?start=7</guid>
      <description>After about 2 hours and some laughs from some committers, I
found that bsd.port.mk already has a line that tests for
root UID with: 

&lt;p&gt; @if [ `id -u` = 0 ]; then (blah)

&lt;p&gt; Thanks for the help xanne, CyNick and Green :)

&lt;p&gt; Now I'm *VERY* close to actually putting all this stuff in
bsd.port.mk...which means only the testing and bug ridding
proccess remain (which is one of the crappiest).</description>
    </item>
    <item>
      <pubDate>Sat, 22 Apr 2000 06:11:33 GMT</pubDate>
      <title>22 Apr 2000</title>
      <link>http://www.advogato.org/person/krylan/diary.html?start=6</link>
      <guid>http://www.advogato.org/person/krylan/diary.html?start=6</guid>
      <description>I spent about 4 or 5 hours looking over
/usr/ports/Mk/bsd.port.mk as well as bothering some
developers on efnet. Fortunately I have made some progress
as to the infrastructure of the ports system. Heres what I
found I need to do to bsd.port.mk:

&lt;p&gt; &lt;p&gt; Add test if uid is 0 then all paths change to those
supplied:

&lt;p&gt; &lt;p&gt; PREFIX=${HOME}
&lt;p&gt; MANPREFIX=${PREFIX}
&lt;P&gt; WRKDIRPREFIX=${HOME}/ports
&lt;p&gt; WRKDIR=${WRKDIRPREFIX}/${PORTNAME}/work
&lt;p&gt; PKG_DBDIR=${HOME}/var/db/pkg/${PORTNAME}

&lt;p&gt; &lt;p&gt; I also plan to maybe completely use environment
variables to
make things well, not so static..but the above will remain
as default (unless someone else things otherwise)</description>
    </item>
    <item>
      <pubDate>Mon, 17 Apr 2000 04:56:20 GMT</pubDate>
      <title>17 Apr 2000</title>
      <link>http://www.advogato.org/person/krylan/diary.html?start=5</link>
      <guid>http://www.advogato.org/person/krylan/diary.html?start=5</guid>
      <description>Some news on user-based ports. I now found out that I have
quite a bit of work for this one. But i've managed to lay
out basically what needs to happen.

&lt;p&gt; - Change install path from /usr/local (or otherwise chosen)
to ~/

&lt;p&gt; - Change man install path to ~/

&lt;p&gt; - Figure out how the hell to get ports to register and
acknowledge registrations in ~/

&lt;p&gt; - Change building directory (/usr/ports/[cat]/[port]/work to
something else. Possibly ~/somewhere or in /tmp

&lt;p&gt; - Do all this without breaking anything

&lt;p&gt; Theoraretically my sketch is a little backwards, but it
still works for me</description>
    </item>
    <item>
      <pubDate>Sun, 16 Apr 2000 04:18:12 GMT</pubDate>
      <title>16 Apr 2000</title>
      <link>http://www.advogato.org/person/krylan/diary.html?start=4</link>
      <guid>http://www.advogato.org/person/krylan/diary.html?start=4</guid>
      <description>Good news (finally). After some help from BigKnife (thanks) 
I'm starting to patch bsd.port.mk. Wish me luck!</description>
    </item>
    <item>
      <pubDate>Sun, 16 Apr 2000 00:17:19 GMT</pubDate>
      <title>16 Apr 2000</title>
      <link>http://www.advogato.org/person/krylan/diary.html?start=3</link>
      <guid>http://www.advogato.org/person/krylan/diary.html?start=3</guid>
      <description>Found some 'trouble' with user-based ports system. I have to find a way to overide the path included within 
packages. Hopefully there may be an environment variable or else I can create one. I'll have to check later when I'm 
on my workstation and hopefully I can get some help from the FreeBSD developers.</description>
    </item>
    <item>
      <pubDate>Sun, 16 Apr 2000 04:03:38 GMT</pubDate>
      <title>16 Apr 2000</title>
      <link>http://www.advogato.org/person/krylan/diary.html?start=2</link>
      <guid>http://www.advogato.org/person/krylan/diary.html?start=2</guid>
      <description>Good news, I thought of an idea of a user based ports 
system 
addition eg. 'normal' users can register and install ports 
in their own home directories. I'll be working on it, 
trying to implement it on my home machine, then will later 
submit it, hopefully I can get some help :)</description>
    </item>
    <item>
      <pubDate>Sat, 15 Apr 2000 08:10:01 GMT</pubDate>
      <title>15 Apr 2000</title>
      <link>http://www.advogato.org/person/krylan/diary.html?start=1</link>
      <guid>http://www.advogato.org/person/krylan/diary.html?start=1</guid>
      <description>Did a lot of reading on SCSI programming. My experiance 
with it is still somewhat limited, but I'm learning. 
Hopefully in the next few weeks I'll have some beginner's 
skill in device driver writing</description>
    </item>
    <item>
      <pubDate>Sat, 15 Apr 2000 08:07:27 GMT</pubDate>
      <title>15 Apr 2000</title>
      <link>http://www.advogato.org/person/krylan/diary.html?start=0</link>
      <guid>http://www.advogato.org/person/krylan/diary.html?start=0</guid>
      <description>Was going to submit updated cvsupit package, but relized 
someone beat me to it (darn) Hopefully I can find something 
else to contribute which is in my limitations.
</description>
    </item>
  </channel>
</rss>
