OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 10-Feb-2006 23:00:37
Branch: HEAD Handle: 2006021022003700
Modified files:
openpkg-src/screen screen.patch screen.spec
Log:
apply a patch from the FreeBSD ports for fixing the building on latest
FreeBSD 7
Summary:
Revision Changes Path
1.5 +16 -0 openpkg-src/screen/screen.patch
1.47 +1 -1 openpkg-src/screen/screen.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/screen/screen.patch
============================================================================
$ cvs diff -u -r1.4 -r1.5 screen.patch
--- openpkg-src/screen/screen.patch 11 Jan 2006 15:56:42 -0000 1.4
+++ openpkg-src/screen/screen.patch 10 Feb 2006 22:00:37 -0000 1.5
@@ -215,3 +215,19 @@
}
static slot_t
+Index: pty.c
+--- pty.c.orig Mon Feb 6 18:54:37 2006
++++ pty.c Mon Feb 6 18:56:50 2006
+@@ -33,10 +33,12 @@
+ # include <sys/ioctl.h>
+ #endif
+
++#ifndef __FreeBSD__
+ /* for solaris 2.1, Unixware (SVR4.2) and possibly others */
+ #ifdef HAVE_SVR4_PTYS
+ # include <sys/stropts.h>
+ #endif
++#endif
+
+ #if defined(sun) && defined(LOCKPTY) && !defined(TIOCEXCL)
+ # include <sys/ttold.h>
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/screen/screen.spec
============================================================================
$ cvs diff -u -r1.46 -r1.47 screen.spec
--- openpkg-src/screen/screen.spec 11 Jan 2006 15:56:42 -0000 1.46
+++ openpkg-src/screen/screen.spec 10 Feb 2006 22:00:37 -0000 1.47
@@ -33,7 +33,7 @@
Group: Terminal
License: GPL
Version: 4.0.2
-Release: 20060111
+Release: 20060210
# list of sources
Source0:
ftp://ftp.uni-erlangen.de/pub/utilities/screen/screen-%{version}.tar.gz
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]