Friday, August 28, 2009
NetBSD developer David Maxwell to defend the BSD license
Sunday, August 2, 2009
cfengine3 added to pkgsrc wip
I created a cfengine3 package for wip. As my second package, this one was a lot easier to get up and running. :)
There are, however, a lot of tricks to know about pkgsrc. For this guy I had to use:
BUILDLINK_TRANSFORM+=l:db:db4
Which helped make sure I was using the pkgsrc bdb4 instead of the whatever else the system thought I had/was trying to use. I'm also trying to figure out how to get all the right stuff moved into /var/cfengine as the architecture of cfengine is a little wild.
There are, however, a lot of tricks to know about pkgsrc. For this guy I had to use:
BUILDLINK_TRANSFORM+=l:db:db4
Which helped make sure I was using the pkgsrc bdb4 instead of the whatever else the system thought I had/was trying to use. I'm also trying to figure out how to get all the right stuff moved into /var/cfengine as the architecture of cfengine is a little wild.
Labels: pkgsrc