From owner-freebsd-pf@FreeBSD.ORG Sun Jul 4 18:17:03 2010 Return-Path: Delivered-To: freebsd-pf@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D85F2106567C for ; Sun, 4 Jul 2010 18:17:03 +0000 (UTC) (envelope-from vchepkov@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 872B58FC1F for ; Sun, 4 Jul 2010 18:17:03 +0000 (UTC) Received: by vws6 with SMTP id 6so5278988vws.13 for ; Sun, 04 Jul 2010 11:16:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:mime-version :content-type:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to:x-mailer; bh=zi2d/hWdKY21KqAuH96DtH3Iscp1qZ9bbfbD+E1YR58=; b=h3Xm4gNoHpMSQxOe+DOM4om0Mh9UArXb8hTR+wEJbqv+XLRIuq6MAdv2BXAe35k1Hb Bjikladgd+bTUxWW1bgmEVL45jeg3U55JVf5TkgtOoHkGQQ/M4e6Zn/WQKVnaFaQZbV/ OJ96TSrFDWoaY3X7MasfAC7+zEU7etG7Bg5gM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=uT3a48AKrUIn9RCOLJhgI1dRxFIpAPjIdUD+eMJc2vEYOXF2bYMjXGz/T4n7o8Emqt BP25vDx5QypmU6+rZXcii6VDd/VCYw4GIOE2AftHD+h0TL5Wv4yBoZ4hHkXoQMz6nWwx 34JQjGMySlPPVr3ymQfqtgWFrzzAjjeRUF5vc= Received: by 10.229.216.130 with SMTP id hi2mr411111qcb.181.1278267419625; Sun, 04 Jul 2010 11:16:59 -0700 (PDT) Received: from vvcmac.chepkov.lan (pool-70-109-58-70.clppva.fios.verizon.net [70.109.58.70]) by mx.google.com with ESMTPS id h34sm14049252qcm.2.2010.07.04.11.16.58 (version=SSLv3 cipher=RC4-MD5); Sun, 04 Jul 2010 11:16:59 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii From: Vadym Chepkov In-Reply-To: <4C30CF18.1040209@gmx.de> Date: Sun, 4 Jul 2010 14:16:57 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: References: <2E7C4886-FF06-4FA8-A651-97057FA86239@gmail.com> <4C30BE7C.5000206@quis.cx> <0A7A9334-BCA6-426E-A0F8-4BDA5F2EED8F@gmail.com> <4C30C4CE.7060907@gmx.de> <9AECD800-E7D2-4354-B3B1-A02A6AC15F66@gmail.com> <4C30CF18.1040209@gmx.de> To: olli hauer X-Mailer: Apple Mail (2.1081) Cc: freebsd-pf@freebsd.org Subject: Re: pf and ftp X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jul 2010 18:17:04 -0000 6.4 And it seems for some reasons this line in Makefile doesn't take affect: CFLAGS+=3D -I${LOCALBASE}/include I did=20 make configure modified generated port's Makefile manually=20 and then make build was successful Vadym On Jul 4, 2010, at 2:12 PM, olli hauer wrote: > On 2010-07-04 19:57, Vadym Chepkov wrote: >> And it's broken now too :( >>=20 >> =3D=3D=3D> ftp-proxy-4.4p1_1 depends on shared library: event-1.4 - = found >> =3D=3D=3D> Configuring for ftp-proxy-4.4p1_1 >> =3D=3D=3D> Building for ftp-proxy-4.4p1_1 >> Warning: Object directory not changed from original = /usr/ports/ftp/ftp-proxy/work/ftp-proxy-4.4p1 >> cc -O -pipe -march=3Dathlon-mp = -I/usr/ports/ftp/ftp-proxy/work/ftp-proxy-4.4p1 -Wall = -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith = -Wno-uninitialized -c ftp-proxy.c >> ftp-proxy.c:32:19: event.h: No such file or directory >> ftp-proxy.c: In function `client_error': >> ftp-proxy.c:194: error: `EVBUFFER_EOF' undeclared (first use in this = function) >> ftp-proxy.c:194: error: (Each undeclared identifier is reported only = once >> ftp-proxy.c:194: error: for each function it appears in.) >=20 >=20 > On 2010-07-04 19:57, Vadym Chepkov wrote: >> And it's broken now too :( >>=20 >> =3D=3D=3D> ftp-proxy-4.4p1_1 depends on shared library: event-1.4 - = found >> =3D=3D=3D> Configuring for ftp-proxy-4.4p1_1 >> =3D=3D=3D> Building for ftp-proxy-4.4p1_1 >> Warning: Object directory not changed from original = /usr/ports/ftp/ftp-proxy/work/ftp-proxy-4.4p1 >> cc -O -pipe -march=3Dathlon-mp = -I/usr/ports/ftp/ftp-proxy/work/ftp-proxy-4.4p1 -Wall = -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith = -Wno-uninitialized -c ftp-proxy.c >> ftp-proxy.c:32:19: event.h: No such file or directory >> ftp-proxy.c: In function `client_error': >> ftp-proxy.c:194: error: `EVBUFFER_EOF' undeclared (first use in this = function) >> ftp-proxy.c:194: error: (Each undeclared identifier is reported only = once >=20 >=20 > Um, which OS version do you have (uname -a)? >=20 > If I go into the port ftp/ftp-proxy >=20 > # make > =3D=3D=3D> Fetching all distfiles for ftp-proxy-4.4p1_1 and = dependencies > =3D=3D=3D> ftp-proxy-4.4p1_1 is a part of base for 7.0 and above. > *** Error code 1 >=20 > Stop in /usr/ports/ftp/ftp-proxy. > *** Error code 1 >=20 > Stop in /usr/ports/ftp/ftp-proxy. >=20 >=20 > But if you look into /usr/src/contrib/pf/ftp-proxy/ you see which type = off > ftp-proxy we mean (the build-in) >=20 > Hope It is now clear which ftp-proxy to use (none from the ports) >=20 >=20 >=20