head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2009.04.01.19.52.31; author rse; state dead; branches; next 1.1; commitid hGzQ4f6ARQLSOlIt; 1.1 date 2008.08.02.18.22.05; author rse; state Exp; branches; next ; commitid a9cvKNXuWkc96fdt; desc @@ 1.2 log @remove obsolete package @ text @Index: Configure --- Configure.orig 2008-07-10 23:00:10 +0200 +++ Configure 2008-08-02 19:55:15 +0200 @@@@ -426,8 +426,8 @@@@ #### IBM's AIX. "aix3-cc", "cc:-O -DB_ENDIAN -qmaxmem=16384::(unknown):AIX::BN_LLONG RC4_CHAR:::", -"aix-gcc", "gcc:-O -DB_ENDIAN::-D_THREAD_SAFE:AIX::BN_LLONG RC4_CHAR:${ppc32_asm}:aix32:dlfcn:aix-shared:::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)::-X 32", -"aix64-gcc","gcc:-maix64 -O -DB_ENDIAN::-D_THREAD_SAFE:AIX::SIXTY_FOUR_BIT_LONG RC4_CHAR:${ppc64_asm}:aix64:dlfcn:aix-shared::-maix64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)::-X64", +"aix-gcc", "gcc:-O -DB_ENDIAN::-D_THREAD_SAFE:AIX::BN_LLONG RC4_CHAR:${ppc32_asm}:aix32:dlfcn:aix-shared:::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)::", +"aix64-gcc","gcc:-maix64 -O -DB_ENDIAN::-D_THREAD_SAFE:AIX::SIXTY_FOUR_BIT_LONG RC4_CHAR:${ppc64_asm}:aix64:dlfcn:aix-shared::-maix64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)::", # Below targets assume AIX 5. Idea is to effectively disregard $OBJECT_MODE # at build time. $OBJECT_MODE is respected at ./config stage! "aix-cc", "cc:-q32 -O -DB_ENDIAN -qmaxmem=16384 -qro -qroconst::-qthreaded:AIX::BN_LLONG RC4_CHAR:${ppc32_asm}:aix32:dlfcn:aix-shared::-q32:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)::-X 32", Index: config --- config.orig 2007-12-18 19:00:08 +0100 +++ config 2008-08-02 19:54:24 +0200 @@@@ -477,6 +477,7 @@@@ if [ "${SYSTEM}" = "AIX" ]; then # favor vendor cc over gcc (cc) 2>&1 | grep -iv "not found" > /dev/null && CC=cc + (gcc) 2>&1 | grep -iv "not found" > /dev/null && CC=gcc fi CCVER=${CCVER:-0} @@@@ -672,7 +673,7 @@@@ sun4*-*-solaris2) OUT="solaris-sparcv7-$CC" ;; *86*-*-solaris2) ISA64=`(isalist) 2>/dev/null | grep amd64` - if [ "$ISA64" != "" ]; then + if [ "$ISA64" != "" -a "$CC" = "gcc" -a "$GCC_ARCH" = "-m64" ]; then OUT="solaris64-x86_64-$CC" else OUT="solaris-x86-$CC" Index: crypto/evp/Makefile --- crypto/evp/Makefile.orig 2008-06-04 14:00:30 +0200 +++ crypto/evp/Makefile 2008-08-02 20:08:20 +0200 @@@@ -246,7 +246,7 @@@@ e_idea.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h e_idea.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h e_idea.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h -e_idea.o: ../../include/openssl/evp.h ../../include/openssl/idea.h +e_idea.o: ../../include/openssl/evp.h e_idea.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h e_idea.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h e_idea.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h Index: apps/Makefile --- apps/Makefile.orig 2008-06-04 14:00:11 +0200 +++ apps/Makefile 2008-08-02 20:11:30 +0200 @@@@ -931,7 +931,7 @@@@ speed.o: ../include/openssl/ec.h ../include/openssl/ecdh.h speed.o: ../include/openssl/ecdsa.h ../include/openssl/engine.h speed.o: ../include/openssl/err.h ../include/openssl/evp.h -speed.o: ../include/openssl/hmac.h ../include/openssl/idea.h +speed.o: ../include/openssl/hmac.h speed.o: ../include/openssl/lhash.h ../include/openssl/md2.h speed.o: ../include/openssl/md4.h ../include/openssl/md5.h speed.o: ../include/openssl/obj_mac.h ../include/openssl/objects.h @@@@ -1004,7 +1004,7 @@@@ version.o: ../include/openssl/des_old.h ../include/openssl/e_os2.h version.o: ../include/openssl/ec.h ../include/openssl/ecdh.h version.o: ../include/openssl/ecdsa.h ../include/openssl/engine.h -version.o: ../include/openssl/evp.h ../include/openssl/idea.h +version.o: ../include/openssl/evp.h version.o: ../include/openssl/lhash.h ../include/openssl/md2.h version.o: ../include/openssl/obj_mac.h ../include/openssl/objects.h version.o: ../include/openssl/ocsp.h ../include/openssl/opensslconf.h Index: test/Makefile --- test/Makefile.orig 2008-06-04 13:02:04 +0200 +++ test/Makefile 2008-08-02 20:14:45 +0200 @@@@ -559,7 +559,7 @@@@ hmactest.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h hmactest.o: ../include/openssl/safestack.h ../include/openssl/stack.h hmactest.o: ../include/openssl/symhacks.h hmactest.c -ideatest.o: ../e_os.h ../include/openssl/e_os2.h ../include/openssl/idea.h +ideatest.o: ../e_os.h ../include/openssl/e_os2.h ideatest.o: ../include/openssl/opensslconf.h ideatest.c igetest.o: ../include/openssl/aes.h ../include/openssl/e_os2.h igetest.o: ../include/openssl/opensslconf.h ../include/openssl/ossl_typ.h @ 1.1 log @new package: openssl099 0.9.9.20080802 (Cryptography and SSL/TLS Toolkit) @ text @@