ports/63052: Maintainer update: net/straw, fix the dependencies build.

Jeremy Messenger mezz7 at cox.net
Thu Feb 19 06:30:19 UTC 2004


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



More information about the freebsd-ports-bugs mailing list