diff --git a/www/mplayer-plugin/Makefile b/www/mplayer-plugin/Makefile index 0094d36a6c26..d698b1d1edc3 100644 --- a/www/mplayer-plugin/Makefile +++ b/www/mplayer-plugin/Makefile @@ -6,8 +6,7 @@ # PORTNAME= mplayerplug-in -PORTVERSION= 2.70 -PORTREVISION= 2 +PORTVERSION= 2.80 CATEGORIES= www multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= mplayerplug-in @@ -33,7 +32,7 @@ USE_GMAKE= yes PLUGINSFILES= mplayerplug-in.so mplayerplug-in.xpt GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -DBSD" \ LDFLAGS="-L${X11BASE}/lib" .if !defined(WITH_MOZILLA) diff --git a/www/mplayer-plugin/distinfo b/www/mplayer-plugin/distinfo index b9fe58ab0961..ccccc8d01a2c 100644 --- a/www/mplayer-plugin/distinfo +++ b/www/mplayer-plugin/distinfo @@ -1,2 +1,2 @@ -MD5 (mplayerplug-in-2.70.tar.gz) = 90784c7ccb40037b446053f0c1d1c2b4 -SIZE (mplayerplug-in-2.70.tar.gz) = 167973 +MD5 (mplayerplug-in-2.80.tar.gz) = ce3235ff7d46fae416cfb175193a5f25 +SIZE (mplayerplug-in-2.80.tar.gz) = 174111 diff --git a/www/mplayer-plugin/files/patch-Source_plugin.h b/www/mplayer-plugin/files/patch-Source_plugin.h deleted file mode 100644 index 25db268e948e..000000000000 --- a/www/mplayer-plugin/files/patch-Source_plugin.h +++ /dev/null @@ -1,15 +0,0 @@ ---- Source/plugin.h.orig Mon Mar 1 13:29:02 2004 -+++ Source/plugin.h Thu Mar 4 01:29:25 2004 -@@ -37,11 +37,9 @@ - - #ifndef __PLUGIN_H__ - #define __PLUGIN_H__ -+#include - #define _XOPEN_SOURCE 500 - --#ifndef _GNU_SOURCE --#define _GNU_SOURCE --#endif - #ifdef GECKOSDK_ENABLED - #include "mozilla-config.h" - #endif