Bug 179567

Summary: [PATCH] net/vnc: Options incorrectly ported, server no longer builds by default
Product: Ports & Packages Reporter: John Marino <draco>
Component: Individual Port(s)Assignee: Cy Schubert <cy>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description John Marino 2013-06-15 08:10:00 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-15 08:10:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->cy

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-06-15 08:47:02 UTC
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"
Comment 3 Baptiste Daroussin freebsd_committer freebsd_triage 2013-06-15 08:47:39 UTC
State Changed
From-To: open->closed

Committed. Thanks!