From owner-freebsd-ports@FreeBSD.ORG Tue Oct 7 20:58:27 2003 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 B1D6D16A4B3 for ; Tue, 7 Oct 2003 20:58:27 -0700 (PDT) Received: from sbk-gw.sibnet.ru (sbk-gw.sibnet.ru [217.70.96.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ACDC43FDF for ; Tue, 7 Oct 2003 20:58:18 -0700 (PDT) (envelope-from stranger@sberbank.sibnet.ru) Received: from sbk-gw.sibnet.ru (localhost [127.0.0.1]) by sbk-gw.sibnet.ru (8.12.8p2/8.12.8) with ESMTP id h983vkVc040539 for ; Wed, 8 Oct 2003 10:57:47 +0700 (NOVST) (envelope-from stranger@sberbank.sibnet.ru) Received: from localhost (stranger@localhost)h983va6t040534 for ; Wed, 8 Oct 2003 10:57:46 +0700 (NOVST) X-Authentication-Warning: sbk-gw.sibnet.ru: stranger owned process doing -bs Date: Wed, 8 Oct 2003 10:57:35 +0700 (NOVST) From: "Maxim M. Kazachek" X-X-Sender: stranger@sbk-gw.sibnet.ru To: freebsd-ports@freebsd.org Message-ID: <20031008103546.Y40385@sbk-gw.sibnet.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=-0.6 required=5.0 tests=AWL,X_AUTH_WARNING version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) Subject: Some ports oddity under 5.1-CURRENT X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2003 03:58:27 -0000 My box runs 5.1-CURRENT #0: Wed Oct 1 15:39:40 NOVST 2003 I've expirienced some problems with ICQ clients, compiled with SOCKS5 support. licq-1.2.7 have troubles with build when SOCKS5 is used. It can be relatively easy built by grabbing some more includes from socks5-1.0.11 and adding a line #define INCLUDE_PROTOTYPES ino config.h file Looks like we're doing wrong job by removing those lines from main.c and socket.c... Perhaps we need to make some changes to socks5-1.0.11 and install some more include files, not just socks.h. Next, we have problems with linking licq-1.2.7 just because it complains about threading library. I've tried to specify -lpthread -L/usr/local/lib/pth and it still leave some symbols unresolved. Next I've tries to add -lthr. It compiles, but when I try to run it, it complains about static LDT (on console) then complains about error 0 when tries to search /usr/local/share/licq/utilities then just exits. gnomeicu-0.99 compiles perfectly but seems just doesn't use SOCKS5. cvsup works perfectly using SOCKS5, so socks5-1.0.11 is functional, IMHO. P.S. Please reply directry because I'm not subscribed to this list Sincerely, Maxim M. Kazachek mailto:stranger@sberbank.sibnet.ru mailto:stranger@fpm.ami.nstu.ru