OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 25-May-2004 15:48:28
Branch: HEAD Handle: 2004052514482700
Modified files:
openpkg-src/cvs cvs.patch.rse cvs.spec
Log:
not familiar with __sun__ so I'm not sure that it always works, but
change it in any case because we are concerned with SVR4 terminal ids
(which have no direct relation to Sun or Solaris)
Summary:
Revision Changes Path
1.11 +1 -1 openpkg-src/cvs/cvs.patch.rse
1.86 +1 -1 openpkg-src/cvs/cvs.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/cvs/cvs.patch.rse
============================================================================
$ cvs diff -u -r1.10 -r1.11 cvs.patch.rse
--- openpkg-src/cvs/cvs.patch.rse 19 May 2004 18:57:57 -0000 1.10
+++ openpkg-src/cvs/cvs.patch.rse 25 May 2004 13:48:27 -0000 1.11
@@ -3594,7 +3594,7 @@
+#include <netinet/in.h>
+#include <arpa/inet.h>
+#include <netdb.h>
-+#ifdef __sun__
++#ifdef __SVR4
+#include <termio.h>
+#endif
+#endif
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/cvs/cvs.spec
============================================================================
$ cvs diff -u -r1.85 -r1.86 cvs.spec
--- openpkg-src/cvs/cvs.spec 19 May 2004 18:57:57 -0000 1.85
+++ openpkg-src/cvs/cvs.spec 25 May 2004 13:48:27 -0000 1.86
@@ -38,7 +38,7 @@
Group: SCM
License: GPL
Version: %{V_cvs}
-Release: 20040519
+Release: 20040525
# package options
%option with_fsl yes
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]