Date: Wed, 14 Jan 1998 01:39:29 +0300 (MSK) From: =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= <ache@nagual.pp.ru> To: ports@FreeBSD.ORG Subject: bsd.port.mk patch for review Message-ID: <Pine.BSF.3.96.980114013637.4359A-100000@lsd.relcom.eu.net>
next in thread | raw e-mail | index | archive | help
Since for debugging purposes backups needed even if patch applies OK, and it is changed with new "patch", here is solution I plan to commit: *** bsd.port.mk.bak Fri Jan 2 16:48:22 1998 --- bsd.port.mk Wed Jan 14 01:36:05 1998 *************** *** 420,427 **** PATCH_DIST_STRIP?= -p0 .if defined(PATCH_DEBUG) PATCH_DEBUG_TMP= yes ! PATCH_ARGS?= -d ${WRKSRC} -E ${PATCH_STRIP} ! PATCH_DIST_ARGS?= -d ${WRKSRC} -E ${PATCH_DIST_STRIP} .else PATCH_DEBUG_TMP= no PATCH_ARGS?= -d ${WRKSRC} --forward --quiet -E ${PATCH_STRIP} --- 420,427 ---- PATCH_DIST_STRIP?= -p0 .if defined(PATCH_DEBUG) PATCH_DEBUG_TMP= yes ! PATCH_ARGS?= -b -d ${WRKSRC} -E ${PATCH_STRIP} ! PATCH_DIST_ARGS?= -b -d ${WRKSRC} -E ${PATCH_DIST_STRIP} .else PATCH_DEBUG_TMP= no PATCH_ARGS?= -d ${WRKSRC} --forward --quiet -E ${PATCH_STRIP} -- Andrey A. Chernov <ache@nietzsche.net> http://www.nagual.pp.ru/~ache/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980114013637.4359A-100000>