summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-10-29 09:09:12 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-10-29 09:09:12 +0000
commit4defa7a15a559d4043acf770bf37d9de19c9ec26 (patch)
tree202259823ad7099a5a66f9e39a12b05fc0c1262b /graphics
parent- Update to version 0.9 (diff)
- Unbreak on -current
Notes
Notes: svn path=/head/; revision=92550
Diffstat (limited to 'graphics')
-rw-r--r--graphics/xmms-xvs/Makefile4
-rw-r--r--graphics/xmms-xvs/files/patch-src::fxlist.c32
2 files changed, 32 insertions, 4 deletions
diff --git a/graphics/xmms-xvs/Makefile b/graphics/xmms-xvs/Makefile
index 4e00f0b9fc15..f8c2ce4ff935 100644
--- a/graphics/xmms-xvs/Makefile
+++ b/graphics/xmms-xvs/Makefile
@@ -30,10 +30,6 @@ CONFIGURE_ENV= XMMS_CONFIG="${XMMS_CONFIG}"
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 501000
-BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
-.endif
-
post-patch:
@${REINPLACE_CMD} -e 's|<xml|<libxml/xml|g' ${WRKSRC}/configure
diff --git a/graphics/xmms-xvs/files/patch-src::fxlist.c b/graphics/xmms-xvs/files/patch-src::fxlist.c
new file mode 100644
index 000000000000..ced681c0b926
--- /dev/null
+++ b/graphics/xmms-xvs/files/patch-src::fxlist.c
@@ -0,0 +1,32 @@
+--- src/fxlist.c.orig Thu Jun 21 10:49:06 2001
++++ src/fxlist.c Tue Oct 28 23:51:39 2003
+@@ -60,28 +60,4 @@
+
+ return NULL;
+ }
+-
+-#else /* FXLIST_RECURSIVE */
+-
+-/* List all available modules. */
+-/* Filters */
+-FXMODULE( FXBlur )
+-FXMODULE( FXBump )
+-/* Transitions */
+-FXMODULE( FXZoomer )
+-FXMODULE( FXRotoZoomer )
+-FXMODULE( FXUniBlitter )
+-/* Renderers */
+-FXMODULE( FXClear )
+-FXMODULE( FXFlash )
+-FXMODULE( FXParticle )
+-FXMODULE( FXScope )
+-FXMODULE( FXRing )
+-FXMODULE( FXUniScope )
+-/* Containers */
+-FXMODULE( FXSimple )
+-FXMODULE( FXOnce )
+-/* Other */
+-FXMODULE( FXComment )
+-
+-#endif /* FXLIST_RECURSIVE */
++#endif