pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/patch Made "make show-all-patch" work.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7b7bf94c4714
branches:  trunk
changeset: 533444:7b7bf94c4714
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Sep 19 08:32:13 2007 +0000

description:
Made "make show-all-patch" work.

diffstat:

 mk/patch/patch.mk |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r a48b1d176894 -r 7b7bf94c4714 mk/patch/patch.mk
--- a/mk/patch/patch.mk Wed Sep 19 06:46:51 2007 +0000
+++ b/mk/patch/patch.mk Wed Sep 19 08:32:13 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: patch.mk,v 1.15 2007/08/16 16:29:27 jlam Exp $
+# $NetBSD: patch.mk,v 1.16 2007/09/19 08:32:13 rillig Exp $
 #
 # The following variables may be set in a package Makefile and control
 # how pkgsrc patches are applied.
@@ -43,6 +43,12 @@
 #      man page for more details.  Defaults to "-F0" for zero fuzz.
 #
 
+_VARGROUPS+=           patch
+_USER_VARS.patch=      PATCH_DEBUG PATCH_FUZZ_FACTOR
+_PKG_VARS.patch=       PATCH_STRIP PATCH_ARGS PATCH_DIST_STRIP         \
+                       PATCH_DIST_ARGS PATCH_DIST_CAT
+_SYS_VARS.patch=       # none
+
 _PATCH_APPLIED_FILE=   ${WRKDIR}/.patch
 _COOKIE.patch=         ${WRKDIR}/.patch_done
 



Home | Main Index | Thread Index | Old Index