OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 01-Jun-2004 09:24:39
Branch: HEAD Handle: 2004060108243800
Modified files:
openpkg-src/texinfo texinfo.spec
Log:
requires GNU make because of $< construct in util/Makefile (Problem
was: BSD make will not deliver input to stdin and the build hangs on
FreeBSD and most Solaris)
Summary:
Revision Changes Path
1.38 +2 -2 openpkg-src/texinfo/texinfo.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/texinfo/texinfo.spec
============================================================================
$ cvs diff -u -r1.37 -r1.38 texinfo.spec
--- openpkg-src/texinfo/texinfo.spec 21 Apr 2004 14:12:47 -0000 1.37
+++ openpkg-src/texinfo/texinfo.spec 1 Jun 2004 07:24:38 -0000 1.38
@@ -34,7 +34,7 @@
Group: Text
License: GPL
Version: 4.7
-Release: 20040421
+Release: 20040601
# list of sources
Source0: ftp://ftp.gnu.org/pub/gnu/texinfo/texinfo-%{version}.tar.gz
@@ -42,7 +42,7 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, ncurses
+BuildPreReq: OpenPKG, openpkg >= 20040130, ncurses, make
PreReq: OpenPKG, openpkg >= 20040130, ncurses
AutoReq: no
AutoReqProv: no
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]