From rea-fbsd@codelabs.ru  Sat Nov  1 08:47:37 2008
Return-Path: <rea-fbsd@codelabs.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A1EC0106567A
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  1 Nov 2008 08:47:37 +0000 (UTC)
	(envelope-from rea-fbsd@codelabs.ru)
Received: from 0.mx.codelabs.ru (0.mx.codelabs.ru [144.206.177.45])
	by mx1.freebsd.org (Postfix) with ESMTP id 531258FC0C
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  1 Nov 2008 08:47:36 +0000 (UTC)
	(envelope-from rea-fbsd@codelabs.ru)
Received: from phoenix.codelabs.ru (ppp91-78-220-158.pppoe.mtu-net.ru [91.78.220.158])
	by 0.mx.codelabs.ru with esmtps (TLSv1:CAMELLIA256-SHA:256)
	id 1KwC8s-000MVY-Vn for FreeBSD-gnats-submit@freebsd.org; Sat, 01 Nov 2008 11:47:35 +0300
Message-Id: <20081101084734.51A99F181F@phoenix.codelabs.ru>
Date: Sat,  1 Nov 2008 11:47:34 +0300 (MSK)
From: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Reply-To: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] net/vnc: update to 4.1.3
X-Send-Pr-Version: 3.113
X-GNATS-Notify: josh.carroll@gmail.com josh.carroll@gmail.com

>Number:         128515
>Category:       ports
>Synopsis:       [patch] net/vnc: update to 4.1.3
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    wxs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 01 08:50:01 UTC 2008
>Closed-Date:    Sat Dec 27 03:09:00 UTC 2008
>Last-Modified:  Sat Dec 27 03:10:04 UTC 2008
>Originator:     Eygene Ryabinkin
>Release:        FreeBSD 7.1-PRERELEASE i386
>Organization:
Code Labs
>Environment:

System: FreeBSD XXX 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #3: Wed Oct 29 22:46:45 MSK 2008 root@XXX:/usr/obj/usr/src/sys/XXX i386


>Description:

RealVNC had rolled out version 4.1.3 some days ago.  Since FreeBSD port
uses pseudo-submit form, fetching the source was failing -- the download
URL stays the same for the whole 4.x line.

>How-To-Repeat:

Fetch from 'http://www.realvnc.com/cgi-bin/download.cgi?product=free4/src/unix&acceptLicense=1&haveDetails=1&filetype=tar_gz',
untar and see that the current version is 4.1.3.

>Fix:

The following patch will update the port to the latest version.

--- 4.1.2-to-4.1.3.diff begins here ---
diff -urN ./Makefile ../vnc/Makefile
--- ./Makefile	2008-11-01 11:26:50.000000000 +0300
+++ ../vnc/Makefile	2008-11-01 11:39:17.000000000 +0300
@@ -6,11 +6,10 @@
 #
 
 PORTNAME=	vnc
-PORTVERSION=	4.1.2
-PORTREVISION=	5
+PORTVERSION=	4.1.3
 CATEGORIES=	net ipv6
 MASTER_SITES=	http://www.realvnc.com/:vnc
-DISTNAME=	vnc-4_1_2-unixsrc
+DISTNAME=	vnc-4_1_3-unixsrc
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:vnc
 DIST_SUBDIR=	xc
 
@@ -20,8 +19,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
diff -urN ./distinfo ../vnc/distinfo
--- ./distinfo	2008-11-01 11:26:50.000000000 +0300
+++ ../vnc/distinfo	2008-11-01 11:40:02.000000000 +0300
@@ -1,6 +1,6 @@
-MD5 (xc/vnc-4_1_2-unixsrc.tar.gz) = cf9a6fe8f592286b5e0fdde686504ffb
-SHA256 (xc/vnc-4_1_2-unixsrc.tar.gz) = ed73cd1abf4c4044032929fa2dd023d851f5fe37f88009523d3b08b7d836d542
-SIZE (xc/vnc-4_1_2-unixsrc.tar.gz) = 537713
+MD5 (xc/vnc-4_1_3-unixsrc.tar.gz) = a119f3c75ad2767c0588260e2abe39be
+SHA256 (xc/vnc-4_1_3-unixsrc.tar.gz) = a5897cbeaef74e02f23d43b89905f5a218041292743ed469f45092073c2bc047
+SIZE (xc/vnc-4_1_3-unixsrc.tar.gz) = 550870
 MD5 (xc/X430src-1.tgz) = 4f241a4f867363f40efa2b00dca292af
 SHA256 (xc/X430src-1.tgz) = 5276b045e154948fce7abba7d686406c65862d90b43b50f2546b33e38378f0d7
 SIZE (xc/X430src-1.tgz) = 10993622
--- 4.1.2-to-4.1.3.diff ends here ---

I will try to see if we can use some other URL, perhaps with the
explicit version.  Stay tuned ;))
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Nov 1 08:50:11 UTC 2008 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=128515 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: josh.carroll@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/128515: [patch] net/vnc: update to 4.1.3
Date: Sat, 1 Nov 2008 08:50:10 UT

 Maintainer of net/vnc,
 
 Please note that PR ports/128515 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/128515
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
To: bug-followup@FreeBSD.org
Cc: josh.carroll@gmail.com, freebsd-ports-bugs@FreeBSD.org
Subject: Re: ports/128515: [patch] net/vnc: update to 4.1.3
Date: Sat, 1 Nov 2008 12:20:09 +0300

 --J2SCkAp4GZ/dPZZf
 Content-Type: text/plain; charset=koi8-r
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 And the more complete patch: it gained the ability to download the
 specified version of the RealVNC sources, at least for the current
 incarnation of http://realvnc.com/cgi-bin/download.cgi
 
 --- 4.1.2-to-4.1.3.diff begins here ---
 diff -urN ./Makefile ../vnc/Makefile
 --- ./Makefile	2008-11-01 11:26:50.000000000 +0300
 +++ ../vnc/Makefile	2008-11-01 11:56:34.000000000 +0300
 @@ -6,11 +6,10 @@
  #
 =20
  PORTNAME=3D	vnc
 -PORTVERSION=3D	4.1.2
 -PORTREVISION=3D	5
 +PORTVERSION=3D	4.1.3
  CATEGORIES=3D	net ipv6
  MASTER_SITES=3D	http://www.realvnc.com/:vnc
 -DISTNAME=3D	vnc-4_1_2-unixsrc
 +DISTNAME=3D	vnc-4_1_3-unixsrc
  DISTFILES=3D	${DISTNAME}${EXTRACT_SUFX}:vnc
  DIST_SUBDIR=3D	xc
 =20
 @@ -20,8 +19,6 @@
  RUN_DEPENDS=3D	xorg-fonts>=3D7.2:${PORTSDIR}/x11-fonts/xorg-fonts \
  		xauth:${PORTSDIR}/x11/xauth
 =20
 -BROKEN=3D		checksum mismatch
 -
  GNU_CONFIGURE=3D	yes
  # The vnc supplied zlib seg. faults if compiled with -O
  CONFIGURE_ARGS=3D	--with-installed-zlib
 @@ -73,7 +70,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/downlo=
 ad.cgi?product=3Dfree4/src/unix&acceptLicense=3D1&haveDetails=3D1&filetype=
 =3Dtar_gz'
 +	${FETCH_CMD} -o ${DISTNAME}.tar.gz 'http://www.realvnc.com/cgi-bin/downlo=
 ad.cgi?product=3Dfree4/src/unix&acceptLicense=3D1&haveDetails=3D1&filetype=
 =3Dtar_gz&filever=3D$(PORTVERSION)'
 =20
  post-extract:
  .if !defined(WITHOUT_SERVER)
 diff -urN ./distinfo ../vnc/distinfo
 --- ./distinfo	2008-11-01 11:26:50.000000000 +0300
 +++ ../vnc/distinfo	2008-11-01 11:40:02.000000000 +0300
 @@ -1,6 +1,6 @@
 -MD5 (xc/vnc-4_1_2-unixsrc.tar.gz) =3D cf9a6fe8f592286b5e0fdde686504ffb
 -SHA256 (xc/vnc-4_1_2-unixsrc.tar.gz) =3D ed73cd1abf4c4044032929fa2dd023d85=
 1f5fe37f88009523d3b08b7d836d542
 -SIZE (xc/vnc-4_1_2-unixsrc.tar.gz) =3D 537713
 +MD5 (xc/vnc-4_1_3-unixsrc.tar.gz) =3D a119f3c75ad2767c0588260e2abe39be
 +SHA256 (xc/vnc-4_1_3-unixsrc.tar.gz) =3D a5897cbeaef74e02f23d43b89905f5a21=
 8041292743ed469f45092073c2bc047
 +SIZE (xc/vnc-4_1_3-unixsrc.tar.gz) =3D 550870
  MD5 (xc/X430src-1.tgz) =3D 4f241a4f867363f40efa2b00dca292af
  SHA256 (xc/X430src-1.tgz) =3D 5276b045e154948fce7abba7d686406c65862d90b43b=
 50f2546b33e38378f0d7
  SIZE (xc/X430src-1.tgz) =3D 10993622
 --- 4.1.2-to-4.1.3.diff ends here ---
 --=20
 Eygene
  _                ___       _.--.   #
  \`.|\..----...-'`   `-._.-'_.-'`   #  Remember that it is hard
  /  ' `         ,       __.--'      #  to read the on-line manual  =20
  )/' _/     \   `-_,   /            #  while single-stepping the kernel.
  `-'" `"\_  ,_.-;_.-\_ ',  fsc/as   #
      _.-'_./   {_.'   ; /           #    -- FreeBSD Developers handbook=20
     {_.-``-'         {_/            #
 
 --J2SCkAp4GZ/dPZZf
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.9 (FreeBSD)
 
 iEYEARECAAYFAkkMH0gACgkQthUKNsbL7Yi5fACggbFFPXDkaV1sm1e2VCVPOR6a
 8wAAn1Fy8tv6z7WqjStYhFDx+DKD+zAv
 =0n9C
 -----END PGP SIGNATURE-----
 
 --J2SCkAp4GZ/dPZZf--
Responsible-Changed-From-To: freebsd-ports-bugs->wxs 
Responsible-Changed-By: wxs 
Responsible-Changed-When: Sun Nov 2 19:28:01 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=128515 
State-Changed-From-To: feedback->closed 
State-Changed-By: wxs 
State-Changed-When: Sat Dec 27 03:08:59 UTC 2008 
State-Changed-Why:  
Updated to 4.1.3 

http://www.freebsd.org/cgi/query-pr.cgi?pr=128515 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/128515: commit references a PR
Date: Sat, 27 Dec 2008 03:08:36 +0000 (UTC)

 wxs         2008-12-27 03:08:15 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/vnc              Makefile distinfo 
   Log:
   - Update to 4.1.3
   - This is still buggy on AMD64, I'm working on a fix.
   
   PR:             ports/128510, ports/128515, ports/129289, ports/129894
   Submitted by:   Lots of people
   
   Revision  Changes    Path
   1.62      +3 -6      ports/net/vnc/Makefile
   1.20      +3 -3      ports/net/vnc/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
