Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Apr 1999 22:49:30 -0700 (PDT)
From:      cpiazza@home.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/11273: Update: net/pavuk
Message-ID:  <19990422054930.E3BA716D4@norn.ca.eu.org>

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

>Number:         11273
>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:   Wed Apr 21 22: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 pl9, and now use gtk12(! ;)
patch-ab now includes a patch from the authors.
MASTER_SITES was changed around, SUNSITE first since according to the
pavuk web page:
	FTP is prefered, because we only have 28,8Kb line

oh, and don't install COPYING ;)

>How-To-Repeat:


>Fix:
	
Index: pavuk/Makefile
===================================================================
RCS file: /cvs/FreeBSD/ports/net/pavuk/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	1999/03/15 01:50:13	1.3
+++ Makefile	1999/04/22 05:45:39
@@ -1,26 +1,24 @@
 # New ports collection makefile for:	pavuk
-# Version required:			0.9pl3
+# Version required:			0.9pl9
 # Date created:				19 March 1998
 # Whom:					Andrey Zakhvatov
 #
 # $Id: Makefile,v 1.3 1999/03/15 01:50:13 steve Exp $
 #
 
-DISTNAME=		pavuk-0.9pl5
-PKGNAME=		pavuk-0.9.5
+DISTNAME=		pavuk-0.9pl9
+PKGNAME=		pavuk-0.9.9
 CATEGORIES=		net www
-MASTER_SITES=		ftp://ftp.idata.sk/pub/unix/www/ \
-			ftp://ftp.max.irk.ru/pub/unix/net/www/wget/ \
-			${MASTER_SITE_SUNSITE}
+MASTER_SITES=		${MASTER_SITE_SUNSITE} \
+			ftp://ftp.idata.sk/pub/unix/www/
 MASTER_SITE_SUBDIR=	apps/www/mirroring
 EXTRACT_SUFX=		.tgz
 
 MAINTAINER=		andy@icc.surw.chel.su
 
 LIB_DEPENDS=		Xpm.4:${PORTSDIR}/graphics/xpm \
-			gtk11.1:${PORTSDIR}/x11-toolkits/gtk11
+			gtk12.1:${PORTSDIR}/x11-toolkits/gtk12
 
-USE_XLIB=		yes
 GNU_CONFIGURE=		yes
 USE_GMAKE=		yes
 
@@ -34,7 +32,7 @@
 	@ ${INSTALL_DATA} ${WRKSRC}/pavuk_authinfo.sample ${PREFIX}/etc
 .if !defined(NOPORTDOCS)
 	@ ${MKDIR} ${PREFIX}/share/doc/pavuk
-.for file in AUTHORS COPYING ChangeLog README THANK_TO TODO
+.for file in AUTHORS ChangeLog README THANK_TO TODO
 	@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/pavuk
 .endfor
 .endif
Index: pavuk/files/md5
===================================================================
RCS file: /cvs/FreeBSD/ports/net/pavuk/files/md5,v
retrieving revision 1.2
diff -u -r1.2 md5
--- md5	1999/03/15 01:50:17	1.2
+++ md5	1999/04/22 05:15:59
@@ -1 +1 @@
-MD5 (pavuk-0.9pl5.tgz) = 27cb8ed2df6e8535e09d4736a47f430c
+MD5 (pavuk-0.9pl9.tgz) = db4c870fe1fd99fbf86d60a1e582b98a
Index: pavuk/patches/patch-aa
===================================================================
RCS file: /cvs/FreeBSD/ports/net/pavuk/patches/patch-aa,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 patch-aa
--- patch-aa	1998/12/16 22:37:40	1.1.1.1
+++ patch-aa	1999/04/22 05:17:21
@@ -1,6 +1,6 @@
---- configure	Thu Feb 26 19:21:56 1998
-+++ /home/andy/tmp/wrk/configure	Fri Mar 20 21:53:43 1998
-@@ -3110,7 +3110,7 @@
+--- configure.orig	Wed Apr 21 22:17:02 1999
++++ configure	Wed Apr 21 22:17:13 1999
+@@ -3666,7 +3666,7 @@
  
  
  
Index: pavuk/patches/patch-ab
===================================================================
RCS file: /cvs/FreeBSD/ports/net/pavuk/patches/patch-ab,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 patch-ab
--- patch-ab	1998/12/16 22:37:40	1.1.1.1
+++ patch-ab	1999/04/22 05:44:47
@@ -1,22 +1,36 @@
---- src/net.c	Sun Feb  1 10:53:47 1998
-+++ /home/andy/tmp/wrk/src/net.c	Fri Mar 20 22:00:21 1998
-@@ -129,7 +129,9 @@
- 			
- 		}
- 
+--- src/net.c.orig	Sun Apr 18 06:53:46 1999
++++ src/net.c	Wed Apr 21 22:44:24 1999
+@@ -101,9 +101,9 @@
+ 	{
+ 		return -1;
+ 	}
+-
 +#ifndef __FreeBSD__
- 		fcntl(sock , F_SETFL , O_SYNC);
+ 	fcntl(sock , F_SETFL , O_NONBLOCK);
+-
 +#endif
- 		if ((connect(sock, (struct sockaddr*)&addr, sizeof(addr)) == -1) &&
- 		     (errno && (errno != EISCONN)))
- 		{
-@@ -259,7 +261,9 @@
- 			}
- 		}
+ 	rv = connect(sock, (struct sockaddr*)&addr, sizeof(addr));
+ 	if (rv && (errno != EINPROGRESS) && (errno != EISCONN))
+ 	{
+@@ -121,8 +121,8 @@
+ #endif
+ 
+ #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_SYNC);
+ 		fcntl(sock , F_SETFL , O_NONBLOCK);
+-
 +#endif
- 	}
- #endif
- 	if ((rsock < 0) && ((rsock = accept(sock, (struct sockaddr*)&caller, &p)) == -1))
+ 		rsock = accept(sock, (struct sockaddr*)&caller, &p);
+ 		if ((rsock < 0) && (errno != EWOULDBLOCK))
+ 		{
Index: pavuk/pkg/PLIST
===================================================================
RCS file: /cvs/FreeBSD/ports/net/pavuk/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- PLIST	1998/12/16 22:37:40	1.1.1.1
+++ PLIST	1999/04/22 05:35:04
@@ -2,7 +2,6 @@
 etc/pavukrc.sample
 etc/pavuk_authinfo.sample
 share/doc/pavuk/AUTHORS
-share/doc/pavuk/COPYING
 share/doc/pavuk/ChangeLog
 share/doc/pavuk/README
 share/doc/pavuk/THANK_TO

-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?19990422054930.E3BA716D4>