Re: Error code 1 when upgrading ftp-proxy port

2007-10-03 Thread Christian Ludwig
On Sunday, 30.09.2007, 17:30 +0200 [EMAIL PROTECTED] wrote: > [EMAIL PROTECTED] /root # cd /usr/ports/ftp/ftp-proxy/ > [EMAIL PROTECTED] ftp-proxy # make > ===> Vulnerability check disabled, database not found > ===> Extracting for ftp-proxy-4.1p2_1 > => MD5 Checksum OK for ftp-proxy-4.1p2.tar.gz

Re: Error code 1 when upgrading ftp-proxy port

2007-09-30 Thread lists
Hi, Thanx for your reply. libevent is installed: [EMAIL PROTECTED] /root # pkg_version -Iv | grep libevent libevent-1.3d = up-to-date with index and event.h does exist in /usr/local/include: [EMAIL PROTECTED] /root # ll /usr/local/include/event.h -r--r--r--1 root

Re: Error code 1 when upgrading ftp-proxy port

2007-09-28 Thread Christian Ludwig
Hello, your errors seem to be related to libevent. From your logs portmaster shows that you have libevent-1.3d installed. Is that really the case? Does /usr/local/include/event.h exist? Because this file could not be found by the compiler. Try reinstalling libevent and after that try to update ft