OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-web, openpkg-src Date: 22-Oct-2002 11:32:27
Branch: HEAD Handle: 2002102210322601
Modified files:
openpkg-src/autoconf autoconf.spec
openpkg-web news.txt
Log:
Disable automatic cross platform pthread support by removing ACX_PTHREAD and
acx_pthread.m4.
Summary:
Revision Changes Path
1.27 +1 -20 openpkg-src/autoconf/autoconf.spec
1.1848 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
Index: openpkg-src/autoconf/autoconf.spec
============================================================
$ cvs diff -u -r1.26 -r1.27 autoconf.spec
--- openpkg-src/autoconf/autoconf.spec 21 Oct 2002 13:19:38 -0000 1.26
+++ openpkg-src/autoconf/autoconf.spec 22 Oct 2002 09:32:27 -0000 1.27
@@ -26,11 +26,6 @@
%define V_latest 2.54
%define V_old 2.13
-# package options
-%ifndef with_acx_pthread
-%define with_acx_pthread no
-%endif
-
# package information
Name: autoconf
Summary: GNU Source Autoconfiguration
@@ -41,12 +36,11 @@
Group: Development
License: GPL
Version: %{V_latest}
-Release: 20021021
+Release: 20021022
# list of sources
Source1: ftp://ftp.gnu.org/gnu/autoconf/autoconf-%{V_latest}.tar.gz
Source0: ftp://ftp.gnu.org/gnu/autoconf/autoconf-%{V_old}.tar.gz
-Source2:
http://www.gnu.org/software/ac-archive/Installed_Packages/acx_pthread.m4
Patch0: autoconf-%{V_old}.patch
# build information
@@ -64,21 +58,11 @@
is mostly needed by people producing packages that run on a wide
variety of platforms--particularly UNIX-a-likes.
- Options:
- --define 'with_acx_pthread %{with_acx_pthread}'
-
%prep
%setup0 -q -c -n autoconf-%{V_latest}
%setup1 -q -T -D -a 1
cd autoconf-%{V_old}
%{l_patch} -p0 <%{SOURCE autoconf-%{V_old}.patch}
-%if "%{with_acx_pthread}" == "yes"
- ( cd ../autoconf-%{V_latest}/lib/autoconf
- cp -rp %{SOURCE acx_pthread.m4} .
- cat autoconf.m4 | %{l_sed} -e '69a\
-m4_include([autoconf/acx_pthread.m4])' >autoconf.m4
- )
-%endif
%build
( cd autoconf-%{V_old}
@@ -112,9 +96,6 @@
%{l_make} %{l_mflags} install \
prefix=$RPM_BUILD_ROOT%{l_prefix}
)
-%if "%{with_acx_pthread}" == "yes"
- cp -rp %{SOURCE acx_pthread.m4}
$RPM_BUILD_ROOT%{l_prefix}/share/autoconf/autoconf
-%endif
rm -f $RPM_BUILD_ROOT%{l_prefix}/info/dir
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
Index: openpkg-web/news.txt
============================================================
$ cvs diff -u -r1.1847 -r1.1848 news.txt
--- openpkg-web/news.txt 22 Oct 2002 07:17:34 -0000 1.1847
+++ openpkg-web/news.txt 22 Oct 2002 09:32:26 -0000 1.1848
@@ -1,3 +1,4 @@
+22-Oct-2002: Upgraded package: P<autoconf-2.54-20021022>
22-Oct-2002: Upgraded package: P<qt-3.0.5-20021022>
21-Oct-2002: Upgraded package: P<flex-2.5.4a-20021021>
21-Oct-2002: Upgraded package: P<fsl-1.0.5-20021021>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]