FreeBSD Bugzilla – Attachment 205217 Details for
Bug 238703
comms/scrcpy: update to 1.9
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
scrcpy-1.9.diff.svn (text/plain), 2.93 KB, created by
Hiroki Tagato
on 2019-06-19 09:37:08 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Hiroki Tagato
Created:
2019-06-19 09:37:08 UTC
Size:
2.93 KB
patch
obsolete
>Index: comms/scrcpy/Makefile >=================================================================== >--- comms/scrcpy/Makefile (revision 504425) >+++ comms/scrcpy/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= scrcpy > DISTVERSIONPREFIX= v >-DISTVERSION= 1.8 >+DISTVERSION= 1.9 > CATEGORIES= comms net > MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/${GH_TAGNAME}/:jar > DISTFILES= ${DIST_JARFILE}:jar >@@ -23,7 +23,8 @@ > USE_GITHUB= yes > GH_ACCOUNT= Genymobile > >-MESON_ARGS= -Dbuild_server=false >+MESON_ARGS= -Dbuild_server=false \ >+ -Dportable=false > > OPTIONS_DEFINE= DOCS > >@@ -34,7 +35,7 @@ > PLIST_FILES= bin/scrcpy ${DATADIR}/${INSTALL_JARFILE} > > post-extract: >- ${CP} ${_DISTDIR}/${DIST_JARFILE} ${WRKSRC}/${INSTALL_JARFILE} >+ ${CP} ${DISTDIR}/${DIST_JARFILE} ${WRKSRC}/${INSTALL_JARFILE} > > post-install: > ${MKDIR} ${STAGEDIR}${DATADIR} >@@ -42,8 +43,6 @@ > > post-install-DOCS-on: > ${MKDIR} ${STAGEDIR}${DOCSDIR} >-.for doc in ${PORTDOCS} >- ${INSTALL_MAN} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR} >-.endfor >+ ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} > > .include <bsd.port.mk> >Index: comms/scrcpy/distinfo >=================================================================== >--- comms/scrcpy/distinfo (revision 504425) >+++ comms/scrcpy/distinfo (working copy) >@@ -1,5 +1,5 @@ >-TIMESTAMP = 1552128375 >-SHA256 (scrcpy-server-v1.8.jar) = 839055ef905903bf98ead1b9b8a127fe402b39ad657a81f9a914b2dbcb2ce5c0 >-SIZE (scrcpy-server-v1.8.jar) = 19734 >-SHA256 (Genymobile-scrcpy-v1.8_GH0.tar.gz) = 1d4b53573554a60fa46b6b40685dbe6c8474bc451ecbe803e2f2ec9724b48a01 >-SIZE (Genymobile-scrcpy-v1.8_GH0.tar.gz) = 181991 >+TIMESTAMP = 1560494328 >+SHA256 (scrcpy-server-v1.9.jar) = ad7e539f100e48259b646f26982bc63e0a60a81ac87ae135e242855bef69bd1a >+SIZE (scrcpy-server-v1.9.jar) = 22470 >+SHA256 (Genymobile-scrcpy-v1.9_GH0.tar.gz) = 905fe62e2825310eeb77187f8974763c3ae2f08ca1f649bcaf4721f1fd14a764 >+SIZE (Genymobile-scrcpy-v1.9_GH0.tar.gz) = 191404 >Index: comms/scrcpy/files/patch-app_src_server.c >=================================================================== >--- comms/scrcpy/files/patch-app_src_server.c (nonexistent) >+++ comms/scrcpy/files/patch-app_src_server.c (working copy) >@@ -0,0 +1,11 @@ >+--- app/src/server.c.orig 2019-06-18 09:31:46 UTC >++++ app/src/server.c >+@@ -15,7 +15,7 @@ >+ #define SOCKET_NAME "scrcpy" >+ #define SERVER_FILENAME "scrcpy-server.jar" >+ >+-#define DEFAULT_SERVER_PATH PREFIX "/share/scrcpy/" SERVER_FLENAME >++#define DEFAULT_SERVER_PATH PREFIX "/share/scrcpy/" SERVER_FILENAME >+ #define DEVICE_SERVER_PATH "/data/local/tmp/" SERVER_FILENAME >+ >+ static const char * > >Property changes on: comms/scrcpy/files/patch-app_src_server.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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
Flags:
tagattie
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 238703
: 205217