From owner-freebsd-ports@FreeBSD.ORG Wed Mar 2 14:10:43 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C09BD106564A for ; Wed, 2 Mar 2011 14:10:43 +0000 (UTC) (envelope-from annulen@yandex.ru) Received: from forward16.mail.yandex.net (forward16.mail.yandex.net [95.108.253.141]) by mx1.freebsd.org (Postfix) with ESMTP id 5C1198FC08 for ; Wed, 2 Mar 2011 14:10:43 +0000 (UTC) Received: from web19.yandex.ru (web19.yandex.ru [95.108.252.119]) by forward16.mail.yandex.net (Yandex) with ESMTP id 5F5BBD41FCD; Wed, 2 Mar 2011 17:10:35 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1299075035; bh=u/x8oD9Yk9ymbKGRxGondHey/xWVVLRR5+ELzfTWdmA=; h=From:To:Cc:In-Reply-To:References:Subject:MIME-Version:Message-Id: Date:Content-Transfer-Encoding:Content-Type; b=toRNKkuXPxmSgCyXNXNduGT5rF3F2xLlM7xRQlEQu5W7hJ/U7CRViqpuhfEVpPomF JbFh53M5paWqesyjNf096clVQhftlvyYKgEix835dDyM/NX2d7kvd0VJ39T4XFTjyV kyXLxrzhIN17dMGZDsh1pE11we7fJpbH5WwkUpOQ= Received: from localhost (localhost.localdomain [127.0.0.1]) by web19.yandex.ru (Yandex) with ESMTP id 451783CD0089; Wed, 2 Mar 2011 17:10:35 +0300 (MSK) Received: from [195.34.30.225] ([195.34.30.225]) by mail.yandex.ru with HTTP; Wed, 02 Mar 2011 17:10:33 +0300 From: Konstantin Tokarev To: Matthias Apitz In-Reply-To: <20110302055647.GA14612@tinyCurrent> References: <20110302055647.GA14612@tinyCurrent> MIME-Version: 1.0 Message-Id: <115931299075034@web19.yandex.ru> Date: Wed, 02 Mar 2011 17:10:33 +0300 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=koi8-r Cc: demon@freebsd.org, freebsd-ports@freebsd.org Subject: Re: security/qca-tls 1.0_7 does not build in 9-CURRENT 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: Wed, 02 Mar 2011 14:10:43 -0000 02.03.2011, 08:56, "Matthias Apitz" : > Hello, > > Compiling the above mentioned port fails with: > > # make > ===> šBuilding for qca-tls-1.0_7 > c++ -c -pipe -Wall -W -O2 -pipe -fno-strict-aliasing -fPIC š-DQCA_PLUGIN > -DOSSL_097 -DOSSL_098 -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_PLUGIN > -DQT_SHARED -DQT_TABLET_SUPPORT > -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. > -I../../../../../local/include -I../../../../../local/include > -I/usr/local/include -o qca-tls.o qca-tls.cpp Maybe you have OpenSSL 1.0.x, and qca-tls is configured for 0.9.8? (-DOSSL_097 -DOSSL_098) These versions are source-incompatible. -- Regards, Konstantin