Date: Mon, 23 Sep 2013 15:16:43 +0200 (CEST) From: "J.R. Oldroyd" <fbsd@opal.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/182327: multimedia/py-kaa-base: fix build problem Message-ID: <201309231316.r8NDGhkS013894@shibato.opal.com> Resent-Message-ID: <201309231320.r8NDK0pr002919@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 182327 >Category: ports >Synopsis: multimedia/py-kaa-base: fix build problem >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Sep 23 13:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: J.R. Oldroyd >Release: FreeBSD 9.2-RC4 amd64 >Organization: >Environment: System: FreeBSD xx.opal.com 9.2-RC4 FreeBSD 9.2-RC4 #3 r255488: Sat Sep 14 19:15:58 EDT 2013 xx@xx.opal.com:/usr/src/sys/amd64/compile/GENERIC+DDB amd64 >Description: Pointyhat is showing a build error. Hopefully this fixes it. >How-To-Repeat: >Fix: --- Makefile.orig 2013-09-23 15:09:51.000000000 +0200 +++ Makefile 2013-09-23 15:16:03.000000000 +0200 @@ -3,7 +3,7 @@ PORTNAME= kaa-base PORTVERSION= 0.6.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= multimedia python MASTER_SITES= SF/freevo/${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,8 @@ COMMENT= Kaa Media Repository LIB_DEPENDS= glib-2.0:${PORTSDIR}/devel/glib20 -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 \ +BUILD_DEPENDS= pkgconf:${PORTSDIR}/devel/pkgconf \ + ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 \ ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game RUN_DEPENDS:= ${BUILD_DEPENDS} >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309231316.r8NDGhkS013894>