svn commit: r335423 - head/deskutils/xmdiary/scripts

Mikhail Teterin mi at FreeBSD.org
Sun Dec 1 18:22:51 UTC 2013


Author: mi
Date: Sun Dec  1 18:22:50 2013
New Revision: 335423
URL: http://svnweb.freebsd.org/changeset/ports/335423

Log:
  Use ``patch -p0'' instead of ``patch -p'' -- the latter invocation
  is not working on -current for some reason and pkg-fallout is
  unhappy.
  
  Submitted by:	pkg-fallout@

Modified:
  head/deskutils/xmdiary/scripts/nomalloc

Modified: head/deskutils/xmdiary/scripts/nomalloc
==============================================================================
--- head/deskutils/xmdiary/scripts/nomalloc	Sun Dec  1 18:18:38 2013	(r335422)
+++ head/deskutils/xmdiary/scripts/nomalloc	Sun Dec  1 18:22:50 2013	(r335423)
@@ -3,8 +3,7 @@
 for f in `find $1 -type f -name \*.\[ch\] -print | xargs grep -l malloc.h`
 do
 
-patch -p << END_OF_PATCH
---- $f.orig
+patch -p0 << END_OF_PATCH
 +++ $f
 @@ -10,1 +10,1 @@
 -#include <malloc.h>


More information about the svn-ports-all mailing list