pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/platform set _PATCH_CAN_BACKUP=no to avoid problems...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8950851ed5a7
branches:  trunk
changeset: 487333:8950851ed5a7
user:      recht <recht%pkgsrc.org@localhost>
date:      Wed Jan 12 21:11:41 2005 +0000

description:
set _PATCH_CAN_BACKUP=no to avoid problems with DragonFly's native patch.
Patch by Todd Willey in PR 28947

diffstat:

 mk/platform/DragonFly.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9891003e33d0 -r 8950851ed5a7 mk/platform/DragonFly.mk
--- a/mk/platform/DragonFly.mk  Wed Jan 12 21:07:52 2005 +0000
+++ b/mk/platform/DragonFly.mk  Wed Jan 12 21:11:41 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: DragonFly.mk,v 1.6 2004/12/27 06:41:50 jlam Exp $
+# $NetBSD: DragonFly.mk,v 1.7 2005/01/12 21:11:41 recht Exp $
 #
 # Variable definitions for the DragonFly operating system.
 
@@ -132,7 +132,7 @@
 _OPSYS_LIBTOOL_REQD=   1.5.10nb9
 _OPSYS_PTHREAD_AUTO=   no      # -lpthread needed for pthreads
 _OPSYS_SHLIB_TYPE=     ELF/a.out       # shared lib type
-_PATCH_CAN_BACKUP=     yes     # native patch(1) can make backups
+_PATCH_CAN_BACKUP=     no      # native patch(1) can make backups
 _PATCH_BACKUP_ARG?=    -V simple -b    # switch to patch(1) for backup suffix
 _PREFORMATTED_MAN_DIR= cat     # directory where catman pages are
 _USE_GNU_GETTEXT=      no      # Don't use GNU gettext



Home | Main Index | Thread Index | Old Index