From owner-freebsd-ports@FreeBSD.ORG Tue Jan 4 02:08:21 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4EF30106564A for ; Tue, 4 Jan 2011 02:08:21 +0000 (UTC) (envelope-from w8hdkim@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id DB0CA8FC14 for ; Tue, 4 Jan 2011 02:08:20 +0000 (UTC) Received: by wyf19 with SMTP id 19so13911473wyf.13 for ; Mon, 03 Jan 2011 18:08:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=WCkBZNhPb5guFfRMvP2doXYN6lmd2wM4X6mFJZbTnpo=; b=nRW5bc/0Bfgna6thZVTEqG6R1GtmGyqj5AkfOZBthegs1AuVKlKPLjXbIKVjarMPDH aTQIvNJS1s3L/vLnv6dtqwCgatOaRphgg+dIsGwS6LVmdGlLgz6JpFRE3bo8tTZ3e5Wo phjKM/3pqdJoIjICor6YfgPxQwLVQNZokDhWQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=ROD+cMSUhKVhFM8OvBWxJtKxt9+wnwQMXmJHe8Q6FuxE7drWAOOhZaXGMtebHfM56N fhJmWmpqHUiVin1cQEQOWIcsW5VwTzJvaqlqsH9DFhBEuEK54aOilx+mydybQFe1yLMb 9nC0HoyT8CrhBlPloJD3OKO+4NHxIUhq2KvDk= MIME-Version: 1.0 Received: by 10.227.157.207 with SMTP id c15mr11977700wbx.32.1294105004323; Mon, 03 Jan 2011 17:36:44 -0800 (PST) Received: by 10.227.23.203 with HTTP; Mon, 3 Jan 2011 17:36:44 -0800 (PST) Date: Mon, 3 Jan 2011 20:36:44 -0500 Message-ID: From: Kim Culhan To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: 8.2-RC1 tightvnc-1.3.10 installs 0 byte files, deinstall fails X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jan 2011 02:08:21 -0000 Running 8.2-RC1 the port is: # $FreeBSD: ports/net/tightvnc/Makefile,v 1.39 2010/02/05 11:42:24 dinoex Exp $ The net/tightvnc 1.3.10_3 port installed zero byte length files in /usr/local/bin/Xvnc, vncconnect, vncpasswd, vncserver and vncviewer. make deinstall returns: tightvnc-1.3.10_3 has a different PREFIX: , skipping The port was installed with a single: make install which returned: Copying vncserver -> /usr/local/bin/vncserver and similar The files built in the work directory are not zero length make deinstall returns: ===> tightvnc-1.3.10_3 has a different PREFIX: , skipping >From /var/db/ports/tightvnc/options: _OPTIONS_READ=tightvnc-1.3.10_3 WITHOUT_JVNC_VIEWER=true Please let me know if I can supply more information thanks -kim