aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-10-12 00:11:02 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-10-12 00:11:02 +0000
commitccc95f7024adcfd452de6e128e53e4c69e7575a3 (patch)
tree74a7fd1797e86bf338491886697178a31390bc6c /www
parent67794880c104b69d9b7e0b297c2d2d15dc5ee263 (diff)
Update to 2.70.
Notes
Notes: svn path=/head/; revision=118708
Diffstat (limited to 'www')
-rw-r--r--www/mplayer-plugin/Makefile2
-rw-r--r--www/mplayer-plugin/distinfo4
-rw-r--r--www/mplayer-plugin/files/patch-Makefile.in11
-rw-r--r--www/mplayer-plugin/files/patch-configure10
4 files changed, 13 insertions, 14 deletions
diff --git a/www/mplayer-plugin/Makefile b/www/mplayer-plugin/Makefile
index fff724ce1b51..3bca76fb42c7 100644
--- a/www/mplayer-plugin/Makefile
+++ b/www/mplayer-plugin/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= mplayerplug-in
-PORTVERSION= 2.66
+PORTVERSION= 2.70
CATEGORIES= www multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= mplayerplug-in
diff --git a/www/mplayer-plugin/distinfo b/www/mplayer-plugin/distinfo
index be49dc59f941..b9fe58ab0961 100644
--- a/www/mplayer-plugin/distinfo
+++ b/www/mplayer-plugin/distinfo
@@ -1,2 +1,2 @@
-MD5 (mplayerplug-in-2.66.tar.gz) = c47806370986a6adf7c8f5ef3e70eaa9
-SIZE (mplayerplug-in-2.66.tar.gz) = 164065
+MD5 (mplayerplug-in-2.70.tar.gz) = 90784c7ccb40037b446053f0c1d1c2b4
+SIZE (mplayerplug-in-2.70.tar.gz) = 167973
diff --git a/www/mplayer-plugin/files/patch-Makefile.in b/www/mplayer-plugin/files/patch-Makefile.in
deleted file mode 100644
index a97a3715c406..000000000000
--- a/www/mplayer-plugin/files/patch-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig Mon Mar 22 17:30:44 2004
-+++ Makefile.in Mon Mar 22 17:32:56 2004
-@@ -33,7 +33,7 @@
- default all: $(SHAREDTARGET)
-
- $(SHAREDTARGET): $(OBJ)
-- $(CXX) -shared -o $(SHAREDTARGET) $(OBJ) $(LDFLAGS)
-+ $(CXX) -shared -lXt -o $(SHAREDTARGET) $(OBJ) $(LDFLAGS) @LDFLAGS@
- cp Source/nsIScriptableMplayerPlugin.xpt mplayerplug-in.xpt
-
- np_entry.o: plugingate/np_entry.cpp
diff --git a/www/mplayer-plugin/files/patch-configure b/www/mplayer-plugin/files/patch-configure
new file mode 100644
index 000000000000..e7b7a83d1eb3
--- /dev/null
+++ b/www/mplayer-plugin/files/patch-configure
@@ -0,0 +1,10 @@
+--- configure.orig Mon Oct 11 19:30:39 2004
++++ configure Mon Oct 11 19:32:12 2004
+@@ -2854,6 +2854,7 @@
+ echo "$as_me:$LINENO: checking MOZPLUG_CFLAGS" >&5
+ echo $ECHO_N "checking MOZPLUG_CFLAGS... $ECHO_C" >&6
+ MOZPLUG_CFLAGS=`$PKG_CONFIG --cflags "mozilla-plugin"`
++ MOZPLUG_CFLAGS="${MOZPLUG_CFLAGS} -I"`$PKG_CONFIG --variable=includedir "mozilla-plugin"`
+ echo "$as_me:$LINENO: result: $MOZPLUG_CFLAGS" >&5
+ echo "${ECHO_T}$MOZPLUG_CFLAGS" >&6
+