Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Nov 2000 22:06:19 -0800 (PST)
From:      peterh@sapros.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/22833: Update port: net/fugu
Message-ID:  <200011140606.eAE66J507744@talri.sapros.com>

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

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011140606.eAE66J507744>