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 Date: 08-Oct-2004 22:17:10
Branch: HEAD Handle: 2004100821171000
Modified files:
openpkg-src/imagemagick imagemagick.spec
Log:
Hell, what a fu%&ing problem: we use "shtool subst" for
adjusting the "configure" script. This internally uses
sed(1). Solaris 8's sed(1) has a per-line limit of 4000
characters. Unfortunately ImageMagick's generated
"configure" has a line longer than 4000 characters.
Hence the sed(1) writes a truncated "configure" script
which in turn fails with totally crazy errors (mainly
because a closing quote is missing), of course. We fix
this by requiring our "sed" package.
Summary:
Revision Changes Path
1.178 +1 -1 openpkg-src/imagemagick/imagemagick.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/imagemagick/imagemagick.spec
============================================================================
$ cvs diff -u -r1.177 -r1.178 imagemagick.spec
--- openpkg-src/imagemagick/imagemagick.spec 8 Oct 2004 14:16:40 -0000 1.177
+++ openpkg-src/imagemagick/imagemagick.spec 8 Oct 2004 20:17:10 -0000 1.178
@@ -53,7 +53,7 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, make, gcc, grep
+BuildPreReq: OpenPKG, openpkg >= 20040130, make, gcc, grep, sed
PreReq: OpenPKG, openpkg >= 20040130
BuildPreReq: tiff, jpeg, jasper, bzip2, zlib, png, freetype, lcms, libxml
PreReq: tiff, jpeg, jasper, bzip2, zlib, png, freetype, lcms, libxml
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]