net/vnc, net/tightvnc and net/tridiavnc conflicts. only net/vnc contains "CONFLICTS" line in Makefile, but it misses tridiavnc. others have no CONFLICTS line in Makefile. Fix: add/fix CONFLICTS line about 3 ports. How-To-Repeat: see Makefile.
State Changed From-To: open->feedback Awaiting maintainers feedback
Responsible Changed From-To: freebsd-ports-bugs->itetcu I'll take it.
itetcu 2007-01-30 22:08:24 UTC FreeBSD ports repository Modified files: net/tightvnc Makefile Log: (finish interruped update) - - CONFLICT with other vnc ports [1] - tke maintainership since I'm using it PR: ports/108412 [1] Submitted by: Tsurutani Naoki [1] Revision Changes Path 1.26 +1 -0 ports/net/tightvnc/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Hi, Patch below for net/vnc to add tridiavnc to CONFLICTS. Thanks! james -- Times flies like an arrow. Fruit flies like bananas. --- net/vnc/Makefile.orig Mon Feb 5 14:11:05 2007 +++ net/vnc/Makefile Mon Feb 5 14:12:44 2007 @@ -25,7 +25,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/unix PLIST= ${WRKDIR}/pkg-plist -CONFLICTS= tightvnc-[0-9]* +CONFLICTS= tightvnc-[0-9]* tridiavnc-[0-9]* OPTIONS= SERVER "Install VNC server components" on
This PR refers to the port net/vnc maintained by james@now.ie and contains a patch. Maintainer, do you have any issues with the inclusion of this patch? Thanks, Gavin
Hi Gavin, On Fri, May 18, 2007 at 05:33:02PM +0100, Gavin Atkinson wrote: > This PR refers to the port net/vnc maintained by james@now.ie and > contains a patch. Maintainer, do you have any issues with the inclusion > of this patch? Nope - I submitted the patch :) Many thanks, james -- Times flies like an arrow. Fruit flies like bananas.
James Raftery wrote: >On Fri, May 18, 2007 at 05:33:02PM +0100, Gavin Atkinson wrote: >> This PR refers to the port net/vnc maintained by james@now.ie and >> contains a patch. Maintainer, do you have any issues with the inclusion >> of this patch? > >Nope - I submitted the patch :) Thank you for your fixes. I hope someone fix this on net/tridiavnc, whose maintainer is ports@. BTW, tridiavnc is still active ? --- Tsurutani Naoki turutani@scphys.kyoto-u.ac.jp
State Changed From-To: feedback->open This is actually a maintainer-update.
Class Changed From-To: sw-bug->maintainer-update
itetcu 2007-06-12 22:33:22 UTC FreeBSD ports repository Modified files: net/vnc Makefile Log: - fix CONFLICTS - bump PORTREVISION PR: ports/108412 Submitted by: Tsurutani Naoki / James Raftery (maintainer) Revision Changes Path 1.50 +2 -2 ports/net/vnc/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
itetcu 2007-06-12 22:38:54 UTC FreeBSD ports repository Modified files: net/tridiavnc Makefile Log: - fix CONFLICTS [1] - un-quote BROKEN message - s/MACHINE_ARCH/ARCH/ - bump PORTREVISION for CONFLICTS chage PR: ports/108412 [1] Submitted by: Tsurutani Naoki [1] Revision Changes Path 1.12 +5 -3 ports/net/tridiavnc/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!