From owner-freebsd-ports@FreeBSD.ORG Tue Jun 8 08:51:23 2010 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 9F8271065673 for ; Tue, 8 Jun 2010 08:51:23 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mail.bsdforen.de (bsdforen.de [212.204.60.79]) by mx1.freebsd.org (Postfix) with ESMTP id 635078FC08 for ; Tue, 8 Jun 2010 08:51:23 +0000 (UTC) Received: from mobileKamikaze.norad (unknown [46.114.141.201]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bsdforen.de (Postfix) with ESMTP id B07E58A1F22 for ; Tue, 8 Jun 2010 10:51:21 +0200 (CEST) Message-ID: <4C0E0485.5080003@bsdforen.de> Date: Tue, 08 Jun 2010 10:51:17 +0200 From: Dominic Fandrey User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-GB; rv:1.9.1.9) Gecko/20100331 Thunderbird/3.0.4 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <4C0A98C3.8020708@bsdforen.de> In-Reply-To: <4C0A98C3.8020708@bsdforen.de> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: cannot build sysutils/kdelibs3 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, 08 Jun 2010 08:51:23 -0000 On 05/06/2010 20:34, Dominic Fandrey wrote: > Apparently ASN1_METHOD has long been deprecated and now > removed. No idea what to do about it. I cannot switch back > to base system ssl, without breaking a lot of other ports. > > /bin/sh /usr/local/bin/libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../dcop -I../../kdecore -I../../kjs -I../../kdecore/network -I../../kwallet/client -I../../dcop -I../../libltdl -I../../kdefx -I../../kdecore -I../../kdecore -I../../kdecore/network -I../../kdeui -I../../kio -I../../kio/kio -I../../kio/kfile -I../.. -I/usr/local/include -I/usr/local/include -I/usr/local/include -D_THREAD_SAFE -pthread -DQT_THREAD_SUPPORT -I/usr/local/include -I/usr/local/include -I/usr/local/include -D_GETOPT_H -D_THREAD_SAFE -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O2 -pipe -march=nocona -fno-strict-aliasing -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT kssl.lo -MD -MP -MF .deps/kssl.Tpo -c -o kssl.lo kssl.cc > In file included from kssl.cc:47: > ./kopenssl.h:453: error: ISO C++ forbids declaration of 'ASN1_METHOD' with no type > ./kopenssl.h:453: error: expected ';' before '*' token > ./kopenssl.h:526: error: expected ';' before '(' token > ... I finally forced kdelibs3 to build: pkg_info -qL openssl-1.0.0_2 | xargs rm portmaster -D x11/kdelibs3 portmaster -D openssl-1.0.0_2 -- A: Because it fouls the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail?