Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jun 2013 07:07:30 GMT
From:      john marino <draco@marino.st>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/179567: [PATCH] net/vnc: Options incorrectly ported, server no longer builds by default
Message-ID:  <201306150707.r5F77U6m078888@oldred.freebsd.org>
Resent-Message-ID: <201306150710.r5F7A0E5003422@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         179567
>Category:       ports
>Synopsis:       [PATCH] net/vnc: Options incorrectly ported, server no longer builds by default
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 15 07:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     john marino
>Release:        
>Organization:
>Environment:
>Description:
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.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2013-06-15 07:01:38.884311000 +0000
+++ Makefile
@@ -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 \


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306150707.r5F77U6m078888>