Update to 2.80.

This commit is contained in:
Joe Marcus Clarke 2005-02-16 09:17:05 +00:00
parent 5cf805bbbc
commit 1bd00d33e2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129008
3 changed files with 4 additions and 20 deletions

View file

@ -6,8 +6,7 @@
# #
PORTNAME= mplayerplug-in PORTNAME= mplayerplug-in
PORTVERSION= 2.70 PORTVERSION= 2.80
PORTREVISION= 2
CATEGORIES= www multimedia CATEGORIES= www multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= mplayerplug-in MASTER_SITE_SUBDIR= mplayerplug-in
@ -33,7 +32,7 @@ USE_GMAKE= yes
PLUGINSFILES= mplayerplug-in.so mplayerplug-in.xpt PLUGINSFILES= mplayerplug-in.so mplayerplug-in.xpt
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} 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" LDFLAGS="-L${X11BASE}/lib"
.if !defined(WITH_MOZILLA) .if !defined(WITH_MOZILLA)

View file

@ -1,2 +1,2 @@
MD5 (mplayerplug-in-2.70.tar.gz) = 90784c7ccb40037b446053f0c1d1c2b4 MD5 (mplayerplug-in-2.80.tar.gz) = ce3235ff7d46fae416cfb175193a5f25
SIZE (mplayerplug-in-2.70.tar.gz) = 167973 SIZE (mplayerplug-in-2.80.tar.gz) = 174111

View file

@ -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