ports/182327: multimedia/py-kaa-base: fix build problem
J.R. Oldroyd
fbsd at opal.com
Mon Sep 23 13:20:00 UTC 2013
>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 at 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:
More information about the freebsd-ports-bugs
mailing list