Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Dec 2000 11:24:54 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/23567: Update port: ftp/pavuk to 0.9.27
Message-ID:  <200012151924.eBFJOsC44324@freefall.freebsd.org>
Resent-Message-ID: <200012151930.eBFJU1t45032@freefall.freebsd.org>

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

>Number:         23567
>Category:       ports
>Synopsis:       Update port: ftp/pavuk to 0.9.27
>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:   Fri Dec 15 11:30:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.2-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 0.9pl27

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/ftp/pavuk/Makefile ftp/pavuk/Makefile
--- /usr/ports/ftp/pavuk/Makefile	Mon Dec  4 20:39:16 2000
+++ ftp/pavuk/Makefile	Fri Dec 15 22:07:45 2000
@@ -6,12 +6,12 @@
 #
 
 PORTNAME=	pavuk
-PORTVERSION=	0.9.26
+PORTVERSION=	0.9.27
 CATEGORIES=	ftp www
 MASTER_SITES=	${MASTER_SITE_SUNSITE} \
 		http://www.idata.sk/~ondrej/sw/
 MASTER_SITE_SUBDIR=	apps/www/mirroring
-DISTNAME=	${PORTNAME}-0.9pl26
+DISTNAME=	${PORTNAME}-0.9pl27
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ports@FreeBSD.org
@@ -32,7 +32,7 @@
 
 .if defined(HAVE_GTK)
 USE_GTK=	yes
-CONFIGURE_ARGS+=	--with-gtk-config="${GTK_CONFIG:T}"
+CONFIGURE_ARGS+=	--with-gtk-config="${GTK_CONFIG}"
 .else
 CONFIGURE_ARGS+=	--disable-gtk
 .endif
diff -urN /usr/ports/ftp/pavuk/distinfo ftp/pavuk/distinfo
--- /usr/ports/ftp/pavuk/distinfo	Mon Dec  4 20:39:16 2000
+++ ftp/pavuk/distinfo	Fri Dec 15 21:28:46 2000
@@ -1 +1 @@
-MD5 (pavuk-0.9pl26.tgz) = cb211efa0219aaf43b9186fa0572681a
+MD5 (pavuk-0.9pl27.tgz) = 3e1f02993dca7b7faafe0e370aeed8ff
diff -urN /usr/ports/ftp/pavuk/files/patch-ae ftp/pavuk/files/patch-ae
--- /usr/ports/ftp/pavuk/files/patch-ae	Mon Dec  4 20:39:17 2000
+++ ftp/pavuk/files/patch-ae	Fri Dec 15 23:17:17 2000
@@ -1,6 +1,6 @@
---- configure.in.orig	Thu Aug 31 08:37:36 2000
-+++ configure.in	Thu Nov 30 00:56:41 2000
-@@ -233,15 +233,15 @@
+--- configure.in.orig	Thu Dec 14 06:47:13 2000
++++ configure.in	Fri Dec 15 23:12:19 2000
+@@ -244,15 +244,15 @@
  		CFLAGS="$CFLAGS -I$WITH_SSL_PFX/include"
  		LDFLAGS="$LDFLAGS -L$WITH_SSL_PFX/lib"
  	fi
@@ -19,7 +19,7 @@
  	fi
  fi
  
-@@ -250,7 +250,7 @@
+@@ -269,7 +269,7 @@
  	echo 'void f(){}' > conftest.c
  	if test -z "`${CC-cc} -pthread -c conftest.c 2>&1`"; then
  		ac_ccpthread_opt=yes
@@ -28,14 +28,3 @@
  		x_libs="-pthread $x_libs"
  		HAVE_MT="yes"
  	else
-@@ -297,8 +297,8 @@
- 
- 	dnl Test for gtk
- 	if eval "test x$WITH_GTK = xyes"; then
--		AC_CHECK_PROG(GTK_CONFIG, $WITH_GTK_CONFIG, "yes", "no")
--		if eval "test x$GTK_CONFIG = xyes"; then
-+		AC_CHECK_PROG(GTK_CONFIG_SCRIPT, $WITH_GTK_CONFIG, "yes", "no")
-+		if eval "test x$GTK_CONFIG_SCRIPT = xyes"; then
- 			AC_MSG_RESULT("checking for gtk configuration using gtk-config script ...")
- 			if eval "test x$HAVE_MT = xyes"; then
- 				GTK_LIBS=`$WITH_GTK_CONFIG --libs gtk gthread`


>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?200012151924.eBFJOsC44324>