07a947a333
- Interdiff had previously been putting absolute filenames in the input to the patch program. It now avoids doing this. - Editdiff no longer runs rediff when no changes were made in the editor. - The correct exit status is now set when the decompress option fails. - A temporary file leak has been fixed.
25 lines
664 B
Makefile
25 lines
664 B
Makefile
# $NetBSD: Makefile,v 1.15 2013/08/21 10:18:03 shattered Exp $
|
|
#
|
|
|
|
DISTNAME= patchutils-0.3.2
|
|
#KGREVISION= 2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://cyberelk.net/tim/data/patchutils/stable/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://cyberelk.net/tim/patchutils/index.html
|
|
COMMENT= Some programs for manipulating patch files
|
|
|
|
DEPENDS+= patch-[0-9]*:../../devel/patch
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= perl:run
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-patch=${PREFIX}/bin/gpatch
|
|
|
|
CHECK_PORTABILITY_SKIP+=tests/rediff2/run-test
|
|
REPLACE_BASH+= editdiff.in espdiff.in
|
|
USE_TOOLS+= bash:run
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|