mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
- Update to 0.5.9
PR: ports/107460 Submitted by: Max Brazhnikov <makc at issp.ac.ru> (maintainer)
This commit is contained in:
parent
52b7f08b7f
commit
be2ff4ae7c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181384
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= gxine
|
||||
PORTVERSION= 0.5.8
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.5.9
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= xine
|
||||
@ -65,7 +64,7 @@ LIB_DEPENDS+= js.1:${PORTSDIR}/lang/spidermonkey
|
||||
CONFIGURE_ARGS+=--without-browser-plugin
|
||||
PLIST_SUB+= MOZILLA_PLUGIN="@comment "
|
||||
.else
|
||||
USE_GECKO= firefox mozilla xulrunner firefox15
|
||||
USE_GECKO= firefox mozilla seamonkey xulrunner firefox15
|
||||
.include "${PORTSDIR}/www/mozilla/bsd.gecko.mk"
|
||||
LIB_DEPENDS+= nspr4.1:${PORTSDIR}/devel/nspr
|
||||
CONFIGURE_ENV+= NSPR_CFLAGS="-I${LOCALBASE}/include/nspr" \
|
||||
@ -74,6 +73,12 @@ CONFIGURE_ARGS+=--disable-libjs
|
||||
PLIST_SUB+= MOZILLA_PLUGIN=""
|
||||
.endif
|
||||
|
||||
pre-configure:
|
||||
@${REINPLACE_CMD} -e "/^mkdir_p/s:@mkdir_p@:/bin/sh @install_sh@ -d:" \
|
||||
${WRKSRC}/po/Makefile.in.in
|
||||
@${REINPLACE_CMD} -e "/^mkdir_p/s:@mkdir_p@:/bin/sh @install_sh@ -d:" \
|
||||
${WRKSRC}/misc/po/Makefile.in.in
|
||||
|
||||
post-install:
|
||||
.if !defined(WITHOUT_MOZILLA_PLUGIN)
|
||||
@${MKDIR} ${PREFIX}/lib/browser_plugins
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (gxine-0.5.8.tar.bz2) = e6bc2be9c6b3a13a101d462b2034b035
|
||||
SHA256 (gxine-0.5.8.tar.bz2) = ee62e0934bf63a2ed22dc2059ae73aadb192b14307ecf69cb9b49d329c4fe271
|
||||
SIZE (gxine-0.5.8.tar.bz2) = 1014295
|
||||
MD5 (gxine-0.5.9.tar.bz2) = e0c7bddeed0850fb5a3a874f4df1ffca
|
||||
SHA256 (gxine-0.5.9.tar.bz2) = fb50b694455b5572e77754fc56aee461c5b7271b53ae8c4c50336b154e447254
|
||||
SIZE (gxine-0.5.9.tar.bz2) = 1023087
|
||||
|
@ -1,10 +0,0 @@
|
||||
--- src/desktop_integration.c.orig
|
||||
+++ src/desktop_integration.c
|
||||
@@ -31,7 +31,6 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <dlfcn.h>
|
||||
-#include <alloca.h>
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
@ -1,10 +0,0 @@
|
||||
--- src/engine.c.orig
|
||||
+++ src/engine.c
|
||||
@@ -33,6 +33,7 @@
|
||||
#include "engine.h"
|
||||
#include "ui.h"
|
||||
#include "utils.h"
|
||||
+#define PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP PTHREAD_MUTEX_INITIALIZER
|
||||
|
||||
se_t *gse; /* global script engine */
|
||||
xine_t *xine; /* global xine instance */
|
@ -1,13 +0,0 @@
|
||||
--- src/http.c.orig
|
||||
+++ src/http.c
|
||||
@@ -38,6 +38,10 @@
|
||||
#include "http.h"
|
||||
#include "utils.h"
|
||||
|
||||
+#include <netinet/in.h>
|
||||
+#include <arpa/inet.h>
|
||||
+#define IPPROTO_TCP 6
|
||||
+
|
||||
/*
|
||||
#define LOG
|
||||
*/
|
@ -1,10 +0,0 @@
|
||||
--- src/script_engine.c.orig
|
||||
+++ src/script_engine.c
|
||||
@@ -54,6 +54,7 @@
|
||||
#include "snapshot.h"
|
||||
#include "engine.h"
|
||||
#include "history.h"
|
||||
+#define PTHREAD_MUTEX_RECURSIVE_NP PTHREAD_MUTEX_RECURSIVE
|
||||
/*
|
||||
#define LOG
|
||||
*/
|
Loading…
x
Reference in New Issue
Block a user