看板 DFBSD_kernel 關於我們 聯絡資訊
:I have a problem with devel/apr-util. It seems commit :38888176873f464fae2973d431bbf236e8b5bc24 missing some diffs. :It should be version 1.3.10 ( http://pkgsrc.se/devel/apr-util ) : :# cd /usr/pkgsrc/devel/apr-utl :# bmake :=> Bootstrap dependency digest>=20010302: found digest-20080510 :===> Patching for apr-util-1.3.9nb2 :=> Applying pkgsrc patches for apr-util-1.3.9nb2 :************************************** :Ignoring patch file /usr/pkgsrc/devel/apr-util/patches/patch-aa: :invalid checksum :************************************** :ERROR: Patching failed due to modified or broken patch file(s): :ERROR: /usr/pkgsrc/devel/apr-util/patches/patch-aa :*** Error code 1 Hmm. It looks like a CVS dollar expansion issue. The patch itself is just fine but the CVS dollar expansion doesn't get mirrored properly because it isn't actually in the cvs repo (it's adjusted on checkout). I will do a run through and fix any of these dollar expansions and see if I can figure out a way to get the mirrored properly in my script. -Matt