Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 09 Nov 2012 09:51:37 -0800 (PST)
From:      William Grzybowski <william88@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/173507: [PATCH] irc/py-irclib: hgtools as dependency
Message-ID:  <509d42a9.1005650a.707b.ffffdbd7@mx.google.com>
Resent-Message-ID: <201211091800.qA9I017J070932@freefall.freebsd.org>

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?509d42a9.1005650a.707b.ffffdbd7>