aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-02-16 09:17:05 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-02-16 09:17:05 +0000
commit1bd00d33e23e8db68e4b892038bb5307c6c77d7f (patch)
tree6f1728b3ae0cb6f72b89a842df00841d2076702d /www
parent5cf805bbbc5cac1e9ae12ec8579667b945650d28 (diff)
downloadports-1bd00d33e23e8db68e4b892038bb5307c6c77d7f.tar.gz
ports-1bd00d33e23e8db68e4b892038bb5307c6c77d7f.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/mplayer-plugin/Makefile5
-rw-r--r--www/mplayer-plugin/distinfo4
-rw-r--r--www/mplayer-plugin/files/patch-Source_plugin.h15
3 files changed, 4 insertions, 20 deletions
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 <cmath>
- #define _XOPEN_SOURCE 500
-
--#ifndef _GNU_SOURCE
--#define _GNU_SOURCE
--#endif
- #ifdef GECKOSDK_ENABLED
- #include "mozilla-config.h"
- #endif