Bug 179567 - [PATCH] net/vnc: Options incorrectly ported, server no longer builds by default
Summary: [PATCH] net/vnc: Options incorrectly ported, server no longer builds by default
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cy Schubert
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-15 08:10 UTC by John Marino
Modified: 2013-06-15 08:50 UTC (History)
0 users

See Also:


Attachments
file.diff (512 bytes, patch)
2013-06-15 08:10 UTC, John Marino
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!