summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcvs2hg <devnull@localhost>2003-10-30 18:01:48 +0000
committercvs2hg <devnull@localhost>2003-10-30 18:01:48 +0000
commit5d7387a5ef508cbb711ef7081cdcf7478779212a (patch)
treec4f16f5bf3f63b3da8dfd321964f94b7fa3f9a6d
parent4d89661a6678cd02d0224f8cb8450297e5045279 (diff)
downloadnss-hg-5d7387a5ef508cbb711ef7081cdcf7478779212a.tar.gz
fixup commit for tag 'SUN_SECURITY_3_3_7_RTM'SUN_SECURITY_3_3_7_RTM
-rw-r--r--security/coreconf/WINNT5.1.mk65
-rw-r--r--security/nss/pkg/Makefile55
-rw-r--r--security/nss/pkg/linux/Makefile59
-rw-r--r--security/nss/pkg/linux/sun-nss.spec41
4 files changed, 0 insertions, 220 deletions
diff --git a/security/coreconf/WINNT5.1.mk b/security/coreconf/WINNT5.1.mk
deleted file mode 100644
index f9c7ed1c8..000000000
--- a/security/coreconf/WINNT5.1.mk
+++ /dev/null
@@ -1,65 +0,0 @@
-#
-# The contents of this file are subject to the Mozilla Public
-# License Version 1.1 (the "License"); you may not use this file
-# except in compliance with the License. You may obtain a copy of
-# the License at http://www.mozilla.org/MPL/
-#
-# Software distributed under the License is distributed on an "AS
-# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
-# implied. See the License for the specific language governing
-# rights and limitations under the License.
-#
-# The Original Code is the Netscape security libraries.
-#
-# The Initial Developer of the Original Code is Netscape
-# Communications Corporation. Portions created by Netscape are
-# Copyright (C) 1994-2000 Netscape Communications Corporation. All
-# Rights Reserved.
-#
-# Contributor(s):
-#
-# Alternatively, the contents of this file may be used under the
-# terms of the GNU General Public License Version 2 or later (the
-# "GPL"), in which case the provisions of the GPL are applicable
-# instead of those above. If you wish to allow use of your
-# version of this file only under the terms of the GPL and not to
-# allow others to use your version of this file under the MPL,
-# indicate your decision by deleting the provisions above and
-# replace them with the notice and other provisions required by
-# the GPL. If you do not delete the provisions above, a recipient
-# may use your version of this file under either the MPL or the
-# GPL.
-#
-
-#
-# Config stuff for WINNT 5.1 (Windows XP)
-#
-# This makefile defines the following variables:
-# OS_CFLAGS and OS_DLLFLAGS.
-
-include $(CORE_DEPTH)/coreconf/WIN32.mk
-
-ifeq ($(CPU_ARCH), x386)
- OS_CFLAGS += -W3 -nologo
- DEFINES += -D_X86_
-else
- ifeq ($(CPU_ARCH), MIPS)
- #OS_CFLAGS += -W3 -nologo
- #DEFINES += -D_MIPS_
- OS_CFLAGS += -W3 -nologo
- else
- ifeq ($(CPU_ARCH), ALPHA)
- OS_CFLAGS += -W3 -nologo
- DEFINES += -D_ALPHA_=1
- endif
- endif
-endif
-
-OS_DLLFLAGS += -nologo -DLL -SUBSYSTEM:WINDOWS -PDB:NONE
-#
-# Win NT needs -GT so that fibers can work
-#
-OS_CFLAGS += -GT
-DEFINES += -DWINNT
-
-NSPR31_LIB_PREFIX = lib
diff --git a/security/nss/pkg/Makefile b/security/nss/pkg/Makefile
deleted file mode 100644
index 20eab6bbf..000000000
--- a/security/nss/pkg/Makefile
+++ /dev/null
@@ -1,55 +0,0 @@
-#! gmake
-#
-# The contents of this file are subject to the Mozilla Public
-# License Version 1.1 (the "License"); you may not use this file
-# except in compliance with the License. You may obtain a copy of
-# the License at http://www.mozilla.org/MPL/
-#
-# Software distributed under the License is distributed on an "AS
-# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
-# implied. See the License for the specific language governing
-# rights and limitations under the License.
-#
-# The Original Code is the Netscape security libraries.
-#
-# The Initial Developer of the Original Code is Netscape
-# Communications Corporation. Portions created by Netscape are
-# Copyright (C) 1994-2000 Netscape Communications Corporation. All
-# Rights Reserved.
-#
-# Contributor(s):
-#
-# Alternatively, the contents of this file may be used under the
-# terms of the GNU General Public License Version 2 or later (the
-# "GPL"), in which case the provisions of the GPL are applicable
-# instead of those above. If you wish to allow use of your
-# version of this file only under the terms of the GPL and not to
-# allow others to use your version of this file under the MPL,
-# indicate your decision by deleting the provisions above and
-# replace them with the notice and other provisions required by
-# the GPL. If you do not delete the provisions above, a recipient
-# may use your version of this file under either the MPL or the
-# GPL.
-#
-
-CORE_DEPTH = ../..
-DEPTH = ../..
-
-include $(CORE_DEPTH)/coreconf/config.mk
-
-publish:
-ifeq ($(OS_TARGET),Linux)
- rm -rf $(OBJDIR)
- cp -r linux $(OBJDIR)
- $(MAKE) -C $(OBJDIR) publish
-endif
-ifeq ($(OS_TARGET),SunOS)
- rm -rf $(OBJDIR)
- cp -r solaris $(OBJDIR)
- $(MAKE) -C $(OBJDIR) publish
-endif
-
-clean::
- rm -rf $(OBJDIR)
-
-include $(CORE_DEPTH)/coreconf/rules.mk
diff --git a/security/nss/pkg/linux/Makefile b/security/nss/pkg/linux/Makefile
deleted file mode 100644
index f25d09f71..000000000
--- a/security/nss/pkg/linux/Makefile
+++ /dev/null
@@ -1,59 +0,0 @@
-#
-# Copyright 2002 Sun Microsystems, Inc. All rights reserved.
-# Use is subject to license terms.
-#
-#ident "$Id$"
-#
-
-CORE_DEPTH = ../../..
-
-NAME = sun-nss
-RELEASE = 1
-TOPDIR = /usr/src/redhat
-VERSION = `grep NSS_VERSION $(CORE_DEPTH)/../dist/public/nss/nss.h \
- | sed -e 's/"$$//' -e 's/.*"//' -e 's/ .*//'`
-
-include $(CORE_DEPTH)/coreconf/config.mk
-
-publish:
- $(MAKE) clean
- mkdir -p usr/lib/mps
- find $(CORE_DEPTH)/../dist/$(OBJDIR)/lib -type l \
- \( -name "*.so" -o -name "*.chk" \) \
- -exec cp -L {} usr/lib/mps \;
- mkdir -p usr/include/mps
- cp -Lr $(CORE_DEPTH)/../dist/public/* usr/include/mps
- tar czvf $(NAME)-$(VERSION).tar.gz usr
- sed -e "s/NAME_REPLACE/$(NAME)/" \
- -e "s/VERSION_REPLACE/$(VERSION)/" \
- -e "s/RELEASE_REPLACE/$(RELEASE)/" \
- <$(NAME).spec >temp.spec
- echo "" >>temp.spec
- echo "%files" >>temp.spec
- echo "%defattr(-,root,root)" >>temp.spec
- echo "%dir /usr" >>temp.spec
- echo "%dir /usr/lib" >>temp.spec
- echo "%dir /usr/lib/mps" >>temp.spec
- find usr \( -name "*.so" -o -name "*.chk" \) \
- | sed -e "s-^-/-" >>temp.spec
- echo "" >>temp.spec
- echo "%files devel" >>temp.spec
- echo "%defattr(-,root,root)" >>temp.spec
- find usr -type d | sed -e "s-^-%dir /-" >>temp.spec
- find usr -type f ! \( -name "*.so" -o -name "*.chk" \) \
- | sed -e "s-^-/-" >>temp.spec
- cp $(NAME)-$(VERSION).tar.gz $(TOPDIR)/SOURCES
- rpm -ba temp.spec
- if [ ! -d RPMS ] ; then mkdir -p RPMS ; fi
- if [ ! -d SRPMS ] ; then mkdir -p SRPMS ; fi
- cp -v $(TOPDIR)/RPMS/i386/$(NAME)-$(VERSION)-* RPMS
- cp -v $(TOPDIR)/RPMS/i386/$(NAME)-devel-$(VERSION)-* RPMS
- cp -v $(TOPDIR)/SRPMS/$(NAME)-$(VERSION)-* SRPMS
-
-clean::
- rm -rf $(TOPDIR)/BUILD/$(NAME)
- rm -rf RPMS SRPMS usr
- rm -f temp.spec
- rm -f $(NAME)-$(VERSION).tar.gz
-
-include $(CORE_DEPTH)/coreconf/rules.mk
diff --git a/security/nss/pkg/linux/sun-nss.spec b/security/nss/pkg/linux/sun-nss.spec
deleted file mode 100644
index 1c3563332..000000000
--- a/security/nss/pkg/linux/sun-nss.spec
+++ /dev/null
@@ -1,41 +0,0 @@
-Summary: Network Security Services
-Name: NAME_REPLACE
-Vendor: Sun Microsystems
-Version: VERSION_REPLACE
-Release: RELEASE_REPLACE
-Copyright: MPL/GPL
-Group: System Environment/Base
-Source: %{name}-%{version}.tar.gz
-ExclusiveOS: Linux
-BuildRoot: /var/tmp/%{name}-root
-Requires: sun-nspr >= 4.3
-
-%description
-Network Security Services (NSS) is a set of libraries designed
-to support cross-platform development of security-enabled server
-applications. Applications built with NSS can support SSL v2
-and v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME,
-X.509 v3 certificates, and other security standards. See:
-http://www.mozilla.org/projects/security/pki/nss/overview.html
-
-%package devel
-Summary: Development Libraries for Network Security Services
-Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
-
-%description devel
-Header files for doing development with Network Security Services.
-
-%prep
-%setup -c
-
-%build
-
-%install
-rm -rf $RPM_BUILD_ROOT
-mkdir $RPM_BUILD_ROOT
-cd $RPM_BUILD_ROOT
-tar xvzf $RPM_SOURCE_DIR/%{name}-%{version}.tar.gz
-
-%clean
-rm -rf $RPM_BUILD_ROOT