summaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorflathill <flathill@FreeBSD.org>1999-05-05 14:03:29 +0000
committerflathill <flathill@FreeBSD.org>1999-05-05 14:03:29 +0000
commit8cdde615a7794df578db6ff75ee88af00a77759e (patch)
treefe152156eff19753a39c88160eb0ec8a34904f49 /ftp
parentca80df0c91bf9d4c08685eec5727d711aafe9a3c (diff)
downloadFreeBSD-ports-8cdde615a7794df578db6ff75ee88af00a77759e.zip
FreeBSD-ports-8cdde615a7794df578db6ff75ee88af00a77759e.tar.gz
Update to 0.9pl11
PR: ports/11496 Submitted by: cpiazza@home.net
Diffstat (limited to 'ftp')
-rw-r--r--ftp/pavuk/Makefile11
-rw-r--r--ftp/pavuk/distinfo2
-rw-r--r--ftp/pavuk/files/patch-ab32
3 files changed, 17 insertions, 28 deletions
diff --git a/ftp/pavuk/Makefile b/ftp/pavuk/Makefile
index a21acfb..826ea26 100644
--- a/ftp/pavuk/Makefile
+++ b/ftp/pavuk/Makefile
@@ -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.3 1999/03/15 01:50:13 steve Exp $
+# $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 @@ EXTRACT_SUFX= .tgz
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
diff --git a/ftp/pavuk/distinfo b/ftp/pavuk/distinfo
index 3dad24f..dd006a3 100644
--- a/ftp/pavuk/distinfo
+++ b/ftp/pavuk/distinfo
@@ -1 +1 @@
-MD5 (pavuk-0.9pl9.tgz) = db4c870fe1fd99fbf86d60a1e582b98a
+MD5 (pavuk-0.9pl11.tgz) = 20275e8e8a9d617e21acd1288124b989
diff --git a/ftp/pavuk/files/patch-ab b/ftp/pavuk/files/patch-ab
index 1380df0..13348e7 100644
--- a/ftp/pavuk/files/patch-ab
+++ b/ftp/pavuk/files/patch-ab
@@ -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))
+ {
OpenPOWER on IntegriCloud