mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 2.80.
This commit is contained in:
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
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
Loading…
Add table
Reference in a new issue