FreeBSD Bugzilla – Attachment 138240 Details for
Bug 184157
[patch] net/ssvnc: correct options and work with staging
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 885 bytes, created by
Warren Block
on 2013-11-22 02:00:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Warren Block
Created:
2013-11-22 02:00:00 UTC
Size:
885 bytes
patch
obsolete
>Index: net/ssvnc/Makefile >=================================================================== >--- net/ssvnc/Makefile (revision 334526) >+++ net/ssvnc/Makefile (working copy) >@@ -17,7 +17,7 @@ > RUN_DEPENDS= stunnel:${PORTSDIR}/security/stunnel \ > xterm:${PORTSDIR}/x11/xterm > >-OPTIONS_DEFINE= ULTRAFTP DOCS >+OPTIONS_DEFINE= ULTRAFTP > ULTRAFTP_DESC= UltraVNC File Transfer support (Java required) > > USES= imake:env gmake perl5 >@@ -57,12 +57,14 @@ > @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} config > > post-install: >-.if ${PORT_OPTIONS:MDOCS} >+.if ${PORT_OPTIONS:MULTRAFTP} >+ @${INSTALL_DATA} ${WRKSRC}/ultraftp/ultraftp.jar \ >+ ${STAGEDIR}${LOCALBASE}/lib/ssvnc/ >+.endif > @${MKDIR} ${STAGEDIR}${MAN1PREFIX}/man/man1 > .for man in ssvnc.1 ssvncviewer.1 > ${INSTALL_MAN} ${WRKSRC}/man/man1/${man} \ > ${STAGEDIR}${MAN1PREFIX}/man/man1 > .endfor >-.endif > > .include <bsd.port.mk>
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 184157
: 138240 |
138241