From owner-freebsd-ports@FreeBSD.ORG Tue Oct 25 09:26:22 2005 Return-Path: X-Original-To: ports@FreeBSD.org 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 2E79416A41F for ; Tue, 25 Oct 2005 09:26:22 +0000 (GMT) (envelope-from sven.zerta@eurowings.com) Received: from email-1.eurowings.com (email.eurowings.com [193.96.182.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DD5D43D46 for ; Tue, 25 Oct 2005 09:26:21 +0000 (GMT) (envelope-from sven.zerta@eurowings.com) Received: from localhost (email-1 [127.0.0.1]) by email-1.eurowings.com (Postfix) with ESMTP id 37392680D9 for ; Tue, 25 Oct 2005 11:46:53 +0200 (CEST) Received: from email-1.eurowings.com ([127.0.0.1]) by localhost (email-1.eurowings.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00862-10 for ; Tue, 25 Oct 2005 11:46:49 +0200 (CEST) Received: from EXCH4.eurowings.com (unknown [10.100.1.36]) by email-1.eurowings.com (Postfix) with ESMTP id 160EC68081 for ; Tue, 25 Oct 2005 11:46:49 +0200 (CEST) X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----_=_NextPart_001_01C5D946.266A66D4" Date: Tue, 25 Oct 2005 11:26:16 +0200 Message-ID: <2DD11A77EF62B345BCAF2D1D033156A101D08E80@EXCH4.eurowings.com> X-MS-Has-Attach: yes X-MS-TNEF-Correlator: Thread-Topic: FreeBSD Port: libssh2-0.11 Thread-Index: AcXZRiV/Jvt++fa/Sqi0irfi9Uo7vA== From: "Zerta Sven" To: X-Virus-Scanned: amavisd-new at eurowings.com X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@FreeBSD.org Subject: FreeBSD Port: libssh2-0.11 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 09:26:22 -0000 This is a multi-part message in MIME format. ------_=_NextPart_001_01C5D946.266A66D4 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi, =20 i have troubles making port /usr/ports/security/libssh2 with FreeBSD 4.11 on i386 =20 uname is=20 =20 FreeBSD 4.11-STABLE #5: Mon Oct 24 13:12:41 CEST 2005 =20 I receive the following error: =20 cd /usr/ports/security/libssh2 make =3D=3D=3D> Building for libssh2-0.11 cc -o channel.o channel.c -c -O -pipe -I/usr/local/include -I/usr/include -Wall -g -I../include/ -fPIC In file included from channel.c:38: ../include/libssh2_priv.h:206: `MD5_DIGEST_LENGTH' undeclared here (not in a function) ../include/libssh2_priv.h:209: `SHA_DIGEST_LENGTH' undeclared here (not in a function) *** Error code 1 =20 Stop in /usr/ports/security/libssh2/work/libssh2-0.11/src. *** Error code 1 =20 Stop in /usr/ports/security/libssh2/work/libssh2-0.11. *** Error code 1 =20 Stop in /usr/ports/security/libssh2. =20 After changing the line CFLAGS =3D -c -O -pipe -I/usr/local/include -I/usr/include = -Iinclude/ -Wall -g to CFLAGS =3D -c -O -pipe -I/usr/local/include/openssl -I/usr/include -Iinclude/ -Wall -g in files /usr/ports/security/libssh2/work/libssh2-0.11/Makefile and /usr/ports/security/libssh2/work/libssh2-0.11/src/Makefile =20 it works fine. =20 Is that a known problem with that port or am i the only one having trouble? =20 kind regards Sven Zerta ------_=_NextPart_001_01C5D946.266A66D4--