From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 11 21:40:07 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 281311065670 for ; Fri, 11 Apr 2008 21:40:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1791D8FC1D for ; Fri, 11 Apr 2008 21:40:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m3BLe6ug089774 for ; Fri, 11 Apr 2008 21:40:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m3BLe64D089773; Fri, 11 Apr 2008 21:40:06 GMT (envelope-from gnats) Date: Fri, 11 Apr 2008 21:40:06 GMT Message-Id: <200804112140.m3BLe64D089773@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: wahjava@gmail.com (Ashish Shukla =?utf-8?B?4KSG4KS24KWA4KS3IOCktg==?= =?utf-8?B?4KWB4KSV4KWN4KSy?=) Cc: Subject: Re: ports/122564: [PATCH]x11/libxcb: update to 1.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ashish Shukla =?utf-8?B?4KSG4KS24KWA4KS3IOCktg==?= =?utf-8?B?4KWB4KSV4KWN4KSy?= List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2008 21:40:07 -0000 The following reply was made to PR ports/122564; it has been noted by GNATS. From: wahjava@gmail.com (Ashish Shukla =?utf-8?B?4KSG4KS24KWA4KS3IOCktg==?= =?utf-8?B?4KWB4KSV4KWN4KSy?=) To: edwin@freebsd.org Cc: Subject: Re: ports/122564: [PATCH]x11/libxcb: update to 1.1 Date: Sat, 12 Apr 2008 01:34:02 +0530 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable >>>>> "Edwin" =3D=3D Edwin Groothuis writes: Edwin> Maintainer of x11/libxcb, Edwin> Please note that PR ports/122564 has just been submitted. Edwin> If it contains a patch for an upgrade, an enhancement or a bug f= ix Edwin> you agree on, reply to this email stating that you approve the p= atch Edwin> and a committer will take care of it. Edwin> The full text of the PR can be found at: Edwin> http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/122564 The port builds fine, but during installation, it reports that it is not able to find 'pkg-message' file. So following is what I did to patch existing port with the diff you supplied. Please see if I'm doing anything wrong: =2D--->8---->8---- [abbe@monte-cristo ~/ports]$ cp -Rvf /usr/ports/x11/libxcb . /usr/ports/x11/libxcb -> ./libxcb /usr/ports/x11/libxcb/files -> ./libxcb/files /usr/ports/x11/libxcb/files/patch-Makefile.in -> ./libxcb/files/patch-Makef= ile.in /usr/ports/x11/libxcb/files/patch-tests-check_public.c -> ./libxcb/files/pa= tch-tests-check_public.c /usr/ports/x11/libxcb/Makefile -> ./libxcb/Makefile /usr/ports/x11/libxcb/distinfo -> ./libxcb/distinfo /usr/ports/x11/libxcb/pkg-descr -> ./libxcb/pkg-descr /usr/ports/x11/libxcb/pkg-plist -> ./libxcb/pkg-plist [abbe@monte-cristo ~/ports]$ patch -u