[csw-devel] SF.net SVN: gar:[7140] csw/mgar/pkg/openssl/trunk

chninkel at users.sourceforge.net chninkel at users.sourceforge.net
Fri Nov 6 11:14:53 CET 2009


Revision: 7140
          http://gar.svn.sourceforge.net/gar/?rev=7140&view=rev
Author:   chninkel
Date:     2009-11-06 10:14:52 +0000 (Fri, 06 Nov 2009)

Log Message:
-----------
openssl: followed some dago's advices

Modified Paths:
--------------
    csw/mgar/pkg/openssl/trunk/Makefile
    csw/mgar/pkg/openssl/trunk/checksums
    csw/mgar/pkg/openssl/trunk/files/CSWossl.prototype
    csw/mgar/pkg/openssl/trunk/files/CSWossldevel.prototype-i386
    csw/mgar/pkg/openssl/trunk/files/CSWossldevel.prototype-sparc
    csw/mgar/pkg/openssl/trunk/files/CSWosslrt.prototype-i386
    csw/mgar/pkg/openssl/trunk/files/CSWosslutils.prototype

Added Paths:
-----------
    csw/mgar/pkg/openssl/trunk/files/more_configure_targets.patch

Removed Paths:
-------------
    csw/mgar/pkg/openssl/trunk/files/oldlibs.list.0.9.7m-i386
    csw/mgar/pkg/openssl/trunk/files/oldlibs.list.0.9.7m-sparc
    csw/mgar/pkg/openssl/trunk/files/openssl.0.9.7.patch
    csw/mgar/pkg/openssl/trunk/files/openssl.0.9.8.patch

Modified: csw/mgar/pkg/openssl/trunk/Makefile
===================================================================
--- csw/mgar/pkg/openssl/trunk/Makefile	2009-11-06 08:34:23 UTC (rev 7139)
+++ csw/mgar/pkg/openssl/trunk/Makefile	2009-11-06 10:14:52 UTC (rev 7140)
@@ -14,8 +14,6 @@
 
 GARNAME = openssl
 GARVERSION = 0.9.8k
-OPENSSL_VERSION := $(shell echo $(GARVERSION) | sed -e 's/[a-z]//g')
-OPENSSL_RELEASE := $(shell echo $(GARVERSION) | sed -e 's/[^a-z]//g')
 CATEGORIES = lib
 
 DESCRIPTION = The Open Source toolkit for SSL and TLS
@@ -53,7 +51,6 @@
 # We define upstream file regex so we can be notifed of new upstream software release
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*[a-z]?).tar.gz
 
-DISTNAME   = $(GARNAME)-$(GARVERSION)
 DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz 
 DISTFILES += CSWossl.prototype
 DISTFILES += CSWosslrt.checkinstall CSWosslrt.preinstall CSWosslrt.postinstall CSWosslrt.prototype-i386 CSWosslrt.prototype-sparc
@@ -63,13 +60,16 @@
 
 DOCFILES = CHANGES CHANGES.SSLeay PROBLEMS README FAQ README.ASN1 INSTALL NEWS README.ENGINE
 
-PATCHFILES = openssl.$(OPENSSL_VERSION).patch
+# This patch add optimised build targets for some solaris isa, ie:
+# solaris-386-cc, solaris-pentium-cc, solaris-pentium_pro-cc, solaris-sparcv9+vis-cc
+PATCHFILES = more_configure_targets.patch
 
 
 ##### Build and installation information #####
 
 GARCOMPILER = SOS11
 
+
 # The list of instructions set for which we will 
 # provide optimized libraries and binaries
 EXTRA_BUILD_ISAS_i386 = pentium_pro amd64
@@ -78,14 +78,15 @@
 # we don't yet use isaexec support so we disable
 # isa relocation for default isa
 NO_ISAEXEC = 1
+
 # GAR wants and puts sparcv9 in lib/64 but openssl build system
 # isn't the standard autoconf/automake one so we disable this
 # relocation for now
 ISALIBDIR_sparcv9 = .
 libdir = /opt/csw/lib
 
-# we redefine the default merge exclude so *.a files are not excluded
-MERGE_EXCLUDE_DEFAULT = $(MERGE_EXCLUDE_INFODIR)
+# we include *.a files in the devel package so we don't want them excluded
+MERGE_EXCLUDE_STATICLIBS = 
 
 # The corresponding os/compiler to pass to the
 # openssl Configure script
@@ -117,24 +118,10 @@
 # we include previous release of libraries file for comptability purpose
 OLDLIBS                 = 0.9.7m
 
-SKIPTEST = 1
-
 # support for pkcs11 engine http://blogs.sun.com/chichang1/entry/how_to_integrate_pkcs11_engine
 ifdef PKCS11
 	PATCHFILES += pkcs11_engine-0.9.8h.patch.2008-07-29
-	ifeq ($(GARCH),sparc)
-		ifeq ($(ISA),sparcv9)
-			CONFIGURE_ARGS += --pk11-libname=/usr/lib/sparcv9/libpkcs11.so
-		else
-			CONFIGURE_ARGS += --pk11-libname=/usr/lib/libpkcs11.so
-		endif
-	else
-		ifeq ($(ISA),amd64)
-			CONFIGURE_ARGS += --pk11-libname=/usr/lib/sparcv9/libpkcs11.so
-		else
-			CONFIGURE_ARGS += --pk11-libname=/usr/lib/libpkcs11.so
-		endif
-	endif
+	CONFIGURE_ARGS += --pk11-libname=$(abspath /usr/lib/$(MM_LIBDIR)) 
 endif 
 
 include gar/category.mk
@@ -153,12 +140,17 @@
 	find $(DESTDIR)$(libdir) -name "*.so*" -exec strip -x '{}' ';'
 
 install-changelog:
-	ginstall -D $(WORKROOTDIR)/build-$(firstword $(MODULATIONS))/changelog.CSW $(SPKG_PKGBASE)/changelog.CSW
+	for CATALOGNAME in $(foreach PKG, $(PACKAGES), $(call catalogname,$(PKG))); do \
+		ginstall -D $(WORKDIR_FIRSTMOD)/changelog.CSW $(PKGROOT)/$(docdir)/$$CATALOGNAME/changelog.CSW; \
+	done	
 	@$(MAKECOOKIE)
 
 install-doc:
-	cd $(WORKSRC_FIRSTMOD)/ && ginstall $(DOCFILES) $(SPKG_PKGBASE)/
-	ginstall -D $(WORKROOTDIR)/build-$(firstword $(MODULATIONS))/README.CSW $(SPKG_PKGBASE)/README.CSW
+	for CATALOGNAME in $(foreach PKG, $(PACKAGES), $(call catalogname,$(PKG))); do \
+		ginstall -d $(DOCFILES) $(PKGROOT)/$(docdir)/$$CATALOGNAME; \
+		(cd $(WORKSRC_FIRSTMOD)/ && ginstall $(DOCFILES) $(PKGROOT)/$(docdir)/$$CATALOGNAME/); \
+		ginstall -D $(WORKDIR_FIRSTMOD)/README.CSW $(PKGROOT)/$(docdir)/$$CATALOGNAME/README.CSW; \
+	done
 	@$(MAKECOOKIE)
 
 install-certs: 

Modified: csw/mgar/pkg/openssl/trunk/checksums
===================================================================
--- csw/mgar/pkg/openssl/trunk/checksums	2009-11-06 08:34:23 UTC (rev 7139)
+++ csw/mgar/pkg/openssl/trunk/checksums	2009-11-06 10:14:52 UTC (rev 7140)
@@ -1,13 +1,13 @@
-bd9bb4dfb9602fba461b21fa37f97765  CSWossl.prototype
-da3116a1d8dfd2bd3e4f2a11f4fb5f8b  CSWossldevel.prototype-i386
-bd40fcb60dfef960da30c718b718149d  CSWossldevel.prototype-sparc
+66ea60c5a5446d9ac900b39bc36f6afa  CSWossl.prototype
+84293971f7dee23869728b6434b02abe  CSWossldevel.prototype-i386
+b5193ec99f643aa22156f62ee965aa82  CSWossldevel.prototype-sparc
 05ace5330714d6cd9c0e076b6ae2518f  CSWosslrt.checkinstall
 1c3f600eaf942a18ecab3637e1fc32bd  CSWosslrt.postinstall
 c9de908daad1a31fca20329cb043ad3c  CSWosslrt.preinstall
-463d53d6fcab5f33e2e204a831d47ccc  CSWosslrt.prototype-i386
+8b14ea8718a295d97ace5d7933a957d1  CSWosslrt.prototype-i386
 ec547e9a56e0933a928fd9d505c19333  CSWosslrt.prototype-sparc
-89ccb44272d2a4eb33fd4086c3348f3e  CSWosslutils.prototype
+88634d81695a173bdb35df1a80cc9761  CSWosslutils.prototype
 b78faa440d6f6a2a07663de331678648  README.CSW
 904ceefa66b6b7b7e93ae0e9bc58bac8  changelog.CSW
+64f7c3f3a6cae483209b69c31c82557d  more_configure_targets.patch
 e555c6d58d276aec7fdc53363e338ab3  openssl-0.9.8k.tar.gz
-64f7c3f3a6cae483209b69c31c82557d  openssl.0.9.8.patch

Modified: csw/mgar/pkg/openssl/trunk/files/CSWossl.prototype
===================================================================
--- csw/mgar/pkg/openssl/trunk/files/CSWossl.prototype	2009-11-06 08:34:23 UTC (rev 7139)
+++ csw/mgar/pkg/openssl/trunk/files/CSWossl.prototype	2009-11-06 10:14:52 UTC (rev 7140)
@@ -1,12 +1,12 @@
 d none /opt/csw/share/doc/openssl 0755 root bin
-f none /opt/csw/share/doc/openssl/changelog.CSW=changelog.CSW 644 root bin
-f none /opt/csw/share/doc/openssl/CHANGES=CHANGES 644 root bin
-f none /opt/csw/share/doc/openssl/CHANGES.SSLeay=CHANGES 644 root bin
-f none /opt/csw/share/doc/openssl/PROBLEMS=CHANGES 644 root bin
-f none /opt/csw/share/doc/openssl/README=CHANGES 644 root bin
-f none /opt/csw/share/doc/openssl/FAQ=CHANGES 644 root bin
-f none /opt/csw/share/doc/openssl/README.ASN1=CHANGES 644 root bin
-f none /opt/csw/share/doc/openssl/INSTALL=CHANGES 644 root bin
-f none /opt/csw/share/doc/openssl/NEWS=CHANGES 644 root bin
-f none /opt/csw/share/doc/openssl/README.ENGINE=CHANGES 644 root bin
-f none /opt/csw/share/doc/openssl/README.CSW=README.CSW 644 root bin
+f none /opt/csw/share/doc/openssl/changelog.CSW 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

Modified: csw/mgar/pkg/openssl/trunk/files/CSWossldevel.prototype-i386
===================================================================
--- csw/mgar/pkg/openssl/trunk/files/CSWossldevel.prototype-i386	2009-11-06 08:34:23 UTC (rev 7139)
+++ csw/mgar/pkg/openssl/trunk/files/CSWossldevel.prototype-i386	2009-11-06 10:14:52 UTC (rev 7140)
@@ -1041,14 +1041,14 @@
 f none /opt/csw/share/man/man3/ui.3 0644 root bin
 f none /opt/csw/share/man/man3/ui_compat.3 0644 root bin
 f none /opt/csw/share/man/man3/x509.3 0644 root bin
-f none /opt/csw/share/doc/openssl_devel/changelog.CSW=changelog.CSW 644 root bin
-f none /opt/csw/share/doc/openssl_devel/CHANGES=CHANGES 644 root bin
-f none /opt/csw/share/doc/openssl_devel/CHANGES.SSLeay=CHANGES 644 root bin
-f none /opt/csw/share/doc/openssl_devel/PROBLEMS=CHANGES 644 root bin
-f none /opt/csw/share/doc/openssl_devel/README=CHANGES 644 root bin
-f none /opt/csw/share/doc/openssl_devel/FAQ=CHANGES 644 root bin
-f none /opt/csw/share/doc/openssl_devel/README.ASN1=CHANGES 644 root bin
-f none /opt/csw/share/doc/openssl_devel/INSTALL=CHANGES 644 root bin
-f none /opt/csw/share/doc/openssl_devel/NEWS=CHANGES 644 root bin
-f none /opt/csw/share/doc/openssl_devel/README.ENGINE=CHANGES 644 root bin
-f none /opt/csw/share/doc/openssl_devel/README.CSW=README.CSW 644 root bin
+f none /opt/csw/share/doc/openssl_devel/changelog.CSW 644 root bin
+f none /opt/csw/share/doc/openssl_devel/CHANGES 644 root bin
+f none /opt/csw/share/doc/openssl_devel/CHANGES.SSLeay 644 root bin
+f none /opt/csw/share/doc/openssl_devel/PROBLEMS 644 root bin
+f none /opt/csw/share/doc/openssl_devel/README 644 root bin
+f none /opt/csw/share/doc/openssl_devel/FAQ 644 root bin
+f none /opt/csw/share/doc/openssl_devel/README.ASN1 644 root bin
+f none /opt/csw/share/doc/openssl_devel/INSTALL 644 root bin
+f none /opt/csw/share/doc/openssl_devel/NEWS 644 root bin
+f none /opt/csw/share/doc/openssl_devel/README.ENGINE 644 root bin
+f none /opt/csw/share/doc/openssl_devel/README.CSW 644 root bin

Modified: csw/mgar/pkg/openssl/trunk/files/CSWossldevel.prototype-sparc
===================================================================
--- csw/mgar/pkg/openssl/trunk/files/CSWossldevel.prototype-sparc	2009-11-06 08:34:23 UTC (rev 7139)
+++ csw/mgar/pkg/openssl/trunk/files/CSWossldevel.prototype-sparc	2009-11-06 10:14:52 UTC (rev 7140)
@@ -1041,14 +1041,14 @@
 f none /opt/csw/share/man/man3/ui.3 0644 root bin
 f none /opt/csw/share/man/man3/ui_compat.3 0644 root bin
 f none /opt/csw/share/man/man3/x509.3 0644 root bin
-f none /opt/csw/share/doc/openssl_devel/changelog.CSW=changelog.CSW 644 root bin
-f none /opt/csw/share/doc/openssl_devel/CHANGES=CHANGES 644 root bin
-f none /opt/csw/share/doc/openssl_devel/CHANGES.SSLeay=CHANGES 644 root bin
-f none /opt/csw/share/doc/openssl_devel/PROBLEMS=CHANGES 644 root bin
-f none /opt/csw/share/doc/openssl_devel/README=CHANGES 644 root bin
-f none /opt/csw/share/doc/openssl_devel/FAQ=CHANGES 644 root bin
-f none /opt/csw/share/doc/openssl_devel/README.ASN1=CHANGES 644 root bin
-f none /opt/csw/share/doc/openssl_devel/INSTALL=CHANGES 644 root bin
-f none /opt/csw/share/doc/openssl_devel/NEWS=CHANGES 644 root bin
-f none /opt/csw/share/doc/openssl_devel/README.ENGINE=CHANGES 644 root bin
-f none /opt/csw/share/doc/openssl_devel/README.CSW=README.CSW 644 root bin
+f none /opt/csw/share/doc/openssl_devel/changelog.CSW 644 root bin
+f none /opt/csw/share/doc/openssl_devel/CHANGES 644 root bin
+f none /opt/csw/share/doc/openssl_devel/CHANGES.SSLeay 644 root bin
+f none /opt/csw/share/doc/openssl_devel/PROBLEMS 644 root bin
+f none /opt/csw/share/doc/openssl_devel/README 644 root bin
+f none /opt/csw/share/doc/openssl_devel/FAQ 644 root bin
+f none /opt/csw/share/doc/openssl_devel/README.ASN1 644 root bin
+f none /opt/csw/share/doc/openssl_devel/INSTALL 644 root bin
+f none /opt/csw/share/doc/openssl_devel/NEWS 644 root bin
+f none /opt/csw/share/doc/openssl_devel/README.ENGINE 644 root bin
+f none /opt/csw/share/doc/openssl_devel/README.CSW 644 root bin

Modified: csw/mgar/pkg/openssl/trunk/files/CSWosslrt.prototype-i386
===================================================================
--- csw/mgar/pkg/openssl/trunk/files/CSWosslrt.prototype-i386	2009-11-06 08:34:23 UTC (rev 7139)
+++ csw/mgar/pkg/openssl/trunk/files/CSWosslrt.prototype-i386	2009-11-06 10:14:52 UTC (rev 7140)
@@ -30,14 +30,14 @@
 s none /opt/csw/ssl/private=../../../etc/opt/csw/ssl/private
 d none /etc/opt/csw/ssl/private 0700 root bin
 s none /opt/csw/etc/ssl/private=../../../../etc/opt/csw/ssl/private
-f none /opt/csw/share/doc/openssl_rt/changelog.CSW=changelog.CSW 644 root bin
-f none /opt/csw/share/doc/openssl_rt/CHANGES=CHANGES 644 root bin
-f none /opt/csw/share/doc/openssl_rt/CHANGES.SSLeay=CHANGES 644 root bin
-f none /opt/csw/share/doc/openssl_rt/PROBLEMS=CHANGES 644 root bin
-f none /opt/csw/share/doc/openssl_rt/README=CHANGES 644 root bin
-f none /opt/csw/share/doc/openssl_rt/FAQ=CHANGES 644 root bin
-f none /opt/csw/share/doc/openssl_rt/README.ASN1=CHANGES 644 root bin
-f none /opt/csw/share/doc/openssl_rt/INSTALL=CHANGES 644 root bin
-f none /opt/csw/share/doc/openssl_rt/NEWS=CHANGES 644 root bin
-f none /opt/csw/share/doc/openssl_rt/README.ENGINE=CHANGES 644 root bin
-f none /opt/csw/share/doc/openssl_rt/README.CSW=README.CSW 644 root bin
+f none /opt/csw/share/doc/openssl_rt/changelog.CSW 644 root bin
+f none /opt/csw/share/doc/openssl_rt/CHANGES 644 root bin
+f none /opt/csw/share/doc/openssl_rt/CHANGES.SSLeay 644 root bin
+f none /opt/csw/share/doc/openssl_rt/PROBLEMS 644 root bin
+f none /opt/csw/share/doc/openssl_rt/README 644 root bin
+f none /opt/csw/share/doc/openssl_rt/FAQ 644 root bin
+f none /opt/csw/share/doc/openssl_rt/README.ASN1 644 root bin
+f none /opt/csw/share/doc/openssl_rt/INSTALL 644 root bin
+f none /opt/csw/share/doc/openssl_rt/NEWS 644 root bin
+f none /opt/csw/share/doc/openssl_rt/README.ENGINE 644 root bin
+f none /opt/csw/share/doc/openssl_rt/README.CSW 644 root bin

Modified: csw/mgar/pkg/openssl/trunk/files/CSWosslutils.prototype
===================================================================
--- csw/mgar/pkg/openssl/trunk/files/CSWosslutils.prototype	2009-11-06 08:34:23 UTC (rev 7139)
+++ csw/mgar/pkg/openssl/trunk/files/CSWosslutils.prototype	2009-11-06 10:14:52 UTC (rev 7140)
@@ -63,14 +63,14 @@
 s none /opt/csw/ssl/openssl.cnf=/opt/csw/etc/ssl/openssl.cnf 0644 root bin
 d none /opt/csw/etc/ssl 0755 root bin
 f cswpreserveconf /opt/csw/etc/ssl/openssl.cnf.CSW 0644 root bin
-f none /opt/csw/share/doc/openssl_utils/changelog.CSW=changelog.CSW 644 root bin
-f none /opt/csw/share/doc/openssl_utils/CHANGES=CHANGES 644 root bin
-f none /opt/csw/share/doc/openssl_utils/CHANGES.SSLeay=CHANGES 644 root bin
-f none /opt/csw/share/doc/openssl_utils/PROBLEMS=CHANGES 644 root bin
-f none /opt/csw/share/doc/openssl_utils/README=CHANGES 644 root bin
-f none /opt/csw/share/doc/openssl_utils/FAQ=CHANGES 644 root bin
-f none /opt/csw/share/doc/openssl_utils/README.ASN1=CHANGES 644 root bin
-f none /opt/csw/share/doc/openssl_utils/INSTALL=CHANGES 644 root bin
-f none /opt/csw/share/doc/openssl_utils/NEWS=CHANGES 644 root bin
-f none /opt/csw/share/doc/openssl_utils/README.ENGINE=CHANGES 644 root bin
-f none /opt/csw/share/doc/openssl_utils/README.CSW=README.CSW 644 root bin
+f none /opt/csw/share/doc/openssl_utils/changelog.CSW 644 root bin
+f none /opt/csw/share/doc/openssl_utils/CHANGES 644 root bin
+f none /opt/csw/share/doc/openssl_utils/CHANGES.SSLeay 644 root bin
+f none /opt/csw/share/doc/openssl_utils/PROBLEMS 644 root bin
+f none /opt/csw/share/doc/openssl_utils/README 644 root bin
+f none /opt/csw/share/doc/openssl_utils/FAQ 644 root bin
+f none /opt/csw/share/doc/openssl_utils/README.ASN1 644 root bin
+f none /opt/csw/share/doc/openssl_utils/INSTALL 644 root bin
+f none /opt/csw/share/doc/openssl_utils/NEWS 644 root bin
+f none /opt/csw/share/doc/openssl_utils/README.ENGINE 644 root bin
+f none /opt/csw/share/doc/openssl_utils/README.CSW 644 root bin

Copied: csw/mgar/pkg/openssl/trunk/files/more_configure_targets.patch (from rev 7128, csw/mgar/pkg/openssl/trunk/files/openssl.0.9.8.patch)
===================================================================
--- csw/mgar/pkg/openssl/trunk/files/more_configure_targets.patch	                        (rev 0)
+++ csw/mgar/pkg/openssl/trunk/files/more_configure_targets.patch	2009-11-06 10:14:52 UTC (rev 7140)
@@ -0,0 +1,26 @@
+diff -ur openssl-0.9.8i.orig/Configure openssl-0.9.8i/Configure
+--- openssl-0.9.8i.orig/Configure	2008-09-12 16:47:00.000000000 +0200
++++ openssl-0.9.8i/Configure	2008-09-26 21:39:48.373741600 +0200
+@@ -199,8 +199,12 @@
+ "solaris64-x86_64-gcc","gcc:-m64 -O3 -Wall -DL_ENDIAN -DMD32_REG_T=int::-D_REENTRANT::-lsocket -lnsl -ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK BF_PTR2 DES_INT DES_UNROLL:${x86_64_asm}:dlfcn:solaris-shared:-fPIC:-m64 -shared -static-libgcc:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
+  
+ #### Solaris x86 with Sun C setups
+-"solaris-x86-cc","cc:-fast -O -Xa::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_UNROLL BF_PTR:${no_asm}:dlfcn:solaris-shared:-KPIC:-G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
+-"solaris64-x86_64-cc","cc:-fast -xarch=amd64 -xstrconst -Xa -DL_ENDIAN::-D_REENTRANT::-lsocket -lnsl -ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK BF_PTR2 DES_INT DES_UNROLL:${x86_64_asm}:dlfcn:solaris-shared:-KPIC:-xarch=amd64 -G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
++"solaris-x86-cc","cc:-fast -xdepend=no -O -Xa::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_UNROLL BF_PTR:${no_asm}:dlfcn:solaris-shared:-KPIC:-G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
++"solaris-386-cc","cc:-fast -xdepend=no -xarch=386 -Xa::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR 
++RC4_CHUNK DES_PTR DES_UNROLL BF_PTR:${no_asm}:dlfcn:solaris-shared:-KPIC:-G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
++"solaris-pentium-cc","cc:-fast -xdepend=no -xpentium -Xa::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_UNROLL BF_PTR:${no_asm}:dlfcn:solaris-shared:-KPIC:-G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
++"solaris-pentium_pro-cc","cc:-fast -xdepend=no -xarch=pentium_pro -Xa::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_UNROLL BF_PTR:${no_asm}:dlfcn:solaris-shared:-KPIC:-G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
++"solaris64-x86_64-cc","cc:-fast -xdepend=no -xarch=amd64 -xstrconst -Xa -DL_ENDIAN::-D_REENTRANT::-lsocket -lnsl -ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK BF_PTR2 DES_INT DES_UNROLL:${x86_64_asm}:dlfcn:solaris-shared:-KPIC:-xarch=amd64 -G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
+ 
+ #### SPARC Solaris with GNU C setups
+ "solaris-sparcv7-gcc","gcc:-O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${no_asm}:dlfcn:solaris-shared:-fPIC:-shared:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
+@@ -219,6 +223,7 @@
+ "solaris-sparcv7-cc","cc:-xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR:${no_asm}:dlfcn:solaris-shared:-KPIC:-G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
+ "solaris-sparcv8-cc","cc:-xarch=v8 -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR::sparcv8.o:des_enc-sparc.o fcrypt_b.o:::::::::dlfcn:solaris-shared:-KPIC:-G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
+ "solaris-sparcv9-cc","cc:-xtarget=ultra -xarch=v8plus -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT:ULTRASPARC:-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK_LL DES_PTR DES_RISC1 DES_UNROLL BF_PTR::sparcv8plus.o:des_enc-sparc.o fcrypt_b.o:::::::::dlfcn:solaris-shared:-KPIC:-G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
++"solaris-sparcv9+vis-cc","cc:-xtarget=ultra -xarch=v8plusa -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT:ULTRASPARC:-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK_LL DES_PTR DES_RISC1 DES_UNROLL BF_PTR::sparcv8plus.o:des_enc-sparc.o fcrypt_b.o:::::::::dlfcn:solaris-shared:-KPIC:-G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
+ "solaris64-sparcv9-cc","cc:-xtarget=ultra -xarch=v9 -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN::-D_REENTRANT:ULTRASPARC:-lsocket -lnsl -ldl:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL BF_PTR:::des_enc-sparc.o fcrypt_b.o:::::::::dlfcn:solaris-shared:-KPIC:-xarch=v9 -G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):/usr/ccs/bin/ar rs",
+ ####
+ "debug-solaris-sparcv8-cc","cc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG_ALL -xarch=v8 -g -O -xstrconst -Xa -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR::sparcv8.o::::::::::dlfcn:solaris-shared:-KPIC:-G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",

Deleted: csw/mgar/pkg/openssl/trunk/files/oldlibs.list.0.9.7m-i386
===================================================================
--- csw/mgar/pkg/openssl/trunk/files/oldlibs.list.0.9.7m-i386	2009-11-06 08:34:23 UTC (rev 7139)
+++ csw/mgar/pkg/openssl/trunk/files/oldlibs.list.0.9.7m-i386	2009-11-06 10:14:52 UTC (rev 7140)
@@ -1,4 +0,0 @@
-opt/csw/lib/libcrypto.so.0.9.7
-opt/csw/lib/libssl.so.0.9.7
-opt/csw/lib/pentium_pro/libcrypto.so.0.9.7
-opt/csw/lib/pentium_pro/libssl.so.0.9.7

Deleted: csw/mgar/pkg/openssl/trunk/files/oldlibs.list.0.9.7m-sparc
===================================================================
--- csw/mgar/pkg/openssl/trunk/files/oldlibs.list.0.9.7m-sparc	2009-11-06 08:34:23 UTC (rev 7139)
+++ csw/mgar/pkg/openssl/trunk/files/oldlibs.list.0.9.7m-sparc	2009-11-06 10:14:52 UTC (rev 7140)
@@ -1,6 +0,0 @@
-opt/csw/lib/libcrypto.so.0.9.7
-opt/csw/lib/libssl.so.0.9.7
-opt/csw/lib/sparcv8plus+vis/libcrypto.so.0.9.7
-opt/csw/lib/sparcv8plus+vis/libssl.so.0.9.7
-opt/csw/lib/sparcv9/libcrypto.so.0.9.7
-opt/csw/lib/sparcv9/libssl.so.0.9.7

Deleted: csw/mgar/pkg/openssl/trunk/files/openssl.0.9.7.patch
===================================================================
--- csw/mgar/pkg/openssl/trunk/files/openssl.0.9.7.patch	2009-11-06 08:34:23 UTC (rev 7139)
+++ csw/mgar/pkg/openssl/trunk/files/openssl.0.9.7.patch	2009-11-06 10:14:52 UTC (rev 7140)
@@ -1,68 +0,0 @@
-diff --speed-large-files --minimal -Nru openssl-0.9.7m.orig/Configure openssl-0.9.7m/Configure
---- openssl-0.9.7m.orig/Configure	2007-02-22 17:30:49.000000000 -0500
-+++ openssl-0.9.7m/Configure	2007-05-08 10:48:55.638232000 -0400
-@@ -180,8 +180,11 @@
- "solaris64-x86_64-gcc","gcc:-m64 -O3 -Wall -DL_ENDIAN -DMD32_REG_T=int::-D_REENTRANT::-lsocket -lnsl -ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK RC4_CHAR BF_PTR2 DES_INT DES_UNROLL:asm/x86_64-gcc.o::::::asm/rc4-x86_64.o:::dlfcn:solaris-shared:-fPIC:-m64 -shared -static-libgcc:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
- 
- #### Solaris x86 with Sun C setups
--"solaris-x86-cc","cc:-fast -O -Xa::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_UNROLL BF_PTR::::::::::dlfcn:solaris-shared:-KPIC:-G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
--"solaris64-x86_64-cc","cc:-fast -xarch=amd64 -xstrconst -Xa -DL_ENDIAN::-D_REENTRANT::-lsocket -lnsl -ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK RC4_CHAR BF_PTR2 DES_INT DES_UNROLL::::::::::dlfcn:solaris-shared:-KPIC:-xarch=amd64 -G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
-+"solaris-x86-cc","cc:-fast -xdepend=no -O -Xa::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_UNROLL BF_PTR::::::::::dlfcn:solaris-shared:-KPIC:-G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
-+"solaris-386-cc","cc:-fast -xdepend=no -xarch=386  -Xa::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_UNROLL BF_PTR::::::::::dlfcn:solaris-shared:-KPIC:-G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
-+"solaris-pentium-cc","cc:-fast -xdepend=no -xpentium -Xa::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_UNROLL BF_PTR::::::::::dlfcn:solaris-shared:-KPIC:-G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
-+"solaris-pentium_pro-cc","cc:-fast -xdepend=no -xarch=pentium_pro -Xa::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_UNROLL BF_PTR::::::::::dlfcn:solaris-shared:-KPIC:-G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
-+"solaris64-x86_64-cc","cc:-fast -xdepend=no -xarch=amd64 -xstrconst -Xa -DL_ENDIAN::-D_REENTRANT::-lsocket -lnsl -ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK RC4_CHAR BF_PTR2 DES_INT DES_UNROLL::::::::::dlfcn:solaris-shared:-KPIC:-xarch=amd64 -G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
- 
- #### SPARC Solaris with GNU C setups
- "solaris-sparcv7-gcc","gcc:-O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR::::::::::dlfcn:solaris-shared:-fPIC:-shared:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
-@@ -207,6 +210,7 @@
- "solaris-sparcv7-cc","cc:-xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR::::::::::dlfcn:solaris-shared:-KPIC:-G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
- "solaris-sparcv8-cc","cc:-xarch=v8 -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR:asm/sparcv8.o:::::::::dlfcn:solaris-shared:-KPIC:-G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
- "solaris-sparcv9-cc","cc:-xtarget=ultra -xarch=v8plus -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT:ULTRASPARC:-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK_LL DES_PTR DES_RISC1 DES_UNROLL BF_PTR:asm/sparcv8plus.o:::asm/md5-sparcv8plus.o::::::dlfcn:solaris-shared:-KPIC:-G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
-+"solaris-sparcv9+vis-cc","cc:-xtarget=ultra -xarch=v8plusa -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT:ULTRASPARC:-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK_LL DES_PTR DES_RISC1 DES_UNROLL BF_PTR:asm/sparcv8plus.o:::asm/md5-sparcv8plus.o::::::dlfcn:solaris-shared:-KPIC:-G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
- "solaris64-sparcv9-cc","cc:-xtarget=ultra -xarch=v9 -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN::-D_REENTRANT:ULTRASPARC:-lsocket -lnsl -ldl:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL BF_PTR::::asm/md5-sparcv9.o::::::dlfcn:solaris-shared:-KPIC:-xarch=v9 -G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):/usr/ccs/bin/ar rs",
- ####
- "debug-solaris-sparcv8-cc","cc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG_ALL -xarch=v8 -g -O -xstrconst -Xa -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR:asm/sparcv8.o:::::::::dlfcn:solaris-shared:-KPIC:-G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
-diff -ur openssl-0.9.7m.orig/ssl/ssl_lib.c openssl-0.9.7m/ssl/ssl_lib.c
---- openssl-0.9.7m.orig/ssl/ssl_lib.c	2006-09-28 07:53:51.000000000 -0400
-+++ openssl-0.9.7m/ssl/ssl_lib.c	2007-10-03 03:51:42.100016000 -0400
-@@ -1169,7 +1169,6 @@
- char *SSL_get_shared_ciphers(const SSL *s,char *buf,int len)
- 	{
- 	char *p;
--	const char *cp;
- 	STACK_OF(SSL_CIPHER) *sk;
- 	SSL_CIPHER *c;
- 	int i;
-@@ -1182,20 +1181,21 @@
- 	sk=s->session->ciphers;
- 	for (i=0; i<sk_SSL_CIPHER_num(sk); i++)
- 		{
--		/* Decrement for either the ':' or a '\0' */
--		len--;
-+		int n;
-+
- 		c=sk_SSL_CIPHER_value(sk,i);
--		for (cp=c->name; *cp; )
-+		n=strlen(c->name);
-+		if (n+1 > len)
- 			{
--			if (len-- <= 0)
--				{
--				*p='\0';
--				return(buf);
--				}
--			else
--				*(p++)= *(cp++);
-+			if (p != buf)
-+				--p;
-+			*p='\0';
-+			return buf;
- 			}
-+		strcpy(p,c->name);
-+		p+=n;
- 		*(p++)=':';
-+		len-=n+1;
- 		}
- 	p[-1]='\0';
- 	return(buf);

Deleted: csw/mgar/pkg/openssl/trunk/files/openssl.0.9.8.patch
===================================================================
--- csw/mgar/pkg/openssl/trunk/files/openssl.0.9.8.patch	2009-11-06 08:34:23 UTC (rev 7139)
+++ csw/mgar/pkg/openssl/trunk/files/openssl.0.9.8.patch	2009-11-06 10:14:52 UTC (rev 7140)
@@ -1,26 +0,0 @@
-diff -ur openssl-0.9.8i.orig/Configure openssl-0.9.8i/Configure
---- openssl-0.9.8i.orig/Configure	2008-09-12 16:47:00.000000000 +0200
-+++ openssl-0.9.8i/Configure	2008-09-26 21:39:48.373741600 +0200
-@@ -199,8 +199,12 @@
- "solaris64-x86_64-gcc","gcc:-m64 -O3 -Wall -DL_ENDIAN -DMD32_REG_T=int::-D_REENTRANT::-lsocket -lnsl -ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK BF_PTR2 DES_INT DES_UNROLL:${x86_64_asm}:dlfcn:solaris-shared:-fPIC:-m64 -shared -static-libgcc:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
-  
- #### Solaris x86 with Sun C setups
--"solaris-x86-cc","cc:-fast -O -Xa::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_UNROLL BF_PTR:${no_asm}:dlfcn:solaris-shared:-KPIC:-G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
--"solaris64-x86_64-cc","cc:-fast -xarch=amd64 -xstrconst -Xa -DL_ENDIAN::-D_REENTRANT::-lsocket -lnsl -ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK BF_PTR2 DES_INT DES_UNROLL:${x86_64_asm}:dlfcn:solaris-shared:-KPIC:-xarch=amd64 -G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
-+"solaris-x86-cc","cc:-fast -xdepend=no -O -Xa::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_UNROLL BF_PTR:${no_asm}:dlfcn:solaris-shared:-KPIC:-G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
-+"solaris-386-cc","cc:-fast -xdepend=no -xarch=386 -Xa::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR 
-+RC4_CHUNK DES_PTR DES_UNROLL BF_PTR:${no_asm}:dlfcn:solaris-shared:-KPIC:-G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
-+"solaris-pentium-cc","cc:-fast -xdepend=no -xpentium -Xa::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_UNROLL BF_PTR:${no_asm}:dlfcn:solaris-shared:-KPIC:-G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
-+"solaris-pentium_pro-cc","cc:-fast -xdepend=no -xarch=pentium_pro -Xa::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_UNROLL BF_PTR:${no_asm}:dlfcn:solaris-shared:-KPIC:-G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
-+"solaris64-x86_64-cc","cc:-fast -xdepend=no -xarch=amd64 -xstrconst -Xa -DL_ENDIAN::-D_REENTRANT::-lsocket -lnsl -ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK BF_PTR2 DES_INT DES_UNROLL:${x86_64_asm}:dlfcn:solaris-shared:-KPIC:-xarch=amd64 -G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
- 
- #### SPARC Solaris with GNU C setups
- "solaris-sparcv7-gcc","gcc:-O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${no_asm}:dlfcn:solaris-shared:-fPIC:-shared:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
-@@ -219,6 +223,7 @@
- "solaris-sparcv7-cc","cc:-xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR:${no_asm}:dlfcn:solaris-shared:-KPIC:-G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
- "solaris-sparcv8-cc","cc:-xarch=v8 -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR::sparcv8.o:des_enc-sparc.o fcrypt_b.o:::::::::dlfcn:solaris-shared:-KPIC:-G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
- "solaris-sparcv9-cc","cc:-xtarget=ultra -xarch=v8plus -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT:ULTRASPARC:-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK_LL DES_PTR DES_RISC1 DES_UNROLL BF_PTR::sparcv8plus.o:des_enc-sparc.o fcrypt_b.o:::::::::dlfcn:solaris-shared:-KPIC:-G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
-+"solaris-sparcv9+vis-cc","cc:-xtarget=ultra -xarch=v8plusa -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT:ULTRASPARC:-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK_LL DES_PTR DES_RISC1 DES_UNROLL BF_PTR::sparcv8plus.o:des_enc-sparc.o fcrypt_b.o:::::::::dlfcn:solaris-shared:-KPIC:-G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
- "solaris64-sparcv9-cc","cc:-xtarget=ultra -xarch=v9 -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN::-D_REENTRANT:ULTRASPARC:-lsocket -lnsl -ldl:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL BF_PTR:::des_enc-sparc.o fcrypt_b.o:::::::::dlfcn:solaris-shared:-KPIC:-xarch=v9 -G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):/usr/ccs/bin/ar rs",
- ####
- "debug-solaris-sparcv8-cc","cc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG_ALL -xarch=v8 -g -O -xstrconst -Xa -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR::sparcv8.o::::::::::dlfcn:solaris-shared:-KPIC:-G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",


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