From owner-freebsd-ports@FreeBSD.ORG Wed Jan 7 01:54:08 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6D1416A4CE for ; Wed, 7 Jan 2004 01:54:08 -0800 (PST) Received: from strippy.vizija.si (strippy.vizija.si [217.72.81.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46AB843D45 for ; Wed, 7 Jan 2004 01:54:07 -0800 (PST) (envelope-from uros.gruber@vizija.si) Received: from localhost (localhost [127.0.0.1]) by strippy.vizija.si (Postfix) with ESMTP id 8AC16A6CA7; Wed, 7 Jan 2004 10:54:04 +0100 (CET) Received: from strippy.vizija.si ([127.0.0.1]) by localhost (strippy.vizija.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 29220-03; Wed, 7 Jan 2004 10:54:04 +0100 (CET) Received: from uros (BSN-95-243-216.dsl.siol.net [193.95.243.216]) by strippy.vizija.si (Postfix) with ESMTP id D3176A6CA4; Wed, 7 Jan 2004 10:54:03 +0100 (CET) Date: Wed, 7 Jan 2004 10:54:03 +0100 From: Uroš Gruber Organization: Nova Vizija d.o.o. X-Priority: 3 (Normal) Message-ID: <17182544968.20040107105403@vizija.si> To: max@love2party.net MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new at vizija.si X-Amavis-Alert: BAD HEADER Non-encoded 8-bit data (char B9 hex) in message header 'From' From: Uro\271 Gruber List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2004 09:54:09 -0000 Hi, I have problems building this port. Here is error root@surf:/usr/ports/sysutils/pftop#make ===> Building for pftop-0.4 Warning: Object directory not changed from original /usr/ports/sysutils/pftop/work/pftop-0.4 cc -O -pipe -mcpu=pentiumpro -Wall -DOS_LEVEL=34 -c cache.c cache.c:40:23: net/pfvar.h: No such file or directory In file included from cache.c:48: if I add -I /usr/local/include/pf in /etc/make.conf it works and i can see it in cc command. -- Best regards Uros