OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 14-Jan-2003 16:33:08
Branch: HEAD Handle: 2003011415330601
Modified files:
openpkg-src/apr apr.spec
openpkg-web news.txt
Log:
disable threads because gcc3.2.1 doesn't handle freebsd's atomic_XXX
variables
Summary:
Revision Changes Path
1.6 +2 -2 openpkg-src/apr/apr.spec
1.2748 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apr/apr.spec
============================================================================
$ cvs diff -u -r1.5 -r1.6 apr.spec
--- openpkg-src/apr/apr.spec 3 Jan 2003 10:51:04 -0000 1.5
+++ openpkg-src/apr/apr.spec 14 Jan 2003 15:33:07 -0000 1.6
@@ -33,7 +33,7 @@
Group: System
License: Apache
Version: 0.9.1
-Release: 20021026
+Release: 20030114
# list of sources
Source0: http://www.apache.org/dist/apr/apr-%{version}.tar.gz
@@ -61,7 +61,7 @@
--prefix=%{l_prefix} \
--includedir=%{l_prefix}/include/apr \
--enable-layout=GNU \
- --enable-threads \
+ --disable-threads \
--disable-shared
%{l_make} %{l_mflags -O}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2747 -r1.2748 news.txt
--- openpkg-web/news.txt 14 Jan 2003 15:03:35 -0000 1.2747
+++ openpkg-web/news.txt 14 Jan 2003 15:33:06 -0000 1.2748
@@ -1,3 +1,4 @@
+14-Jan-2003: Upgraded package: P<apr-0.9.1-20030114>
14-Jan-2003: Upgraded package: P<mhash-0.8.17-20030114>
14-Jan-2003: Upgraded package: P<libgdome-0.7.2-20030114>
14-Jan-2003: Upgraded package: P<xterm-1.72-20030114>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]