Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 May 2005 17:59:52 +0200
From:      Taik0 <suikogaiden@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/81519: No checksum for net/vnc port if WITHOUT_SERVER defined
Message-ID:  <E1DbKgs-00030d-00@lex.ilimit.lan>
Resent-Message-ID: <200505261610.j4QGA2Wh017295@freefall.freebsd.org>

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

>Number:         81519
>Category:       ports
>Synopsis:       No checksum for net/vnc port if WITHOUT_SERVER defined
>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:   Thu May 26 16:10:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Taik0
>Release:        FreeBSD 5.4-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD dani 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE #0: Fri Apr 22 09:30:05 CEST 2005 root@dani:/usr/src/sys/i386/compile/RYODAN i386


	
Description: If you try to compile net/vnc port with -DWITHOUT_SERVER flag ports will report that don't have checksum for the file. Thats because on distinfo the file checksum it's located at xc/vnc-4_1_1-unixsrc.tar.gz and with -DWITHOUT_SERVER the file it's downloaded in /usr/ports/distfiles.

	=> No checksum recorded for vnc-4_1_1-unixsrc.tar.gz.
        *** Error code 1

	<precise description of the problem (multiple lines)>
>Description:
>How-To-Repeat:
	cd /usr/ports/net/vnc && make -DWITHOUT_SERVER
	
>Fix:
--- net/vnc/distinfo   Thu May 26 17:16:27 2005
+++ net/vnc/distinfo.new    Thu May 26 17:52:12 2005
@@ -1,5 +1,7 @@
 MD5 (xc/vnc-4_1_1-unixsrc.tar.gz) = 2ddf091a8be9f03bb991a553427d7b89
 SIZE (xc/vnc-4_1_1-unixsrc.tar.gz) = 529894
+MD5 (vnc-4_1_1-unixsrc.tar.gz) = 2ddf091a8be9f03bb991a553427d7b89
+SIZE (vnc-4_1_1-unixsrc.tar.gz) = 529894
 MD5 (xc/X430src-1.tgz) = 4f241a4f867363f40efa2b00dca292af
 SIZE (xc/X430src-1.tgz) = 10993622
 MD5 (xc/X430src-2.tgz) = 844c2ee908d21dbf8911fd13115bf8b4

	


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1DbKgs-00030d-00>