pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/platform DragonFly patch(1) can do backups, using -...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f4ca930517b3
branches:  trunk
changeset: 494821:f4ca930517b3
user:      salo <salo%pkgsrc.org@localhost>
date:      Tue May 31 12:31:21 2005 +0000

description:
DragonFly patch(1) can do backups, using -z flag:

 -z, --suffix
      Causes the next argument to be interpreted as the backup extension,
      to be used in place of ".orig".

>From Joerg Sonnenberger via private mail.

diffstat:

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

diffs (20 lines):

diff -r d474884f0ffb -r f4ca930517b3 mk/platform/DragonFly.mk
--- a/mk/platform/DragonFly.mk  Tue May 31 12:20:11 2005 +0000
+++ b/mk/platform/DragonFly.mk  Tue May 31 12:31:21 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: DragonFly.mk,v 1.14 2005/05/22 19:11:15 jlam Exp $
+# $NetBSD: DragonFly.mk,v 1.15 2005/05/31 12:31:21 salo Exp $
 #
 # Variable definitions for the DragonFly operating system.
 
@@ -55,8 +55,8 @@
 _OPSYS_PERL_REQD=              # no base version of perl required
 _OPSYS_PTHREAD_AUTO=   no      # -lpthread needed for pthreads
 _OPSYS_SHLIB_TYPE=     ELF/a.out       # shared lib type
-_PATCH_CAN_BACKUP=     no      # native patch(1) can make backups
-_PATCH_BACKUP_ARG?=    -V simple -b    # switch to patch(1) for backup suffix
+_PATCH_CAN_BACKUP=     yes     # native patch(1) can make backups
+_PATCH_BACKUP_ARG?=    -V simple -z    # 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
 _USE_RPATH=            yes     # add rpath to LDFLAGS



Home | Main Index | Thread Index | Old Index