During conversion to optionNG, the SERVER option was converted incorrectly and now the VNC package doesn't build the server. Revbump required -- changes pkg-plist dramatically. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->cy Over to maintainer (via the GNATS Auto Assign Tool)
Author: bapt Date: Sat Jun 15 07:46:48 2013 New Revision: 320978 URL: http://svnweb.freebsd.org/changeset/ports/320978 Log: Bring back the defaults as they were prior to options conversion PR: ports/179567 Submitted by: john marino <draco@marino.st> Modified: head/net/vnc/Makefile Modified: head/net/vnc/Makefile ============================================================================== --- head/net/vnc/Makefile Fri Jun 14 22:45:33 2013 (r320977) +++ head/net/vnc/Makefile Sat Jun 15 07:46:48 2013 (r320978) @@ -3,7 +3,7 @@ PORTNAME= vnc PORTVERSION= 4.1.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net ipv6 MASTER_SITES= http://home.bluelife.at/ports/distfiles/${DIST_SUBDIR}/:vnc DISTNAME= vnc-4_1_3-unixsrc @@ -28,7 +28,7 @@ PLIST= ${WRKDIR}/pkg-plist CONFLICTS= tightvnc-[0-9]* tridiavnc-[0-9]* OPTIONS_DEFINE= SERVER -OPTIONS_DEFINE= SERVER +OPTIONS_DEFAULT= SERVER SERVER_DESC= Install VNC server components MAN1= vncviewer.1 \ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!