aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/toxine
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2007-04-30 03:37:08 +0800
committermezz <mezz@FreeBSD.org>2007-04-30 03:37:08 +0800
commit5a6755b15cdcc524205af07b01b4cdade630e0b0 (patch)
tree8db855d237d2c724300deec4b079c48451e5215e /multimedia/toxine
parent314aac2afd7ed7be45e62aad9c6ec61e1a4c91a8 (diff)
downloadfreebsd-ports-gnome-5a6755b15cdcc524205af07b01b4cdade630e0b0.tar.gz
freebsd-ports-gnome-5a6755b15cdcc524205af07b01b4cdade630e0b0.tar.zst
freebsd-ports-gnome-5a6755b15cdcc524205af07b01b4cdade630e0b0.zip
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!).
Diffstat (limited to 'multimedia/toxine')
-rw-r--r--multimedia/toxine/Makefile3
-rw-r--r--multimedia/toxine/files/patch-src__plugins__vo_caca.c12
2 files changed, 14 insertions, 1 deletions
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 <unistd.h>
+ #include <errno.h>
+ #include <caca.h>
++#ifdef CACA_API_VERSION_1
++#include <caca0.h>
++#endif
+ #include <sys/types.h>
+ #include <sys/stat.h>
+ #include <fcntl.h>