OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 14-Jan-2003 20:02:57
Branch: HEAD Handle: 2003011419025502
Modified files:
openpkg-src/pari pari.spec
openpkg-web news.txt
Log:
do not use -O3: gcc 3.2.1 hates this in combination with varargs
Summary:
Revision Changes Path
1.12 +3 -4 openpkg-src/pari/pari.spec
1.2762 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/pari/pari.spec
============================================================================
$ cvs diff -u -r1.11 -r1.12 pari.spec
--- openpkg-src/pari/pari.spec 14 Jan 2003 10:35:26 -0000 1.11
+++ openpkg-src/pari/pari.spec 14 Jan 2003 19:02:57 -0000 1.12
@@ -23,9 +23,7 @@
## SUCH DAMAGE.
##
-# FIXME ps pari is not running with the last gcc(openpkg) version under
-# FIXME ps freebsd 4.7 .
-
+# package version
%define V_major 2.1
%define V_minor 4
@@ -39,7 +37,7 @@
Group: Algorithm
License: GPL
Version: %{V_major}.%{V_minor}
-Release: 20020821
+Release: 20030114
# list of sources
Source0:
ftp://www.gn-50uma.de/gn/gn-50uma.de/pari-%{V_major}/pari-%{version}.tar.gz
@@ -62,6 +60,7 @@
%prep
%setup -q
+ %{l_shtool} subst -e 's;-O3;-O2;g' Configure
%build
CC="%{l_cc}" \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2761 -r1.2762 news.txt
--- openpkg-web/news.txt 14 Jan 2003 17:51:24 -0000 1.2761
+++ openpkg-web/news.txt 14 Jan 2003 19:02:55 -0000 1.2762
@@ -1,3 +1,4 @@
+14-Jan-2003: Upgraded package: P<pari-2.1.4-20030114>
14-Jan-2003: Upgraded package: P<x11-ssh-askpass-1.2.4.1-20030114>
14-Jan-2003: New package: P<tomcat4-adapter-4.1.18-20030114>
14-Jan-2003: Upgraded package: P<patch-2.5.8-20030114>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]