ports/128510: Fix BROKEN on net/vnc

Stuart Barkley stuartb at 4gh.net
Fri Oct 31 20:50:03 UTC 2008


>Number:         128510
>Category:       ports
>Synopsis:       Fix BROKEN on net/vnc
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 31 20:50:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Stuart Barkley
>Release:        FreeBSD 6.3-RELEASE i386
>Organization:
>Environment:
System: FreeBSD sandy.4gh.net 6.3-RELEASE FreeBSD 6.3-RELEASE #0: Wed Jan 16 04:18:52 UTC 2008 root at dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386



>Description:

net/vnc is currently marked broken.

>How-To-Repeat:

cd /usr/ports/net/vnc
make fetch

>Fix:

Note: this patch does not increment PORTREVISION.

Note: net/vnc should maybe be updated to 4.1.3.

Index: net/vnc/Makefile
===================================================================
RCS file: /data/freebsd-cvs/ports/net/vnc/Makefile,v
retrieving revision 1.60
diff -u -r1.60 Makefile
--- net/vnc/Makefile	25 Oct 2008 10:18:21 -0000	1.60
+++ net/vnc/Makefile	31 Oct 2008 20:13:40 -0000
@@ -20,8 +20,6 @@
 RUN_DEPENDS=	xorg-fonts>=7.2:${PORTSDIR}/x11-fonts/xorg-fonts \
 		xauth:${PORTSDIR}/x11/xauth

-BROKEN=		checksum mismatch
-
 GNU_CONFIGURE=	yes
 # The vnc supplied zlib seg. faults if compiled with -O
 CONFIGURE_ARGS=	--with-installed-zlib
@@ -73,7 +71,7 @@
 # No direct URL for VNC -- have to pseudo-submit their webform.
 pre-fetch:
 	@${MKDIR} ${DISTDIR}/${DIST_SUBDIR} && cd ${DISTDIR}/${DIST_SUBDIR} && \
-	${FETCH_CMD} -o ${DISTNAME}.tar.gz 'http://www.realvnc.com/cgi-bin/download.cgi?product=free4/src/unix&acceptLicense=1&haveDetails=1&filetype=tar_gz'
+	${FETCH_CMD} -o ${DISTNAME}.tar.gz 'http://www.realvnc.com/cgi-bin/download.cgi?product=free4/src/unix&acceptLicense=1&haveDetails=1&filetype=tar_gz&filever=4.1.2'

 post-extract:
 .if !defined(WITHOUT_SERVER)

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



More information about the freebsd-ports-bugs mailing list