From owner-freebsd-ports Wed Oct 9 3:30: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28B8A37B401 for ; Wed, 9 Oct 2002 03:30:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D39743E65 for ; Wed, 9 Oct 2002 03:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g99AU1Co061094 for ; Wed, 9 Oct 2002 03:30:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g99AU1AC061093; Wed, 9 Oct 2002 03:30:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81F2F37B401 for ; Wed, 9 Oct 2002 03:26:07 -0700 (PDT) Received: from relay2.agava.net.ru (ofc.agava.net [195.161.118.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F69A43E4A for ; Wed, 9 Oct 2002 03:26:06 -0700 (PDT) (envelope-from mcsi@agava.com) Received: from ultra.domain (ultra.domain [192.168.1.58]) by relay2.agava.net.ru (Postfix) with ESMTP id 87B894772BA for ; Wed, 9 Oct 2002 14:26:03 +0400 (MSD) Received: from ultra.domain (localhost [127.0.0.1]) by ultra.domain (8.12.6/8.12.5) with ESMTP id g99ARfXP080007 for ; Wed, 9 Oct 2002 14:27:41 +0400 (MSD) (envelope-from mcsi@ultra.domain) Received: (from root@localhost) by ultra.domain (8.12.6/8.12.6/Submit) id g99ARf31080006; Wed, 9 Oct 2002 14:27:41 +0400 (MSD) Message-Id: <200210091027.g99ARf31080006@ultra.domain> Date: Wed, 9 Oct 2002 14:27:41 +0400 (MSD) From: Maxim Maximov Reply-To: Maxim Maximov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/43855: fix build of net/rfbproxy Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 43855 >Category: ports >Synopsis: fix build of net/rfbproxy >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Oct 09 03:30:00 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Maxim Maximov >Release: FreeBSD 4.7-RC i386 >Organization: >Environment: System: FreeBSD ultra.domain 4.7-RC FreeBSD 4.7-RC #9: Fri Oct 4 12:38:44 MSD 2002 mcsi@ultra.domain:/usr/obj/usr/src/sys/ULTRA i386 >Description: fix build of net/rfbproxy. FreeBSD defines types `uint16_t' and `uint32_t' itself. >How-To-Repeat: >Fix: --- rfbproxy.c.orig Wed Oct 9 14:23:44 2002 +++ rfbproxy.c Wed Oct 9 14:25:19 2002 @@ -60,8 +60,10 @@ # include #else # if HAVE_U_INTXX_T +# ifndef __FreeBSD__ typedef u_int16_t uint16_t; typedef u_int32_t uint32_t; +# endif # else typedef unsigned short uint16_t; typedef unsigned long uint32_t; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message