[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Update: pwm



On Sun, Jun 01, 2003 at 04:09:12PM -0700, Greg Steuck wrote:
> >>>>> "Jon" == Jon Olsson <jon@joshua.haninge.kth.se> writes:
> 
>     Jon> Hi, Here's the diffs for the latest pwm, released a couple of
>     Jon> days ago.
> 
> I am attaching my attempt at doing the same.
> 
> I preserved the way current port builds (i.e. we completely replace the
> Makefiles). This way we dodge the gmake dependency.

In that case, the ion port should probably be updated to do the same, since ion
and pwm shares almost the same codebase.

> ld also compelled me to replace sprintf with snprintf (what good is it
> to have no sprintf in the kernel when your WM uses it?)

Neat.

> 
> Builds fine on i386-current using:
> 
> cd pwm
> patch < pwm-20030528.port.patch
> find . -name \*.orig | xargs rm
> rm patches/patch-libtu_Makefile
> make package
> 

Cheers,
Jon