Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 2003 09:55:03 +0100
From:      Stefan Ehmann <shoesoft@gmx.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48518: [MAINTAINER-FIX] net/pyslsk fails to build if no X-Server is available
Message-ID:  <3E55E967.3090203@gmx.net>

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

>Number:         48518
>Category:       ports
>Synopsis:       [MAINTAINER-FIX] net/pyslsk fails to build if no X-Server is available
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 21 01:00:34 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Stefan Ehmann
>Release:        FreeBSD 5.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD Shoe.my.domain 5.0-RELEASE FreeBSD 5.0-RELEASE #0: Mon Feb 10 21:36:00 CET 2003 root@Shoe.my.domain:/usr/obj/usr/src/sys/SHOE i386


	
>Description:
	net/pyslsk fails to build if no X-Server is available	
>How-To-Repeat:
	Try to build net/pyslsk if no X-Server is running or if DISPLAY is unset.
>Fix:
	Apply this patch:

diff -ruN pyslsk.bak/Makefile pyslsk/Makefile
--- pyslsk.bak/Makefile	Thu Feb 20 16:13:31 2003
+++ pyslsk/Makefile	Thu Feb 20 15:59:21 2003
@@ -7,6 +7,7 @@
 
 PORTNAME=	pyslsk
 PORTVERSION=	0.4.11
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://www.sensi.org/~ak/pyslsk/ \
 		http://stud4.tuwien.ac.at/~e0125637/
@@ -19,5 +20,9 @@
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=yes
+USE_REINPLACE=	yes
+
+post-patch:
+	@${REINPLACE_CMD} -e '/encode_bitmaps/d' ${WRKSRC}/setup.py
 
 .include <bsd.port.mk>


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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