From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 13 01:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A7E6FD32 for ; Fri, 13 Sep 2013 01:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 889942B0D for ; Fri, 13 Sep 2013 01:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8D100bQ024938 for ; Fri, 13 Sep 2013 01:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8D100wb024937; Fri, 13 Sep 2013 01:00:00 GMT (envelope-from gnats) Date: Fri, 13 Sep 2013 01:00:00 GMT Message-Id: <201309130100.r8D100wb024937@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Koichiro IWAO Subject: Re: ports/182025: net/tigervnc can't be built after upgrade of port to 1.3.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Koichiro IWAO List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 01:00:01 -0000 The following reply was made to PR ports/182025; it has been noted by GNATS. From: Koichiro IWAO To: kaltheat@googlemail.com Cc: bug-followup@freebsd.org, kaltheat@gmail.com, kaltheat@zoho.com Subject: Re: ports/182025: net/tigervnc can't be built after upgrade of port to 1.3.0 Date: Fri, 13 Sep 2013 09:54:28 +0900 Can you see the patch named patch-hw-vnc-off-by-one-error[1] in files directory? It's supposed to be exist. If it exists, the patch is not applied for some reason. $ svn co svn://svn0.us-west.freebsd.org/ports/head/net/tigervnc A tigervnc/distinfo A tigervnc/pkg-descr A tigervnc/files A tigervnc/files/patch-hw-vnc-off-by-one-error A tigervnc/files/patch-CMakeLists.txt A tigervnc/files/patch-cmake_BuildPackages.cmake A tigervnc/files/patch-unix_vncserver A tigervnc/pkg-plist A tigervnc/Makefile Checked out revision 327120. $ cd tigervnc && LANG=C svn info Path: . Working Copy Root Path: /tmp/tigervnc URL: svn://svn0.us-west.freebsd.org/ports/head/net/tigervnc Relative URL: ^/head/net/tigervnc Repository Root: svn://svn0.us-west.freebsd.org/ports Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5 Revision: 327120 Node Kind: directory Schedule: normal Last Changed Author: wg Last Changed Rev: 326978 Last Changed Date: 2013-09-11 22:20:02 +0900 (Wed, 11 Sep 2013) # make clean patch # find work -exec grep "if XORG" {} + | grep 112 work/tigervnc-1.3.0/unix/xserver/hw/vnc/vncExtInit.cc:#if XORG < 112 work/tigervnc-1.3.0/unix/xserver/hw/vnc/vncExtInit.cc:#if XORG < 112 work/tigervnc-1.3.0/unix/xserver/hw/vnc/vncExtInit.cc:#if XORG < 112 work/tigervnc-1.3.0/unix/xserver/hw/vnc/vncExtInit.cc:#if XORG < 112 (snip) work/tigervnc-1.3.0/unix/xserver/hw/vnc/xf86vncModule.cc:#if XORG < 112 work/tigervnc-1.3.0/unix/xserver/hw/vnc/xf86vncModule.cc:#if XORG < 112 work/tigervnc-1.3.0/unix/xserver/hw/vnc/vncHooks.cc.orig:#if XORG < 112 work/tigervnc-1.3.0/unix/xserver/hw/vnc/vncHooks.cc.orig:#if XORG < 112 work/tigervnc-1.3.0/unix/xserver/hw/vnc/vncHooks.cc.orig:#if XORG < 112 work/tigervnc-1.3.0/unix/xserver/hw/vnc/vncHooks.cc.orig:#if XORG < 112 work/tigervnc-1.3.0/unix/xserver/hw/vnc/vncHooks.cc.orig:#if XORG < 112 work/tigervnc-1.3.0/unix/xserver/hw/vnc/vncHooks.cc.orig:#if XORG < 112 work/tigervnc-1.3.0/unix/xserver/hw/vnc/vncHooks.cc.orig:#if XORG < 112 work/tigervnc-1.3.0/unix/xserver/hw/vnc/vncHooks.cc:#if XORG <= 112 work/tigervnc-1.3.0/unix/xserver/hw/vnc/vncHooks.cc:#if XORG <= 112 work/tigervnc-1.3.0/unix/xserver/hw/vnc/vncHooks.cc:#if XORG <= 112 work/tigervnc-1.3.0/unix/xserver/hw/vnc/vncHooks.cc:#if XORG <= 112 work/tigervnc-1.3.0/unix/xserver/hw/vnc/vncHooks.cc:#if XORG <= 112 work/tigervnc-1.3.0/unix/xserver/hw/vnc/vncHooks.cc:#if XORG <= 112 work/tigervnc-1.3.0/unix/xserver/hw/vnc/vncHooks.cc:#if XORG <= 112 I can see vncHooks.cc is patched. [1] https://svnweb.freebsd.org/ports/head/net/tigervnc/files/patch-hw-vnc-off-by-one-error?revision=326978&view=markup -- `whois vmeta.jp | nkf -w` meta