FreeBSD Bugzilla – Attachment 74253 Details for
Bug 107460
maintainer update: multimedia/gxine
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 4.15 KB, created by
Max Brazhnikov
on 2007-01-03 12:10:14 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Max Brazhnikov
Created:
2007-01-03 12:10:14 UTC
Size:
4.15 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/multimedia/gxine/Makefile /home/makc/porting/ports/multimedia/gxine/Makefile >--- /usr/ports/multimedia/gxine/Makefile Sun Dec 31 17:04:18 2006 >+++ /home/makc/porting/ports/multimedia/gxine/Makefile Tue Jan 2 23:19:33 2007 >@@ -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 @@ > 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" \ >@@ -73,6 +72,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) >diff -ruN --exclude=CVS /usr/ports/multimedia/gxine/distinfo /home/makc/porting/ports/multimedia/gxine/distinfo >--- /usr/ports/multimedia/gxine/distinfo Mon Nov 6 22:26:13 2006 >+++ /home/makc/porting/ports/multimedia/gxine/distinfo Tue Jan 2 14:36:12 2007 >@@ -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 >diff -ruN --exclude=CVS /usr/ports/multimedia/gxine/files/patch-src_desktop__integration.c /home/makc/porting/ports/multimedia/gxine/files/patch-src_desktop__integration.c >--- /usr/ports/multimedia/gxine/files/patch-src_desktop__integration.c Mon Nov 6 22:26:14 2006 >+++ /home/makc/porting/ports/multimedia/gxine/files/patch-src_desktop__integration.c Thu Jan 1 03:00:00 1970 >@@ -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> >diff -ruN --exclude=CVS /usr/ports/multimedia/gxine/files/patch-src_engine.c /home/makc/porting/ports/multimedia/gxine/files/patch-src_engine.c >--- /usr/ports/multimedia/gxine/files/patch-src_engine.c Mon Nov 6 22:26:14 2006 >+++ /home/makc/porting/ports/multimedia/gxine/files/patch-src_engine.c Thu Jan 1 03:00:00 1970 >@@ -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 */ >diff -ruN --exclude=CVS /usr/ports/multimedia/gxine/files/patch-src_http.c /home/makc/porting/ports/multimedia/gxine/files/patch-src_http.c >--- /usr/ports/multimedia/gxine/files/patch-src_http.c Mon Nov 6 22:26:14 2006 >+++ /home/makc/porting/ports/multimedia/gxine/files/patch-src_http.c Thu Jan 1 03:00:00 1970 >@@ -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 >- */ >diff -ruN --exclude=CVS /usr/ports/multimedia/gxine/files/patch-src_script__engine.c /home/makc/porting/ports/multimedia/gxine/files/patch-src_script__engine.c >--- /usr/ports/multimedia/gxine/files/patch-src_script__engine.c Mon Nov 6 22:26:14 2006 >+++ /home/makc/porting/ports/multimedia/gxine/files/patch-src_script__engine.c Thu Jan 1 03:00:00 1970 >@@ -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 >- */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 107460
: 74253