Re: dwm pkgsrc vs custom compile

Firecrow Silvernight <[email protected]> Thu, 05 May 2016 15:37:06 -0400
Newsgroups gmane.os.netbsd.devel.general
Message-ID <bGOvwtwxxRE1O4g0UOqnGFxoRYoftDHi0U7-EkJaa0pv_bY61yo9U9rxIOQZzw-9q7vxkdBGUAwPxowlrMzXRNc-cd2jIwig6HcNTkhl8M0=@firecrow.com>
-------- Original Message --------
Subject: Re: dwm pkgsrc vs custom compile
Local Time: May 5, 2016 3:28 PM
UTC Time: May 5, 2016 7:28 PM
From: [email protected]
To: [email protected]
CC: [email protected]

Hi,

I also use dwm.
For creating a patch I have installed pkgtools/pkgdiff, then:

`make patch`
to extract the tarball (and apply patches, if any exist)

`EDITOR=vim pkgvi work/dwm-6.1/config.def.h`
edit it as desired,

`mkpatches && make distinfo`
to create a proper pkgsrc patch and the relevant distinfo,

`make install`

This should create a patch file in your patches subdirectory that you
can later reuse.

This is mine: http://coypu.sdf.org/patch-config.def.h

(for future reference, tech-misc is the wrong place for this question.
You will want to ask netbsd-users@ or pkgsrc-users@, which also have
more readers).
Oh that makes sense to generate patches, thank you, I'm excited to try that

and thanks for the list tips

~/fire