diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-12-16 03:17:38 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-12-16 03:17:38 +0000 |
commit | bfbc2698d2b29106bdb086de5e5b5e9e1eec66ed (patch) | |
tree | 8a07fd8bc8faa4a14f39242b5684576fc2536adc /ftp/pavuk | |
parent | 527890081e9aeeec01ea5019031fa0c30c0baa27 (diff) | |
download | ports-bfbc2698d2b29106bdb086de5e5b5e9e1eec66ed.tar.gz ports-bfbc2698d2b29106bdb086de5e5b5e9e1eec66ed.zip |
Notes
Diffstat (limited to 'ftp/pavuk')
-rw-r--r-- | ftp/pavuk/Makefile | 6 | ||||
-rw-r--r-- | ftp/pavuk/distinfo | 2 | ||||
-rw-r--r-- | ftp/pavuk/files/patch-ae | 19 |
3 files changed, 8 insertions, 19 deletions
diff --git a/ftp/pavuk/Makefile b/ftp/pavuk/Makefile index 86660d4d5bd0..5edbabbd97c2 100644 --- a/ftp/pavuk/Makefile +++ b/ftp/pavuk/Makefile @@ -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 @@ MAN1= pavuk.1 .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 --git a/ftp/pavuk/distinfo b/ftp/pavuk/distinfo index e12dbd336710..776faecc037e 100644 --- a/ftp/pavuk/distinfo +++ b/ftp/pavuk/distinfo @@ -1 +1 @@ -MD5 (pavuk-0.9pl26.tgz) = cb211efa0219aaf43b9186fa0572681a +MD5 (pavuk-0.9pl27.tgz) = 3e1f02993dca7b7faafe0e370aeed8ff diff --git a/ftp/pavuk/files/patch-ae b/ftp/pavuk/files/patch-ae index 60087db9603a..eab94f2f3445 100644 --- a/ftp/pavuk/files/patch-ae +++ b/ftp/pavuk/files/patch-ae @@ -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` |