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: 01-Aug-2003 12:06:20
Branch: HEAD Handle: 2003080111061802
Modified files:
openpkg-src/magicpoint magicpoint.spec
openpkg-web news.txt
Log:
require perl and find it
Summary:
Revision Changes Path
1.31 +5 -2 openpkg-src/magicpoint/magicpoint.spec
1.5995 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/magicpoint/magicpoint.spec
============================================================================
$ cvs diff -u -r1.30 -r1.31 magicpoint.spec
--- openpkg-src/magicpoint/magicpoint.spec 8 Jul 2003 14:40:48 -0000 1.30
+++ openpkg-src/magicpoint/magicpoint.spec 1 Aug 2003 10:06:20 -0000 1.31
@@ -33,7 +33,7 @@
Group: Graphics
License: GPL
Version: 1.10a
-Release: 20030702
+Release: 20030801
# list of sources
Source0: ftp://ftp.mew.org/pub/mgp/magicpoint-%{version}.tar.gz
@@ -45,7 +45,7 @@
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20020206, X11, flex, bison, make, gcc
-PreReq: OpenPKG, openpkg >= 20020206, X11
+PreReq: OpenPKG, openpkg >= 20020206, X11, perl
AutoReq: no
AutoReqProv: no
@@ -67,9 +67,12 @@
-e 's;\$(LIBDIR)/mgp;%{l_prefix}/share/mgp;g' \
Imakefile.in
+ echo 'ac_cv_path_mgp_cv_path_perl="%{l_prefix}/bin/perl"' >config.cache
+
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
./configure \
+ --cache-file=./config.cache \
--prefix=%{l_prefix} \
--disable-vflib \
--disable-nls \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5994 -r1.5995 news.txt
--- openpkg-web/news.txt 1 Aug 2003 09:42:50 -0000 1.5994
+++ openpkg-web/news.txt 1 Aug 2003 10:06:18 -0000 1.5995
@@ -1,3 +1,4 @@
+01-Aug-2003: Upgraded package: P<magicpoint-1.10a-20030801>
01-Aug-2003: Upgraded package: P<samba-2.2.8a-20030801>
01-Aug-2003: Upgraded package: P<sendmail-8.12.9-20030801>
01-Aug-2003: Upgraded package: P<libmikmod-3.1.10-20030801>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]