pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/nss Strip everything after the first hyphen to m...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d403cee449a7
branches:  trunk
changeset: 506384:d403cee449a7
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Jan 15 16:09:21 2006 +0000

description:
Strip everything after the first hyphen to match OS_VERSION in
pkgsrc for DragonFly. Inspired by PR 32230.

diffstat:

 devel/nss/distinfo         |   4 +++-
 devel/nss/patches/patch-aj |  13 +++++++++++++
 devel/nss/patches/patch-ak |  13 +++++++++++++
 3 files changed, 29 insertions(+), 1 deletions(-)

diffs (49 lines):

diff -r 8e0289d425fb -r d403cee449a7 devel/nss/distinfo
--- a/devel/nss/distinfo        Sun Jan 15 15:59:06 2006 +0000
+++ b/devel/nss/distinfo        Sun Jan 15 16:09:21 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2005/08/25 00:11:01 reed Exp $
+$NetBSD: distinfo,v 1.7 2006/01/15 16:09:21 joerg Exp $
 
 SHA1 (nss-3.9.2.tar.gz) = 017b748d92c5f7376bda78915d1b78b260b44133
 RMD160 (nss-3.9.2.tar.gz) = c9e41ac596af2e717da76546c3a5dfd37272c195
@@ -11,3 +11,5 @@
 SHA1 (patch-ag) = e99c7396f4a6b7430321124e7c03528ab6e7681c
 SHA1 (patch-ah) = 6c8c335d9ffe4a1dbc83a3b8defe05930d866a40
 SHA1 (patch-ai) = a68c262b67af7778024b6db350c044fe8474919e
+SHA1 (patch-aj) = 7304824888d6e611963eb125535776d07a3dcbbf
+SHA1 (patch-ak) = d1c8a7ebaf839a9ca7734a885fdfa4e091547cb5
diff -r 8e0289d425fb -r d403cee449a7 devel/nss/patches/patch-aj
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/nss/patches/patch-aj        Sun Jan 15 16:09:21 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aj,v 1.1 2006/01/15 16:09:21 joerg Exp $
+
+--- ../../nsprpub/config/arch.mk.orig  2006-01-15 15:10:27.000000000 +0000
++++ ../../nsprpub/config/arch.mk
+@@ -121,7 +121,7 @@ endif
+ # Handle FreeBSD 2.2-STABLE and Linux 2.0.30-osfmach3
+ #
+ 
+-ifeq (,$(filter-out Linux FreeBSD,$(OS_ARCH)))
++ifeq (,$(filter-out Linux FreeBSD DragonFly,$(OS_ARCH)))
+ OS_RELEASE    := $(shell echo "$(OS_RELEASE)" | sed 's/-.*//')
+ endif
+ 
diff -r 8e0289d425fb -r d403cee449a7 devel/nss/patches/patch-ak
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/nss/patches/patch-ak        Sun Jan 15 16:09:21 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ak,v 1.1 2006/01/15 16:09:21 joerg Exp $
+
+--- ../coreconf/arch.mk.orig   2006-01-15 15:59:33.000000000 +0000
++++ ../coreconf/arch.mk
+@@ -141,7 +141,7 @@ endif
+ # IRIX 6.5-ALPHA-1289139620.
+ #
+ 
+-ifeq (,$(filter-out Linux FreeBSD IRIX,$(OS_ARCH)))
++ifeq (,$(filter-out Linux FreeBSD IRIX DragonFly,$(OS_ARCH)))
+     OS_RELEASE := $(shell echo $(OS_RELEASE) | sed 's/-.*//')
+ endif
+ 



Home | Main Index | Thread Index | Old Index