ports/167714: [MAINTAINER] irc/py-irclib: needs setuptools as build dependency

William Grzybowski william88 at gmail.com
Tue May 8 17:50:12 UTC 2012


>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:



More information about the freebsd-ports-bugs mailing list