summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsonja.mirtitsch%sun.com <devnull@localhost>2002-12-12 01:58:19 +0000
committersonja.mirtitsch%sun.com <devnull@localhost>2002-12-12 01:58:19 +0000
commit59b103521f3d8e9ca030d4e5c2ebcd9f3d7d38cc (patch)
tree37cede9915f9129ff1c4b699fdf4101dea68d6bf
parent4b7c1f87c9d9e3d5c278553753b9f3b6baa124d2 (diff)
parent0d7b0b1b8ff1d6bb01ccdf07170ed5b32f187f80 (diff)
downloadnss-hg-59b103521f3d8e9ca030d4e5c2ebcd9f3d7d38cc.tar.gz
adding kirk's solaris package patch
-rw-r--r--security/nss/Makefile8
-rw-r--r--security/nss/pkg/solaris/Makefile.com4
-rw-r--r--security/nss/pkg/solaris/SUNWtls/prototype_sparc1
-rw-r--r--security/nss/pkg/solaris/SUNWtlsx/pkgdepend1
4 files changed, 11 insertions, 3 deletions
diff --git a/security/nss/Makefile b/security/nss/Makefile
index 8c2d74331..21a54fbe5 100644
--- a/security/nss/Makefile
+++ b/security/nss/Makefile
@@ -109,3 +109,11 @@ endif
endif
nss_RelEng_bld: build_coreconf import all
+
+ifeq ($(OS_ARCH),SunOS)
+solarispkg:
+ @echo Making Solaris packages.
+ rm -rf pkg/$(OBJDIR)
+ cp -r pkg/solaris pkg/$(OBJDIR)
+ $(MAKE) -C pkg/$(OBJDIR) publish
+endif
diff --git a/security/nss/pkg/solaris/Makefile.com b/security/nss/pkg/solaris/Makefile.com
index dfeb79911..a387674e4 100644
--- a/security/nss/pkg/solaris/Makefile.com
+++ b/security/nss/pkg/solaris/Makefile.com
@@ -20,8 +20,8 @@ FILES = $(DATAFILES) pkginfo
PACKAGE = $(shell basename `pwd`)
-PRODUCT_VERSION = 3.3.2
-PRODUCT_NAME = NSS_3_3_2_RTM
+PRODUCT_VERSION = 3.3.3
+PRODUCT_NAME = NSS_3_3_3_RTM
LN = /usr/bin/ln
diff --git a/security/nss/pkg/solaris/SUNWtls/prototype_sparc b/security/nss/pkg/solaris/SUNWtls/prototype_sparc
index 1845a0137..dae7ef7d7 100644
--- a/security/nss/pkg/solaris/SUNWtls/prototype_sparc
+++ b/security/nss/pkg/solaris/SUNWtls/prototype_sparc
@@ -30,4 +30,3 @@
#
f none usr/lib/mps/libfreebl_hybrid_3.so 755 root bin
f none usr/lib/mps/libfreebl_pure32_3.so 755 root bin
-
diff --git a/security/nss/pkg/solaris/SUNWtlsx/pkgdepend b/security/nss/pkg/solaris/SUNWtlsx/pkgdepend
index b5c7d7fa8..38c887be5 100644
--- a/security/nss/pkg/solaris/SUNWtlsx/pkgdepend
+++ b/security/nss/pkg/solaris/SUNWtlsx/pkgdepend
@@ -29,3 +29,4 @@ P SUNWcarx Core Architecture, (Root) (64-bit)
P SUNWcsxu Core Solaris (Usr) (64-bit)
P SUNWcslx Core Solaris Libraries (64-bit)
P SUNWprx Netscape Portable Runtime
+