FreeBSD Bugzilla – Attachment 118960 Details for
Bug 161411
[patch] unbreak net/tridiavnc for non-i386
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.64 KB, created by
4720@hushmail.com
on 2011-10-09 05:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
4720@hushmail.com
Created:
2011-10-09 05:40:01 UTC
Size:
1.64 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/net/tridiavnc/Makefile,v >retrieving revision 1.18 >diff -u -r1.18 Makefile >--- Makefile 23 Sep 2011 22:24:37 -0000 1.18 >+++ Makefile 9 Oct 2011 02:54:44 -0000 >@@ -17,6 +17,8 @@ > MAINTAINER= cy@FreeBSD.org > COMMENT= Display X and Win32 desktops on remote X/Win32/Java displays > >+LICENSE= GPLv2 >+ > USE_PERL5= yes > WRKSRC= ${WRKDIR}/unix/vnc_unixsrc > USE_IMAKE= yes >@@ -24,6 +26,7 @@ > ALL_TARGET= World > NO_INSTALL_MANPAGES= yes > XFREE86_HTML_MAN= no >+MAKE_JOBS_UNSAFE=yes > > CONFLICTS= tightvnc-[0-9]* vnc-[0-9]* > >@@ -35,7 +38,10 @@ > .include <bsd.port.pre.mk> > > .if ${ARCH} != i386 >-BROKEN= Does not compile on ${MACHINE_ARCH} >+NO_XVNC= yes >+PLIST_SUB+= XVNC="@comment " >+.else >+PLIST_SUB+= XVNC="" > .endif > > post-patch: >@@ -48,7 +54,9 @@ > # We have to frob a few things, and we want our own permissions, so it's easier > # to do the install ourselves. > post-install: >+.if !defined(NO_XVNC) > ${INSTALL_PROGRAM} ${WRKSRC}/Xvnc/programs/Xserver/Xvnc ${PREFIX}/bin/Xvnc >+.endif > ${INSTALL_PROGRAM} ${WRKSRC}/vncviewer/vncviewer ${PREFIX}/bin/vncviewer > ${INSTALL_PROGRAM} ${WRKSRC}/vncpasswd/vncpasswd ${PREFIX}/bin/vncpasswd > ${INSTALL_PROGRAM} ${WRKSRC}/vncconnect/vncconnect ${PREFIX}/bin/vncconnect >Index: pkg-plist >=================================================================== >RCS file: /home/ncvs/ports/net/tridiavnc/pkg-plist,v >retrieving revision 1.4 >diff -u -r1.4 pkg-plist >--- pkg-plist 20 May 2011 19:49:17 -0000 1.4 >+++ pkg-plist 9 Oct 2011 02:54:44 -0000 >@@ -1,4 +1,4 @@ >-bin/Xvnc >+%%XVNC%%bin/Xvnc > bin/vncviewer > bin/vncpasswd > bin/vncserver
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 161411
: 118960