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: 06-Oct-2005 19:26:37
Branch: HEAD Handle: 2005100618263700
Modified files:
openpkg-src/delegate delegate.patch delegate.spec
Log:
fix one more BASE package
Summary:
Revision Changes Path
1.7 +16 -0 openpkg-src/delegate/delegate.patch
1.91 +1 -1 openpkg-src/delegate/delegate.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/delegate/delegate.patch
============================================================================
$ cvs diff -u -r1.6 -r1.7 delegate.patch
--- openpkg-src/delegate/delegate.patch 28 Sep 2005 19:41:23 -0000
1.6
+++ openpkg-src/delegate/delegate.patch 6 Oct 2005 17:26:37 -0000
1.7
@@ -119,3 +119,19 @@
#define gethostbyname2(name,af) ((af==AF_INET)?gethostbyname(name):NULL)
#endif
+Index: maker/__forkpty.c
+--- maker/__forkpty.c.orig 2005-07-30 09:42:26 +0200
++++ maker/__forkpty.c 2005-10-06 19:23:56 +0200
+@@ -6,8 +6,12 @@
+ #include <sys/types.h>
+ #include <sys/ioctl.h>
+ #include <termios.h>
++#if defined(__NetBSD__)
++#include <util.h>
++#else
+ #include <libutil.h>
+ #endif
++#endif
+
+ int Forkpty(int *pty,char *name){
+ int pid;
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/delegate/delegate.spec
============================================================================
$ cvs diff -u -r1.90 -r1.91 delegate.spec
--- openpkg-src/delegate/delegate.spec 28 Sep 2005 19:41:23 -0000
1.90
+++ openpkg-src/delegate/delegate.spec 6 Oct 2005 17:26:37 -0000
1.91
@@ -33,7 +33,7 @@
Group: Network
License: Freely distributable
Version: 9.0.4
-Release: 20050928
+Release: 20051006
# list of sources
Source0: ftp://ftp:[EMAIL
PROTECTED]/pub/DeleGate/alpha/delegate%{version}.tar.gz
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]