Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  4 May 1999 13:33:35 -0700 (PDT)
From:      cpiazza@home.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/11496: Update: net/pavuk
Message-ID:  <19990504203335.D6568145F@norn.ca.eu.org>

next in thread | raw e-mail | index | archive | help

>Number:         11496
>Category:       ports
>Synopsis:       Update: net/pavuk
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May  4 13:50:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Chris Piazza
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
n/a 
>Environment:

FreeBSD 4.0-CURRENT i386

>Description:

Update to 0.9pl11
I removed the dependancy on gtk12 because I could not, after meddling for quite
a while, actually make it build with a gtk interface and the default X interface
looks alright anyway. 

>How-To-Repeat:


>Fix:
	
Index: pavuk/Makefile
===================================================================
RCS file: /cvs/FreeBSD/ports/net/pavuk/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	1999/04/22 08:01:56	1.4
+++ Makefile	1999/05/04 20:28:48
@@ -1,13 +1,13 @@
 # New ports collection makefile for:	pavuk
-# Version required:			0.9pl3
+# Version required:			0.9pl11
 # Date created:				19 March 1998
 # Whom:					Andrey Zakhvatov
 #
 # $Id: Makefile,v 1.4 1999/04/22 08:01:56 mharo Exp $
 #
 
-DISTNAME=		pavuk-0.9pl9
-PKGNAME=		pavuk-0.9.9
+DISTNAME=		pavuk-0.9pl11
+PKGNAME=		pavuk-0.9.11
 CATEGORIES=		net www
 MASTER_SITES=		${MASTER_SITE_SUNSITE} \
 			ftp://ftp.idata.sk/pub/unix/www/
@@ -16,8 +16,7 @@
 
 MAINTAINER=		andy@icc.surw.chel.su
 
-LIB_DEPENDS=		Xpm.4:${PORTSDIR}/graphics/xpm \
-			gtk12.1:${PORTSDIR}/x11-toolkits/gtk12
+LIB_DEPENDS=		Xpm.4:${PORTSDIR}/graphics/xpm
 
 GNU_CONFIGURE=		yes
 USE_GMAKE=		yes
Index: pavuk/files/md5
===================================================================
RCS file: /cvs/FreeBSD/ports/net/pavuk/files/md5,v
retrieving revision 1.3
diff -u -r1.3 md5
--- md5	1999/04/22 08:01:57	1.3
+++ md5	1999/05/04 20:05:15
@@ -1 +1 @@
-MD5 (pavuk-0.9pl9.tgz) = db4c870fe1fd99fbf86d60a1e582b98a
+MD5 (pavuk-0.9pl11.tgz) = 20275e8e8a9d617e21acd1288124b989
Index: pavuk/patches/patch-ab
===================================================================
RCS file: /cvs/FreeBSD/ports/net/pavuk/patches/patch-ab,v
retrieving revision 1.2
diff -u -r1.2 patch-ab
--- patch-ab	1999/04/22 08:01:57	1.2
+++ patch-ab	1999/05/04 20:22:24
@@ -1,5 +1,5 @@
---- src/net.c.orig	Sun Apr 18 06:53:46 1999
-+++ src/net.c	Wed Apr 21 22:44:24 1999
+--- src/net.c.orig	Tue May  4 13:20:43 1999
++++ src/net.c	Tue May  4 13:22:13 1999
 @@ -101,9 +101,9 @@
  	{
  		return -1;
@@ -12,25 +12,15 @@
  	rv = connect(sock, (struct sockaddr*)&addr, sizeof(addr));
  	if (rv && (errno != EINPROGRESS) && (errno != EISCONN))
  	{
-@@ -121,8 +121,8 @@
- #endif
+@@ -267,9 +267,9 @@
+ 	int rv;
  
- #ifdef GTK_FACE
--		cfg.gtk.inid = gtk_timeout_add(cfg.ctimeout * 60000 ,
--					(GtkFunction)TOut , NULL);
-+		cfg.gtk.inid = cfg.ctimeout ? gtk_timeout_add(cfg.ctimeout * 60000 ,
-+					(GtkFunction)TOut , NULL) : 0;
- #endif
- 
- 
-@@ -261,8 +261,9 @@
- #ifdef I_FACE
- 	if (cfg.xi_face)
- 	{
-+#ifndef __FreeBSD__
- 		fcntl(sock , F_SETFL , O_NONBLOCK);
+ 	p = sizeof(caller);
 -
++#ifdef __FreeBSD__
+ 	fcntl(sock , F_SETFL , O_NONBLOCK);
+-
 +#endif
- 		rsock = accept(sock, (struct sockaddr*)&caller, &p);
- 		if ((rsock < 0) && (errno != EWOULDBLOCK))
- 		{
+ 	rsock = accept(sock, (struct sockaddr*)&caller, &p);
+ 	if ((rsock < 0) && (errno != EWOULDBLOCK))
+ 	{


-Chris

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990504203335.D6568145F>