diff options
author | marcus <marcus@FreeBSD.org> | 2004-10-12 08:11:02 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-10-12 08:11:02 +0800 |
commit | cb39930a6ec1e878c21521e5094e6dd761b50322 (patch) | |
tree | b6deee3ffe086e577028c5c7d110916480411395 | |
parent | 7b680be214cf82d22cc6540e0967e1d6f8dd33eb (diff) | |
download | freebsd-ports-gnome-cb39930a6ec1e878c21521e5094e6dd761b50322.tar.gz freebsd-ports-gnome-cb39930a6ec1e878c21521e5094e6dd761b50322.tar.zst freebsd-ports-gnome-cb39930a6ec1e878c21521e5094e6dd761b50322.zip |
Update to 2.70.
-rw-r--r-- | www/mplayer-plugin/Makefile | 2 | ||||
-rw-r--r-- | www/mplayer-plugin/distinfo | 4 | ||||
-rw-r--r-- | www/mplayer-plugin/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | www/mplayer-plugin/files/patch-configure | 10 |
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 + |