[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Update: pwm
>>>>> "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.
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?)
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
pwm-20030528.port.patch.gz
- References:
- Update: pwm
- From: Jon Olsson <jon@joshua.haninge.kth.se>