OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 03-Jun-2007 11:44:20
Branch: HEAD Handle: 2007060310441900
Modified files:
openpkg-src/openssl openssl.patch openssl.spec
Log:
better support Mac OS X
Summary:
Revision Changes Path
1.28 +67 -0 openpkg-src/openssl/openssl.patch
1.86 +1 -1 openpkg-src/openssl/openssl.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openssl/openssl.patch
============================================================================
$ cvs diff -u -r1.27 -r1.28 openssl.patch
--- openpkg-src/openssl/openssl.patch 23 May 2007 09:41:03 -0000 1.27
+++ openpkg-src/openssl/openssl.patch 3 Jun 2007 09:44:19 -0000 1.28
@@ -415,3 +415,70 @@
return(ret);
}
+const void * __attribute__((unused)) __PEM_ASN1_read_bio=(const
void*)openssl_fcast(PEM_ASN1_read_bio);
+
+-----------------------------------------------------------------------------
+
+Port to MacOS X.
+
+Index: Makefile.org
+--- Makefile.org.orig 2006-06-09 17:42:08.000000000 +0200
++++ Makefile.org 2007-05-28 17:25:21.000000000 +0200
+@@ -550,6 +550,9 @@
+ if [ "$(PLATFORM)" = "DJGPP" -o "$(PLATFORM)" = "Cygwin" -o
"$(PLATFORM)" = "mingw" ]; then \
+ filecase=-i; \
+ fi; \
++ if [ "`uname`" = "Darwin" ]; then \
++ filecase=-i; \
++ fi; \
+ set -e; for i in doc/apps/*.pod; do \
+ fn=`basename $$i .pod`; \
+ sec=`$(PERL) util/extract-section.pl 1 < $$i`; \
+Index: apps/Makefile
+--- apps/Makefile.orig 2007-02-23 02:01:03.000000000 +0100
++++ apps/Makefile 2007-05-28 17:56:48.000000000 +0200
+@@ -2,6 +2,9 @@
+ # apps/Makefile
+ #
+
++# Case-insensitive HFS+
++.PHONY: install
++
+ DIR= apps
+ TOP= ..
+ CC= cc
+@@ -153,7 +156,7 @@
+ shlib_target=; if [ -n "$(SHARED_LIBS)" ]; then \
+ shlib_target="$(SHLIB_TARGET)"; \
+ fi; \
+- if [ "$${shlib_target}" = "darwin-shared" ] ; then \
++ if [ "$${shlib_target}" = "darwin-shared" -o "`uname`" = "Darwin" ] ;
then \
+ LIBRARIES="$(DLIBSSL) $(LIBKRB5) $(DLIBCRYPTO)" ; \
+ else \
+ LIBRARIES="$(LIBSSL) $(LIBKRB5) $(LIBCRYPTO)" ; \
+Index: crypto/bf/Makefile
+--- crypto/bf/Makefile.orig 2005-09-28 16:51:37.000000000 -0700
++++ crypto/bf/Makefile 2005-09-28 16:52:25.000000000 -0700
+@@ -2,6 +2,9 @@
+ # OpenSSL/crypto/blowfish/Makefile
+ #
+
++# Case-insensitive HFS+
++.PHONY: install
++
+ DIR= bf
+ TOP= ../..
+ CC= cc
+Index: crypto/des/Makefile
+--- crypto/des/Makefile.orig 2005-09-28 16:51:42.000000000 -0700
++++ crypto/des/Makefile 2005-09-28 16:52:15.000000000 -0700
+@@ -2,6 +2,9 @@
+ # OpenSSL/crypto/des/Makefile
+ #
+
++# Case-insensitive HFS+
++.PHONY: install
++
+ DIR= des
+ TOP= ../..
+ CC= cc
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openssl/openssl.spec
============================================================================
$ cvs diff -u -r1.85 -r1.86 openssl.spec
--- openpkg-src/openssl/openssl.spec 23 May 2007 09:41:03 -0000 1.85
+++ openpkg-src/openssl/openssl.spec 3 Jun 2007 09:44:19 -0000 1.86
@@ -33,7 +33,7 @@
Group: SSL
License: BSD-style
Version: 0.9.8e
-Release: 20070523
+Release: 20070603
# package options
%option with_zlib no
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]