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: 12-Oct-2004 10:46:45
Branch: OPENPKG_2_2_SOLID Handle: 2004101209464400
Modified files: (Branch: OPENPKG_2_2_SOLID)
openpkg-src/screen screen.spec
Log:
MFC: CORE class screen must not depend on BASE class ncurses;
SuSE9.[01], Mandrake 10, HPUX and Solaris10 have been tested to work
without that requirement, so lets see which part of the build farm
fails
Summary:
Revision Changes Path
1.40.2.2 +2 -2 openpkg-src/screen/screen.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/screen/screen.spec
============================================================================
$ cvs diff -u -r1.40.2.1 -r1.40.2.2 screen.spec
--- openpkg-src/screen/screen.spec 11 Oct 2004 18:58:54 -0000 1.40.2.1
+++ openpkg-src/screen/screen.spec 12 Oct 2004 08:46:44 -0000 1.40.2.2
@@ -43,8 +43,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 2.2.0, ncurses, make
-PreReq: OpenPKG, openpkg >= 2.2.0, ncurses
+BuildPreReq: OpenPKG, openpkg >= 2.2.0, make
+PreReq: OpenPKG, openpkg >= 2.2.0
AutoReq: no
AutoReqProv: no
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]