From 324e56321f50739c3942992b89b4df7f98c04c37 Mon Sep 17 00:00:00 2001 From: Jeremy Messenger Date: Sun, 29 Apr 2007 19:37:08 +0000 Subject: Chase with the update of graphics/libcaca, bump the PORTREVISION on these ports. Only two ports that aren't tested and I get no respone back from the maintainer for two weeks. The two ports are graphics/crystalspace(-devel). The rest other ports have been tested or/and submitted by the maintainers (Thanks!). --- multimedia/toxine/Makefile | 3 ++- multimedia/toxine/files/patch-src__plugins__vo_caca.c | 12 ++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 multimedia/toxine/files/patch-src__plugins__vo_caca.c (limited to 'multimedia/toxine') diff --git a/multimedia/toxine/Makefile b/multimedia/toxine/Makefile index b1e2c2a72cec..7abc60da3147 100644 --- a/multimedia/toxine/Makefile +++ b/multimedia/toxine/Makefile @@ -7,7 +7,7 @@ PORTNAME= toxine PORTVERSION= 0.6.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= toxine @@ -44,6 +44,7 @@ PLIST_SUB+= AALIB="@comment " .if !defined(WITHOUT_LIBCACA) BUILD_DEPENDS+= ${LOCALBASE}/lib/libcaca.a:${PORTSDIR}/graphics/libcaca +CONFIGURE_ARGS+=--disable-cacatest PLIST_SUB+= LIBCACA="" .else PLIST_SUB+= LIBCACA="@comment " diff --git a/multimedia/toxine/files/patch-src__plugins__vo_caca.c b/multimedia/toxine/files/patch-src__plugins__vo_caca.c new file mode 100644 index 000000000000..4fd252d1e3c9 --- /dev/null +++ b/multimedia/toxine/files/patch-src__plugins__vo_caca.c @@ -0,0 +1,12 @@ +--- ./src/plugins/vo_caca.c.orig Thu May 6 18:16:03 2004 ++++ ./src/plugins/vo_caca.c Sun Apr 15 16:26:25 2007 +@@ -27,6 +27,9 @@ + #include + #include + #include ++#ifdef CACA_API_VERSION_1 ++#include ++#endif + #include + #include + #include -- cgit v1.2.3