OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 16-Jun-2005 16:15:14
Branch: HEAD Handle: 2005061615151301
Modified files:
openpkg-src/amd amd.spec
openpkg-src/libart libart.spec
openpkg-src/tiff tiff.spec
Log:
one hack to rule them all and rescue rm2-ix86-debian3.1 and
vm7-ix86-fedora3: remove the nonessential and incomplete test for a
C++ preprocessor
Summary:
Revision Changes Path
1.65 +2 -1 openpkg-src/amd/amd.spec
1.14 +4 -1 openpkg-src/libart/libart.spec
1.45 +2 -1 openpkg-src/tiff/tiff.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/amd/amd.spec
============================================================================
$ cvs diff -u -r1.64 -r1.65 amd.spec
--- openpkg-src/amd/amd.spec 24 Mar 2005 11:18:24 -0000 1.64
+++ openpkg-src/amd/amd.spec 16 Jun 2005 14:15:13 -0000 1.65
@@ -33,7 +33,7 @@
Group: System
License: BSD
Version: 6.0.10
-Release: 20050319
+Release: 20050616
# list of sources
Source0: ftp://ftp.am-utils.org/pub/am-utils/am-utils-%{version}.tar.gz
@@ -78,6 +78,7 @@
%patch -p0
%{l_shtool} subst \
-e 's;ext2;ext3 ext2;' \
+ -e '/LINENO: error: C[+]* preprocessor/{N;N;N;N;s/.*/:/;}' \
configure
%{l_shtool} subst \
-e 's;/etc/amd.conf;%{l_prefix}/etc/amd/amd.conf;g' \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/libart/libart.spec
============================================================================
$ cvs diff -u -r1.13 -r1.14 libart.spec
--- openpkg-src/libart/libart.spec 2 Jun 2005 20:35:59 -0000 1.13
+++ openpkg-src/libart/libart.spec 16 Jun 2005 14:15:13 -0000 1.14
@@ -37,7 +37,7 @@
Group: Graphics
License: LGPL
Version: %{V_major}.%{V_minor}
-Release: 20050602
+Release: 20050616
# list of sources
Source0:
ftp://ftp.gnome.org/pub/gnome/sources/libart_lgpl/%{V_major}/libart_lgpl-%{version}.tar.bz2
@@ -80,6 +80,9 @@
-e 's;/libart-2\.0;/libart;g' \
configure \
Makefile.in
+ %{l_shtool} subst \
+ -e '/LINENO: error: C[+]* preprocessor/{N;N;N;N;s/.*/:/;}' \
+ configure
%build
CC="%{l_cc}" \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/tiff/tiff.spec
============================================================================
$ cvs diff -u -r1.44 -r1.45 tiff.spec
--- openpkg-src/tiff/tiff.spec 24 Mar 2005 11:20:30 -0000 1.44
+++ openpkg-src/tiff/tiff.spec 16 Jun 2005 14:15:14 -0000 1.45
@@ -33,7 +33,7 @@
Group: Graphics
License: GPL
Version: 3.7.2
-Release: 20050315
+Release: 20050616
# package options
%option with_cxx no
@@ -73,6 +73,7 @@
-e 's;enable_c++;enable_cxx;' \
-e 's;\[^-_$as_cr_alnum];[^+-_$as_cr_alnum];' \
-e 's;\(echo \$ac_feature | sed \)\(.\)\([^\`]*\);\1\2\3 | sed
\2s/+/x/g\2;g' \
+ -e '/LINENO: error: C[+]* preprocessor/{N;N;N;N;s/.*/:/;}' \
configure
%build
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]