ports/173507: [PATCH] irc/py-irclib: hgtools as dependency

William Grzybowski william88 at gmail.com
Fri Nov 9 18:00:01 UTC 2012


>Number:         173507
>Category:       ports
>Synopsis:       [PATCH] irc/py-irclib: hgtools as 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:   Fri Nov 09 18:00:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     William Grzybowski
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
>Description:

	hgtools is a build dependency
	(Please see ports/173506 before commit)

>How-To-Repeat:
>Fix:

	See attached patch


--- py-irclib.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 307244)
+++ Makefile	(working copy)
@@ -23,7 +23,8 @@
 
 # TODO: irclib have some weird install script bundled and use of
 #       USE_PYDISTUTILS=easy_install would break it
-BUILD_DEPENDS+=	easy_install:${PORTSDIR}/devel/py-setuptools
+BUILD_DEPENDS+=	easy_install:${PORTSDIR}/devel/py-setuptools \
+	${PYTHON_PKGNAMEPREFIX}hgtools>0:${PORTSDIR}/devel/py-hgtools
 
 PLIST_SUB=	VERSION=${PORTVERSION} PYVER=${PYTHON_VERSION:S/python//}
 
--- py-irclib.patch ends here ---

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


More information about the freebsd-ports-bugs mailing list