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: 14-May-2006 23:29:57 Branch: HEAD Handle: 2006051422295601 Modified files: openpkg-src/openpkg HISTORY openpkg.spec openssl.patch Log: fix building of OpenSSL by reducing used Perl features (find.pl, strict.pm) Summary: Revision Changes Path 1.329 +1 -0 openpkg-src/openpkg/HISTORY 1.482 +4 -2 openpkg-src/openpkg/openpkg.spec 1.2 +11 -0 openpkg-src/openpkg/openssl.patch ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/openpkg/HISTORY ============================================================================ $ cvs diff -u -r1.328 -r1.329 HISTORY --- openpkg-src/openpkg/HISTORY 13 May 2006 17:21:27 -0000 1.328 +++ openpkg-src/openpkg/HISTORY 14 May 2006 21:29:56 -0000 1.329 @@ -2,6 +2,7 @@ 2006 ==== +20060514 fix building of OpenSSL by reducing used Perl features (find.pl, strict.pm) 20060513 build cURL with SSL support to allow it to fetch from HTTPS URLs 20060513 major change: build and install OpenSSL 0.9.8b (for adding SSL support to cURL) 20060513 major change: build and install Perl 5.8.8 miniperl (for building OpenSSL, rpmtool files, etc) @@ . patch -p0 <<'@@ .' Index: openpkg-src/openpkg/openpkg.spec ============================================================================ $ cvs diff -u -r1.481 -r1.482 openpkg.spec --- openpkg-src/openpkg/openpkg.spec 13 May 2006 17:21:27 -0000 1.481 +++ openpkg-src/openpkg/openpkg.spec 14 May 2006 21:29:56 -0000 1.482 @@ -38,7 +38,7 @@ # o any cc(1) # the package version/release -%define V_openpkg 20060513 +%define V_openpkg 20060514 # the used software versions %define V_rpm 4.2.1 @@ -768,7 +768,9 @@ sh $shtool subst \ -e 's;test "$OSTYPE" = msdosdjgpp;true;' \ util/point.sh - $l_perl util/perlpath.pl $l_perl + sh $shtool subst \ + -e "1s;^.*\$;#!$l_perl;" \ + Configure `find . -name "*.pl" -print` PERL=$l_perl \ ./config \ --prefix=%{l_prefix} \ @@ . patch -p0 <<'@@ .' Index: openpkg-src/openpkg/openssl.patch ============================================================================ $ cvs diff -u -r1.1 -r1.2 openssl.patch --- openpkg-src/openpkg/openssl.patch 13 May 2006 17:21:28 -0000 1.1 +++ openpkg-src/openpkg/openssl.patch 14 May 2006 21:29:57 -0000 1.2 @@ -18,3 +18,14 @@ OUT="solaris64-x86_64-$CC" else OUT="solaris-x86-$CC" +Index: Configure +--- Configure.orig 2006-05-14 23:03:51 +0200 ++++ Configure 2006-05-14 23:05:46 +0200 +@@ -6,7 +6,6 @@ + ## + + require 5.000; +-use strict; + + # see INSTALL for instructions. + @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org