[csw-devel] SF.net SVN: gar:[8769] csw/mgar/pkg/nss/trunk

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Tue Feb 23 20:45:23 CET 2010


Revision: 8769
          http://gar.svn.sourceforge.net/gar/?rev=8769&view=rev
Author:   wahwah
Date:     2010-02-23 19:45:23 +0000 (Tue, 23 Feb 2010)

Log Message:
-----------
nss: After renaming PLATFORMS to GAR_PLATFORMS in GAR it builds fine.

Modified Paths:
--------------
    csw/mgar/pkg/nss/trunk/Makefile
    csw/mgar/pkg/nss/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/nss/trunk/files/mpl-tri-license-txt

Modified: csw/mgar/pkg/nss/trunk/Makefile
===================================================================
--- csw/mgar/pkg/nss/trunk/Makefile	2010-02-23 19:36:38 UTC (rev 8768)
+++ csw/mgar/pkg/nss/trunk/Makefile	2010-02-23 19:45:23 UTC (rev 8769)
@@ -14,13 +14,10 @@
 # TODO: nss-config
 # TODO: a better nss.pc
 
-# the package does not compile on solaris8
-# so make it for solaris10 only at the moment
-PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
-
 # For DBG builds
 PATCHFILES  = whoami.patch
-# I'll let Wan-Teh decide what and where to patch
+
+# Required patches.
 PATCHFILES += include.patch
 PATCHFILES += ld-options.patch
 PATCHFILES += platlibs-sqlite3.patch
@@ -39,7 +36,7 @@
 PATCHLEVEL    = 4
 GARVERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(PATCHLEVEL)
 CATEGORIES = lib
-DESCRIPTION = Network Security Services library, implements PKI support
+DESCRIPTION = Network Security Services library, implements crypto, PKI, SSL, and S/MIME support
 define BLURB
   Network Security Services (NSS) is a set of libraries designed to support
   cross-platform development of security-enabled client and server
@@ -51,7 +48,8 @@
 # TODO: Generate RTM_NAME from GARVERSION
 RTM_NAME = NSS_3_12_4_RTM
 MASTER_SITES = https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/$(RTM_NAME)/src/
-DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+DISTFILES += mpl-tri-license-txt
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
 RUNTIME_DEP_PKGS = CSWnspr CSWsqlite3rt
 BUILD_DEP_PKGS = $(RUNTIME_DEP_PKGS) CSWnspr-devel CSWsqlite3devel
@@ -110,6 +108,8 @@
 NSS_BINARIES += signver
 NSS_BINARIES += ssltap
 
+LICENSE = mpl-tri-license-txt
+
 include gar/category.mk
 
 build-nss: build-coreconf build-dbm build-nss-compile

Modified: csw/mgar/pkg/nss/trunk/checksums
===================================================================
--- csw/mgar/pkg/nss/trunk/checksums	2010-02-23 19:36:38 UTC (rev 8768)
+++ csw/mgar/pkg/nss/trunk/checksums	2010-02-23 19:45:23 UTC (rev 8769)
@@ -1,5 +1,6 @@
 4b2246d07092fe8b2f29a1a01e9bc821  include.patch
 79083e118f3d885957910fc845844c1c  ld-options.patch
+fd5baf22edc790b6fb5b84e4ba915cf0  mpl-tri-license-txt
 1ee3ed9c1900079319bd1de51388d856  nss-3.12.4.tar.gz
 bd8d96c42238c7cfd07ec1ba21191066  platlibs-sqlite3-64.patch
 f0f40bd021423ab1680b4d87cd19c1db  platlibs-sqlite3.patch

Added: csw/mgar/pkg/nss/trunk/files/mpl-tri-license-txt
===================================================================
--- csw/mgar/pkg/nss/trunk/files/mpl-tri-license-txt	                        (rev 0)
+++ csw/mgar/pkg/nss/trunk/files/mpl-tri-license-txt	2010-02-23 19:45:23 UTC (rev 8769)
@@ -0,0 +1,35 @@
+***** BEGIN LICENSE BLOCK *****
+Version: MPL 1.1/GPL 2.0/LGPL 2.1
+
+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 Initial Developer of the Original Code is
+____________________________________________.
+Portions created by the Initial Developer are Copyright (C) 2___
+the Initial Developer. All Rights Reserved.
+
+Contributor(s):
+
+Alternatively, the contents of this file may be used under the terms of
+either the GNU General Public License Version 2 or later (the "GPL"), or
+the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
+in which case the provisions of the GPL or the LGPL are applicable instead
+of those above. If you wish to allow use of your version of this file only
+under the terms of either the GPL or the LGPL, and not to allow others to
+use your version of this file under the terms of the MPL, indicate your
+decision by deleting the provisions above and replace them with the notice
+and other provisions required by the GPL or the LGPL. If you do not delete
+the provisions above, a recipient may use your version of this file under
+the terms of any one of the MPL, the GPL or the LGPL.
+
+***** END LICENSE BLOCK *****


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list