diff options
author | marcus <marcus@FreeBSD.org> | 2005-02-16 09:17:05 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-02-16 09:17:05 +0000 |
commit | 566d2776a8e4bec6261c33d25656775b3f533c6b (patch) | |
tree | 05cdce66397ab8b713ad049c60fb667a94396ebe /www | |
parent | 578e8e2e4863001bbc9c788c650e2e51db9f7cdb (diff) | |
download | FreeBSD-ports-566d2776a8e4bec6261c33d25656775b3f533c6b.zip FreeBSD-ports-566d2776a8e4bec6261c33d25656775b3f533c6b.tar.gz |
Update to 2.80.
Diffstat (limited to 'www')
-rw-r--r-- | www/mplayer-plugin/Makefile | 5 | ||||
-rw-r--r-- | www/mplayer-plugin/distinfo | 4 | ||||
-rw-r--r-- | www/mplayer-plugin/files/patch-Source_plugin.h | 15 |
3 files changed, 4 insertions, 20 deletions
diff --git a/www/mplayer-plugin/Makefile b/www/mplayer-plugin/Makefile index 0094d36..d698b1d 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 b9fe58a..ccccc8d 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 25db268..0000000 --- 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 <cmath> - #define _XOPEN_SOURCE 500 - --#ifndef _GNU_SOURCE --#define _GNU_SOURCE --#endif - #ifdef GECKOSDK_ENABLED - #include "mozilla-config.h" - #endif |