pkgsrc-WIP-changes archive

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

Use pkgdiff for patch generation.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%uninett.no@localhost>
Pushed By:	he
Date:		Sat Jul 13 15:19:45 2019 +0200
Changeset:	67b06d51e0f9b2e9514ce42f4e5a673a6d7dac38

Modified Files:
	quickjs/patches/patch-cutils.h

Log Message:
Use pkgdiff for patch generation.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=67b06d51e0f9b2e9514ce42f4e5a673a6d7dac38

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 quickjs/patches/patch-cutils.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/quickjs/patches/patch-cutils.h b/quickjs/patches/patch-cutils.h
index c64517f4f2..f178b9ab56 100644
--- a/quickjs/patches/patch-cutils.h
+++ b/quickjs/patches/patch-cutils.h
@@ -2,9 +2,9 @@ $NetBSD$
 
 Adapt to NetBSD.
 
---- cutils.h.orig 2019-07-09 19:49:47.000000000 +0200
-+++ cutils.h     2019-07-12 00:50:00.924951444 +0200
-@@ -206,6 +206,7 @@
+--- cutils.h.orig	2019-07-09 17:49:47.000000000 +0000
++++ cutils.h
+@@ -206,6 +206,7 @@ static inline void put_u8(uint8_t *tab, 
      *tab = val;
  }
  
@@ -12,7 +12,7 @@ Adapt to NetBSD.
  static inline uint16_t bswap16(uint16_t x)
  {
      return (x >> 8) | (x << 8);
-@@ -228,6 +229,7 @@
+@@ -228,6 +229,7 @@ static inline uint64_t bswap64(uint64_t 
          ((v & ((uint64_t)0xff << (1 * 8))) << (5 * 8)) | 
          ((v & ((uint64_t)0xff << (0 * 8))) << (7 * 8));
  }


Home | Main Index | Thread Index | Old Index