From owner-freebsd-ports@FreeBSD.ORG Wed Aug 22 21:58:06 2012 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 EB214106566B for ; Wed, 22 Aug 2012 21:58:06 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id A12578FC0A for ; Wed, 22 Aug 2012 21:58:06 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1T4Iw4-0001qw-RG for freebsd-ports@freebsd.org; Wed, 22 Aug 2012 23:58:00 +0200 Received: from 187.64.223.198 ([187.64.223.198]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Aug 2012 23:58:00 +0200 Received: from rakuco by 187.64.223.198 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Aug 2012 23:58:00 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Raphael Kubo da Costa Date: Wed, 22 Aug 2012 18:57:42 -0300 Lines: 21 Message-ID: <87628aio89.fsf@FreeBSD.org> References: <87y5l74yoo.fsf@FreeBSD.org> <87pq6j4xj9.fsf@FreeBSD.org> <87obm2iyig.fsf@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 187.64.223.198 User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1 (berkeley-unix) Cancel-Lock: sha1:h/P22Om6B+kkQQrQcYjVn1WtykY= Subject: Re: raptor: should there be a note in UPDATING? 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, 22 Aug 2012 21:58:07 -0000 Raphael Kubo da Costa writes: > Raphael Kubo da Costa writes: > >> Raphael Kubo da Costa writes: >> >>> Someone (TM) should check whether the first include is really necessary, >>> or if the code can't include , or if >>> -I/usr/local/include/raptor2 can't be passed before >>> -I/usr/local/include. >> >> Everything built fine without the {CPP,LD}FLAGS additions here. I'm >> tempted to commit that change, but wonder if it will end up breaking >> some weird setup... > > Coming to think of it again, removing those lines changing {CPP,LD}FLAGS > would have an impact if one is using openssl from ports, as the check > for MD5() in libcrypto.so would be done for the library in base, not > ${LOCALBASE}. I think I've finally fixed the issue in r302968.