FreeBSD Bugzilla – Attachment 99104 Details for
Bug 138114
[PATCH] www/mozplugger: update to 1.13.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
mozplugger-1.13.0.patch
mozplugger-1.13.0.patch (text/plain), 3.92 KB, created by
Sylvio César Teixeira Amorim
on 2009-08-23 22:10:06 UTC
(
hide
)
Description:
mozplugger-1.13.0.patch
Filename:
MIME Type:
Creator:
Sylvio César Teixeira Amorim
Created:
2009-08-23 22:10:06 UTC
Size:
3.92 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/www/mozplugger/Makefile,v >retrieving revision 1.12 >diff -u -u -r1.12 Makefile >--- Makefile 10 May 2009 20:48:36 -0000 1.12 >+++ Makefile 23 Aug 2009 21:01:41 -0000 >@@ -6,7 +6,7 @@ > # > > PORTNAME= mozplugger >-PORTVERSION= 1.12.1 >+PORTVERSION= 1.13.0 > CATEGORIES= www > MASTER_SITES= http://mozplugger.mozdev.org/files/ > >@@ -26,6 +26,7 @@ > .include "${PORTSDIR}/www/firefox/Makefile.webplugins" > > post-patch: >+ > @${REINPLACE_CMD} -e 's|"/etc|"${PREFIX}/etc|g' \ > ${WRKSRC}/mozplugger.c > >Index: distinfo >=================================================================== >RCS file: /home/ncvs/ports/www/mozplugger/distinfo,v >retrieving revision 1.7 >diff -u -u -r1.7 distinfo >--- distinfo 10 May 2009 20:48:36 -0000 1.7 >+++ distinfo 23 Aug 2009 21:01:41 -0000 >@@ -1,3 +1,3 @@ >-MD5 (mozplugger-1.12.1.tar.gz) = 30010bc1028a90aa1a87a39f8c7a5910 >-SHA256 (mozplugger-1.12.1.tar.gz) = 97fa713033f0d31c36800c5d850dbf3e4ae95816b40edf8fe71122b773c1c646 >-SIZE (mozplugger-1.12.1.tar.gz) = 86874 >+MD5 (mozplugger-1.13.0.tar.gz) = 8903bb60a7ff89cdce399424c18faf59 >+SHA256 (mozplugger-1.13.0.tar.gz) = b2b15a5a183c6d576419594d76fab73319450004e723f762b247a3d18010a081 >+SIZE (mozplugger-1.13.0.tar.gz) = 378880 >Index: files/patch-Makefile >=================================================================== >RCS file: /home/ncvs/ports/www/mozplugger/files/patch-Makefile,v >retrieving revision 1.7 >diff -u -u -r1.7 patch-Makefile >--- files/patch-Makefile 10 Jan 2009 02:45:44 -0000 1.7 >+++ files/patch-Makefile 23 Aug 2009 21:01:42 -0000 >@@ -1,5 +1,5 @@ >---- Makefile.orig 2008-10-04 16:12:18.000000000 -0500 >-+++ Makefile 2008-10-04 16:14:19.000000000 -0500 >+--- Makefile.orig 2009-08-23 15:36:38.000000000 -0300 >++++ Makefile 2009-08-23 15:49:33.000000000 -0300 > @@ -1,5 +1,5 @@ > # Where is your Xwindows located? > -X11=/usr/X11R6 >@@ -7,15 +7,16 @@ > > # > # For building rpms >-@@ -7,14 +7,14 @@ >+@@ -7,7 +7,7 @@ > > # > # For installing > -prefix=/usr > +prefix=${PREFIX} > >- # >- # >+ # On 64 bit arch change libprefix to lib64 >+ libprefix=/lib >+@@ -18,7 +18,7 @@ > RPMDIR=/usr/src/RPM > > # Choose compiler >@@ -24,8 +25,12 @@ > LD=gcc > BINFORMAT=bin > >-@@ -70,7 +70,7 @@ >- ${MAKE} all CC=gcc XCFLAGS='-fPIC -aout' LD=gcc XLDFLAGS='-shared -aout' >+@@ -71,10 +71,10 @@ >+ ${MAKE} all CC=cc LD=ld XLDFLAGS='-expect_unresolved "*" -shared -msym -O3' >+ >+ freebsd-aout: >+- ${MAKE} all CC=gcc XCFLAGS='-fPIC -aout' LD=gcc XLDFLAGS='-shared -aout' >++ ${MAKE} all CC=${CC} XCFLAGS='-fPIC -aout' LD=gcc XLDFLAGS='-shared -aout' > > freebsd: > - ${MAKE} all CC=gcc XCFLAGS=-fPIC LD=gcc XLDFLAGS=-shared X11=/usr/X11R6/ >@@ -33,7 +38,7 @@ > > openbsd: > ${MAKE} all CC=gcc XCFLAGS=-fPIC LD=gcc XLDFLAGS=-shared X11=/usr/X11R6/ >-@@ -114,7 +114,7 @@ >+@@ -119,7 +119,7 @@ > mozplugger-controller \ > mozplugger-linker > >@@ -42,23 +47,23 @@ > INCLUDES= -Inpapi/include -I$(X11)/include > RPM_OPT_FLAGS ?= -O2 > COMMON_CFLAGS=$(RPM_OPT_FLAGS) $(INCLUDES) $(DEFINES) >-@@ -185,15 +185,15 @@ >+@@ -190,15 +190,15 @@ > > install: > -@mkdir -p $(root)$(prefix)/bin >-- -@mkdir -p $(root)$(prefix)/lib/mozilla/plugins >+- -@mkdir -p $(root)$(prefix)$(libprefix)/mozilla/plugins > - -@mkdir -p $(root)$(prefix)/share/man/man7 > - -@mkdir -p $(root)/etc > + -@mkdir -p $(root)${WEBPLUGINS_DIR} > + -@mkdir -p $(root)$(prefix)/man/man7 >-+ -@mkdir -p $(root)$(prefix)/etc >++ -@mkdir -p $(root)${prefix}/etc > cp mozplugger-helper $(root)$(prefix)/bin/ > cp mozplugger-controller $(root)$(prefix)/bin/ > cp mozplugger-linker $(root)$(prefix)/bin/ >-- cp mozplugger.so $(root)$(prefix)/lib/mozilla/plugins/ >+- cp mozplugger.so $(root)$(prefix)$(libprefix)/mozilla/plugins/ > - cp mozpluggerrc $(root)/etc/ > - cp mozplugger.7 $(root)$(prefix)/share/man/man7/ >-+ cp mozplugger.so $(root)${WEBPLUGINS_DIR}/ >++ cp mozplugger.so $(root)${WEBPLUGINS_DIR} > + cp mozpluggerrc $(root)$(prefix)/etc/ > + cp mozplugger.7 $(root)$(prefix)/man/man7/
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 138114
: 99104