Date: Wed, 18 Feb 2004 23:54:27 -0600 (CST) From: Jeremy Messenger <mezz7@cox.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/63052: Maintainer update: net/straw, fix the dependencies build. Message-ID: <200402190554.i1J5sQLS059684@ns1.mezzweb.com> Resent-Message-ID: <200402190630.i1J6UIZS012993@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 63052 >Category: ports >Synopsis: Maintainer update: net/straw, fix the dependencies build. >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: Wed Feb 18 22:30:18 PST 2004 >Closed-Date: >Last-Modified: >Originator: Mezz >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD ns1.mezzweb.com 5.2-CURRENT FreeBSD 5.2-CURRENT #2: Thu Jan 29 23:14:45 CST 2004 mezz@mezz.mezzweb.com:/usr/obj/usr/src/sys/BSDROCKS i386 >Description: Add all run depend to build depend to fix the dependencies build. Reported by: Sean McNeil <sean@mcneil.com> and marcus >How-To-Repeat: n/a >Fix: --- straw.diff begins here --- diff -ur straw.orig/Makefile straw/Makefile --- straw.orig/Makefile Wed Feb 18 18:21:18 2004 +++ straw/Makefile Thu Feb 19 00:09:30 2004 @@ -14,6 +14,7 @@ MAINTAINER= mezz7@cox.net COMMENT= A GNOME 2 desktop weblog aggregator written in Python +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/mx/DateTime/mxDateTime/__init__.py:${PORTSDIR}/lang/py-mx-base RUN_DEPENDS= ${PYTHON_SITELIBDIR}/mx/DateTime/mxDateTime/__init__.py:${PORTSDIR}/lang/py-mx-base USE_BZIP2= yes @@ -30,8 +31,10 @@ # pybsddb ships with python 2.3 .if ${PYTHON_REL} < 230 +BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb3 RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb3 .else +BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb .endif --- straw.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402190554.i1J5sQLS059684>