pkgsrc-WIP-changes archive

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

nss-hg: fix patch context.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Mon Mar 7 14:30:18 2016 +0100
Changeset:	875379c581d587bbffd6c47a29ab44407e12007e

Modified Files:
	nss-hg/distinfo
	nss-hg/patches/patch-coreconf_OpenBSD.mk

Log Message:
nss-hg: fix patch context.

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

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

diffstat:
 nss-hg/distinfo                          | 2 +-
 nss-hg/patches/patch-coreconf_OpenBSD.mk | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/nss-hg/distinfo b/nss-hg/distinfo
index ca8cbe4..501bca9 100644
--- a/nss-hg/distinfo
+++ b/nss-hg/distinfo
@@ -7,7 +7,7 @@ SHA1 (patch-cmd_fipstest_fipstest.c) = 870488f07e8c061d58c129bad3bb4982d1f08fb4
 SHA1 (patch-cmd_lib_basicutil.c) = 2fb6b8e5212cce352147e7241941d510e8137401
 SHA1 (patch-cmd_shlibsign_sign.sh) = 9be9719d9e4cc212d9503616a1145b8c68b97a6a
 SHA1 (patch-coreconf_DragonFly.mk) = 328c0f3d4f03ab6d0efcfec3461d97da1c3e387a
-SHA1 (patch-coreconf_OpenBSD.mk) = ca38900a3af42a28848b64abe382a3b596849d0b
+SHA1 (patch-coreconf_OpenBSD.mk) = f7e6df8b813d99dd3ee991055c26f7a3df2c5ee8
 SHA1 (patch-coreconf_SunOS5.mk) = db81e955db52ccccc2dbdae364449870b9724e15
 SHA1 (patch-coreconf_arch.mk) = 5462c0620564a2ad4a0deb9d71c427e8c0d426eb
 SHA1 (patch-coreconf_config.mk) = 0fdcd3fea51ea2c250ab88197b79ae2b91f27ef5
diff --git a/nss-hg/patches/patch-coreconf_OpenBSD.mk b/nss-hg/patches/patch-coreconf_OpenBSD.mk
index 5ed3fe0..b29c2f6 100644
--- a/nss-hg/patches/patch-coreconf_OpenBSD.mk
+++ b/nss-hg/patches/patch-coreconf_OpenBSD.mk
@@ -2,7 +2,7 @@ $NetBSD: patch-coreconf_OpenBSD.mk,v 1.2 2014/10/05 20:12:38 thomasklausner Exp
 
 PLIST unification (see nspr)?
 
---- coreconf/OpenBSD.mk.orig	2014-09-28 13:54:02.000000000 +0000
+--- coreconf/OpenBSD.mk.orig	2016-03-07 12:57:50.000000000 +0000
 +++ coreconf/OpenBSD.mk
 @@ -24,7 +24,7 @@ OS_LIBS			+= -pthread
  DSO_LDOPTS		+= -pthread
@@ -11,5 +11,5 @@ PLIST unification (see nspr)?
 -DLL_SUFFIX		= so.1.0
 +DLL_SUFFIX		= so
  
- OS_CFLAGS		= $(DSO_CFLAGS) $(OS_REL_CFLAGS) -ansi -Wall -Wno-switch -pipe -DOPENBSD
+ OS_CFLAGS		= $(DSO_CFLAGS) $(OS_REL_CFLAGS) -Wall -Wno-switch -pipe -DOPENBSD
  


Home | Main Index | Thread Index | Old Index