Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 May 2012 10:46:03 -0700 (PDT)
From:      William Grzybowski <william88@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/167714: [MAINTAINER] irc/py-irclib: needs setuptools as build dependency
Message-ID:  <4fa95bdb.e41c340a.4b25.fffffd63@mx.google.com>
Resent-Message-ID: <201205081750.q48HoB73071401@freefall.freebsd.org>

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

>Number:         167714
>Category:       ports
>Synopsis:       [MAINTAINER] irc/py-irclib: needs setuptools as build dependency
>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:   Tue May 08 17:50:11 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     William Grzybowski
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
>Description:

    It does not build correctly with USE_PYDISTUTILS=easy_install but needs setuptools because of an internal package in this lib.
    Error catched from pointyhat on FreeBSD-7.3.

>How-To-Repeat:
>Fix:

	See attached patch


--- py-irclib.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/irc/py-irclib/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- Makefile	4 May 2012 22:54:22 -0000	1.19
+++ Makefile	8 May 2012 17:42:30 -0000
@@ -21,6 +21,8 @@
 PYDISTUTILS_PKGNAME=	python-irclib
 PYDISTUTILS_NOEGGINFO=yes
 
+BUILD_DEPENDS+=	easy_install:${PORTSDIR}/devel/py-setuptools
+
 PLIST_SUB=	VERSION=${PORTVERSION} PYVER=${PYTHON_VERSION:S/python//}
 
 EXAMPLEFILES=	irccat irccat2 servermap testbot.py \
--- py-irclib.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4fa95bdb.e41c340a.4b25.fffffd63>