SF.net SVN: gar:[22915] csw/mgar/pkg/openssl/trunk

chninkel at users.sourceforge.net chninkel at users.sourceforge.net
Wed Jan 29 22:23:25 CET 2014


Revision: 22915
          http://sourceforge.net/p/gar/code/22915
Author:   chninkel
Date:     2014-01-29 21:23:23 +0000 (Wed, 29 Jan 2014)
Log Message:
-----------
openssl/trunk: remove the openssl metapackage

Modified Paths:
--------------
    csw/mgar/pkg/openssl/trunk/Makefile

Removed Paths:
-------------
    csw/mgar/pkg/openssl/trunk/files/CSWopenssl.checkinstall
    csw/mgar/pkg/openssl/trunk/files/CSWopenssl.prototype

Modified: csw/mgar/pkg/openssl/trunk/Makefile
===================================================================
--- csw/mgar/pkg/openssl/trunk/Makefile	2014-01-29 16:30:50 UTC (rev 22914)
+++ csw/mgar/pkg/openssl/trunk/Makefile	2014-01-29 21:23:23 UTC (rev 22915)
@@ -24,15 +24,8 @@
   as a full-strength general-purpose cryptography library.
 endef
 
-PACKAGES = CSWopenssl CSWlibssl0-9-8 CSWlibssl-dev CSWopenssl-utils
+PACKAGES = CSWlibssl0-9-8 CSWlibssl-dev CSWopenssl-utils
 
-SPKG_DESC_CSWopenssl = Openssl meta package
-CATALOGNAME_CSWopenssl = openssl
-RUNTIME_DEP_PKGS_CSWopenssl = CSWlibssl-dev CSWopenssl-utils CSWlibssl0-9-8
-ARCHALL_CSWopenssl = 1
-OBSOLETED_BY_CSWopenssl = CSWossl
-CHECKPKG_OVERRIDES_CSWossl += surplus-dependency|CSWopenssl
-
 SPKG_DESC_CSWlibssl0-9-8 = Openssl runtime libraries
 CATALOGNAME_CSWlibssl0-9-8 = libssl0_9_8
 RUNTIME_DEP_PKGS_CSWlibssl0-9-8 = CSWcacertificates
@@ -52,11 +45,6 @@
 OBSOLETED_BY_CSWopenssl-utils = CSWosslutils
 CHECKPKG_OVERRIDES_CSWosslutils += surplus-dependency|CSWopenssl-utils
 
-# openssl is a meta-package
-CHECKPKG_OVERRIDES_CSWopenssl += surplus-dependency|CSWopenssl-utils
-CHECKPKG_OVERRIDES_CSWopenssl += surplus-dependency|CSWlibssl-dev
-CHECKPKG_OVERRIDES_CSWopenssl += surplus-dependency|CSWlibssl0-9-8
-
 # we use sun perl not csw one
 CHECKPKG_OVERRIDES_CSWopenssl-utils += missing-dependency|CSWperl
 
@@ -114,9 +102,6 @@
 CHECKPKG_OVERRIDES_CSWopenssl-utils += file-with-bad-content|/usr/local|root/opt/csw/share/doc/openssl_utils/FAQ
 CHECKPKG_OVERRIDES_CSWopenssl-utils += file-with-bad-content|/usr/local|root/opt/csw/share/doc/openssl_utils/INSTALL
 CHECKPKG_OVERRIDES_CSWopenssl-utils += file-with-bad-content|/usr/local|root/opt/csw/share/doc/openssl_utils/CHANGES
-CHECKPKG_OVERRIDES_CSWopenssl += file-with-bad-content|/usr/local|root/opt/csw/share/doc/openssl/INSTALL
-CHECKPKG_OVERRIDES_CSWopenssl += file-with-bad-content|/usr/local|root/opt/csw/share/doc/openssl/CHANGES
-CHECKPKG_OVERRIDES_CSWopenssl += file-with-bad-content|/usr/local|root/opt/csw/share/doc/openssl/FAQ
 CHECKPKG_OVERRIDES_CSWlibssl0-9-8 += file-with-bad-content|/usr/local|root/opt/csw/share/doc/libssl0_9_8/INSTALL
 CHECKPKG_OVERRIDES_CSWlibssl0-9-8 += file-with-bad-content|/usr/local|root/opt/csw/share/doc/libssl0_9_8/FAQ
 CHECKPKG_OVERRIDES_CSWlibssl0-9-8 += file-with-bad-content|/usr/local|root/opt/csw/share/doc/libssl0_9_8/CHANGES
@@ -135,7 +120,6 @@
 UFILES_REGEX = $(NAME)-(0.9.8[a-z]).tar.gz
 
 DISTFILES  = $(NAME)-$(VERSION).tar.gz 
-DISTFILES += CSWopenssl.prototype
 DISTFILES += CSWlibssl0-9-8.prototype-i386 CSWlibssl0-9-8.prototype-sparc
 DISTFILES += CSWlibssl-dev.prototype-i386 CSWlibssl-dev.prototype-sparc
 DISTFILES += CSWopenssl-utils.prototype 

Deleted: csw/mgar/pkg/openssl/trunk/files/CSWopenssl.checkinstall
===================================================================
--- csw/mgar/pkg/openssl/trunk/files/CSWopenssl.checkinstall	2014-01-29 16:30:50 UTC (rev 22914)
+++ csw/mgar/pkg/openssl/trunk/files/CSWopenssl.checkinstall	2014-01-29 21:23:23 UTC (rev 22915)
@@ -1,29 +0,0 @@
-#!/bin/sh
-
-PLATFORM=`/usr/bin/uname -p`
-VERSION=`/usr/bin/uname -r`
-
-# Solaris 8 requires patches to have /dev/random and /dev/urandom.
-if [ $VERSION -eq "5.8" ]; then
-
-	if [ ! -c $PKG_ROOT_DIR/dev/random ]; then
-		echo "ERROR: /dev/random must exist."
-		err=1
-	fi
-
-	if [ ! -c $PKG_ROOT_DIR/dev/urandom ]; then
-		echo "ERROR: /dev/urandom must exist."
-		err=1
-	fi
-
-	if [ "$err" = "1" ]; then
-		if [ $PLATFORM -eq "sparc" ]; then
-			echo "Please install patch 112438."
-		elif [ $PLATFORM -eq "i386" ]; then
-			echo "Please install patch 112439."
-		fi
-		exit 1
-	fi
-fi
-
-exit 0

Deleted: csw/mgar/pkg/openssl/trunk/files/CSWopenssl.prototype
===================================================================
--- csw/mgar/pkg/openssl/trunk/files/CSWopenssl.prototype	2014-01-29 16:30:50 UTC (rev 22914)
+++ csw/mgar/pkg/openssl/trunk/files/CSWopenssl.prototype	2014-01-29 21:23:23 UTC (rev 22915)
@@ -1,14 +0,0 @@
-d none /opt/csw/share/doc/openssl 0755 root bin
-f none /opt/csw/share/doc/openssl/changelog.CSW 644 root bin
-f none /opt/csw/share/doc/openssl/license 644 root bin
-f none /opt/csw/share/doc/openssl/CHANGES 644 root bin
-f none /opt/csw/share/doc/openssl/CHANGES.SSLeay 644 root bin
-f none /opt/csw/share/doc/openssl/PROBLEMS 644 root bin
-f none /opt/csw/share/doc/openssl/README 644 root bin
-f none /opt/csw/share/doc/openssl/FAQ 644 root bin
-f none /opt/csw/share/doc/openssl/README.ASN1 644 root bin
-f none /opt/csw/share/doc/openssl/INSTALL 644 root bin
-f none /opt/csw/share/doc/openssl/NEWS 644 root bin
-f none /opt/csw/share/doc/openssl/README.ENGINE 644 root bin
-f none /opt/csw/share/doc/openssl/README.CSW 644 root bin
-i checkpkg_override=checkpkg_override.CSWopenssl

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