From owner-freebsd-ports Mon Nov 13 22:10: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F7A837B4D7 for ; Mon, 13 Nov 2000 22:10:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA60568; Mon, 13 Nov 2000 22:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from talri.sapros.com (rularan.sapros.com [204.182.55.17]) by hub.freebsd.org (Postfix) with ESMTP id 4399537B4CF for ; Mon, 13 Nov 2000 22:06:20 -0800 (PST) Received: (from peterh@localhost) by talri.sapros.com (8.11.0/8.9.3) id eAE66J507744; Mon, 13 Nov 2000 22:06:19 -0800 (PST) (envelope-from peterh) Message-Id: <200011140606.eAE66J507744@talri.sapros.com> Date: Mon, 13 Nov 2000 22:06:19 -0800 (PST) From: peterh@sapros.com Reply-To: peterh@sapros.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/22833: Update port: net/fugu Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22833 >Category: ports >Synopsis: Update port: net/fugu >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: Mon Nov 13 22:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Peter Haight >Release: FreeBSD 4.1.1-STABLE i386 >Organization: >Environment: >Description: This updates the port to use the variables in bsd.python.mk correctly. With this fixed, the port works with whatever version of python is installed. >How-To-Repeat: >Fix: --- Makefile.orig Mon Nov 13 21:56:18 2000 +++ Makefile Mon Nov 13 22:01:12 2000 @@ -12,13 +12,11 @@ MAINTAINER= peterh@sapros.com -BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python -RUN_DEPENDS+= ${LOCALBASE}/lib/python1.5/site-packages/Pmw:${PORTSDIR}/x11-toolkits/pmw +RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/Pmw:${PORTSDIR}/x11-toolkits/pmw -PYTHON_VERSION= python1.5 -PYTHON_NO_DEPENDS= yes -USE_XLIB= yes -GNU_CONFIGURE= yes +USE_PYTHON= yes +USE_XLIB= yes +GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message