From owner-freebsd-ports Thu Mar 14 13:20:19 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C893137B417 for ; Thu, 14 Mar 2002 13:20:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2ELK0j20078; Thu, 14 Mar 2002 13:20:00 -0800 (PST) (envelope-from gnats) Received: from wartch.sapros.com (rularan.sapros.com [204.182.55.17]) by hub.freebsd.org (Postfix) with ESMTP id 74ACB37B419 for ; Thu, 14 Mar 2002 13:11:02 -0800 (PST) Received: from wartch.sapros.com (localhost.sapros.com [127.0.0.1]) by wartch.sapros.com (8.12.1/8.12.1) with ESMTP id g2ELAtIx007219 for ; Thu, 14 Mar 2002 13:10:55 -0800 (PST) (envelope-from peterh@wartch.sapros.com) Received: (from peterh@localhost) by wartch.sapros.com (8.12.1/8.12.1/Submit) id g2ELAtWq007218; Thu, 14 Mar 2002 13:10:55 -0800 (PST) (envelope-from peterh) Message-Id: <200203142110.g2ELAtWq007218@wartch.sapros.com> Date: Thu, 14 Mar 2002 13:10:55 -0800 (PST) From: Peter Haight Reply-To: Peter Haight To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/35898: Update net/fugu to 1.1.8 with fix for ports/35695 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 35898 >Category: ports >Synopsis: Update net/fugu to 1.1.8 with fix for ports/35695 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Mar 14 13:20:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Peter Haight >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD wartch.sapros.com 4.4-STABLE FreeBSD 4.4-STABLE #5: Sat Feb 9 19:35:00 PST 2002 peterh@wartch.sapros.com:/usr/src/sys/compile/WARTCH i386 >Description: Update net/fugu to 1.1.8. This patch should also fix the problem reported in ports/35695. The Fugu distribution didn't work properly with Python 2.2. >How-To-Repeat: >Fix: diff -P -r -u fugu/Makefile fugu.new/Makefile --- fugu/Makefile Sun Sep 23 21:36:53 2001 +++ fugu.new/Makefile Thu Mar 14 12:53:53 2002 @@ -6,7 +6,7 @@ # PORTNAME= fugu -PORTVERSION= 1.1.6 +PORTVERSION= 1.1.8 CATEGORIES= net python MASTER_SITES= http://fugu.gale.org/dist/ @@ -18,6 +18,7 @@ USE_PYTHON= yes USE_XLIB= yes USE_X_PREFIX= yes +USE_AUTOCONF= yes GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib diff -P -r -u fugu/distinfo fugu.new/distinfo --- fugu/distinfo Sun Sep 23 21:36:53 2001 +++ fugu.new/distinfo Thu Mar 14 12:46:37 2002 @@ -1 +1 @@ -MD5 (fugu-1.1.6.tar.gz) = d354282314b99706034ceb2a5f2daea6 +MD5 (fugu-1.1.8.tar.gz) = d169997627f9290afb3c99479ea0be93 diff -P -r -u fugu/files/patch-configure fugu.new/files/patch-configure --- fugu/files/patch-configure Wed Dec 31 16:00:00 1969 +++ fugu.new/files/patch-configure Thu Mar 14 12:53:21 2002 @@ -0,0 +1,11 @@ +--- configure.in.orig Thu Mar 14 12:52:32 2002 ++++ configure.in Thu Mar 14 12:52:39 2002 +@@ -46,7 +46,7 @@ + + dnl -- and whether the build system is installed + AC_MSG_CHECKING(whether Python development environment is installed) +- if test ! -f "${PYTHONDIR}/Makefile.pre.in"; then ++ if test ! -f "${PYTHONDIR}/Makefile"; then + AC_MSG_RESULT(not found) + AC_MSG_ERROR(Perhaps you need to install the Python development tools?) + else diff -P -r -u fugu/pkg-plist fugu.new/pkg-plist --- fugu/pkg-plist Sun Sep 23 21:36:53 2001 +++ fugu.new/pkg-plist Thu Mar 14 13:01:56 2002 @@ -1,5 +1,5 @@ bin/fugu -bin/fugu-config +bin/pygale-config lib/fugu-%%PORTVERSION%%/DefaultConfig.py lib/fugu-%%PORTVERSION%%/DefaultConfig.pyc lib/fugu-%%PORTVERSION%%/HistoryCombo.py @@ -13,8 +13,6 @@ lib/fugu-%%PORTVERSION%%/connection.py lib/fugu-%%PORTVERSION%%/connection.pyc lib/fugu-%%PORTVERSION%%/fugu-icon.xbm -lib/fugu-%%PORTVERSION%%/fugusetup.py -lib/fugu-%%PORTVERSION%%/fugusetup.pyc lib/fugu-%%PORTVERSION%%/openssl/__init__.py lib/fugu-%%PORTVERSION%%/openssl/__init__.pyc lib/fugu-%%PORTVERSION%%/openssl/bn.py @@ -62,6 +60,8 @@ lib/fugu-%%PORTVERSION%%/pygale/userinfo.pyc lib/fugu-%%PORTVERSION%%/pygale/version.py lib/fugu-%%PORTVERSION%%/pygale/version.pyc +lib/fugu-%%PORTVERSION%%/pygalesetup.py +lib/fugu-%%PORTVERSION%%/pygalesetup.pyc lib/fugu-%%PORTVERSION%%/search.py lib/fugu-%%PORTVERSION%%/search.pyc lib/fugu-%%PORTVERSION%%/thumbcache.py >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message