From owner-freebsd-ports@FreeBSD.ORG Fri Aug 9 00:31:18 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A181C951 for ; Fri, 9 Aug 2013 00:31:18 +0000 (UTC) (envelope-from mueller6724@bellsouth.net) Received: from nm1-vm1.access.bullet.mail.gq1.yahoo.com (nm1-vm1.access.bullet.mail.gq1.yahoo.com [216.39.62.62]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 55ECC2E9F for ; Fri, 9 Aug 2013 00:31:17 +0000 (UTC) Received: from [216.39.60.176] by nm1.access.bullet.mail.gq1.yahoo.com with NNFMP; 09 Aug 2013 00:28:16 -0000 Received: from [98.138.104.97] by tm12.access.bullet.mail.gq1.yahoo.com with NNFMP; 09 Aug 2013 00:28:16 -0000 Received: from [127.0.0.1] by smtp117.sbc.mail.ne1.yahoo.com with NNFMP; 09 Aug 2013 00:28:16 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bellsouth.net; s=s1024; t=1376008096; bh=ycJW/+OvuRtjikUo8gKRreEStmPF1OdwU8bKYgSlzFk=; h=X-Yahoo-Newman-Id:Message-ID:Date:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:From:To:CC:Subject; b=e6RkTFJ/SFpkUmgjGYP49gG/u1KAKrNclbwd1SQiTcx48PbgY0Q9WYStvZMGkq8dpJ4lga1l/njqi3yUQdf3mnZBV1j/lgl01E5cRS+3+f7Gtzxu8TKDHZXCV19xL+cosi15SazOlhWC68Y56T/ssRJPAdgrBrdqEaPGu76se4g= X-Yahoo-Newman-Id: 849675.22816.bm@smtp117.sbc.mail.ne1.yahoo.com Message-ID: <849675.22816.bm@smtp117.sbc.mail.ne1.yahoo.com> Date: Fri, 9 Aug 2013 00:28:16 +0000 (UTC) X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: y3jTiLIVM1klYk94H4KQeVpG6UhFhKi2PpViMTM.0MCd.Dl SFG8LiGBgWVpp7Hfofi_4AWqwH8_rD.A3qIoabhIqgkMZ8RpIUsG5j1wYhUz ifhWZHtXZvxRSFDRzptaa8vsADe04dl.vRZqdwXXbFvv9aDFMeuAS0_fEPG1 ZDMNN.NvO66x9FCVED7i2h_Ka781XxCG3lzPMpeH_CSngkqZzY.ZgD6CTIYY Vr0__ad6bC.1KFUb88JuJ5n5pwV46WBs9jNXON3xU.6eTIJByaO_Gg3x2KJc scNrZ.I0phDkMYjId2IJsICOku7APWzbqeHKnRJx7NQ9A06iPvaMz7.2_FVh mzsbZGKNV0qFZunUVr8.13EcfjhglTWTSFtwzKwQYq8ABF74nXSG_a9qPYts Dhe52xOovy95MncO7Zop44BTZV9LCAitmYWKNhxPkOb192PuC7Z8DOs_ZbQb jdrgvZfJBKLz4P22iC1s5.o2x4O4y13uYJPTm5gt1LG3lWJt0bhetyiTfwq7 os2MWJ7gGNPBEiyT9Yvrr0PbSjNg4RXrpiKjcYIKyouMROyrCcubrbmyhiwj QaOpXAbHyLx5kMkUU.IN4JEH2JWM8V1wW8zcfSUv971mLPADRzLwTqg-- X-Yahoo-SMTP: Kz_aW1.swBBYof3zAD7.RWzXz9ZAQVDMml1VADsbgPT4Kq79LC0- X-Rocket-Received: from localhost (mueller6724@74.130.200.176 with plain) by smtp117.sbc.mail.ne1.yahoo.com with SMTP; 09 Aug 2013 00:28:16 +0000 UTC From: "Thomas Mueller" To: freebsd-ports@FreeBSD.org Subject: Re: ports/180648: ftp/curl 7.31.0 failed to compile with LDAP Cc: O. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Aug 2013 00:31:18 -0000 > From: Stephane D'Alu [submitter] > To: bug-followup@FreeBSD.org, Stephane.Dalu@insa-lyon.fr > Date: Fri, 19 Jul 2013 12:23:22 +0200 > A fix seems to edit /usr/ports/Mk/bsd.ldap.mk > to change: > CFLAGS+= -DLDAP_DEPRECATED > to: > CPPFLAGS+= -DLDAP_DEPRECATED > but i don't know the consequences on other ports -- > Stephane D'Alu I searched the problem report database and found the PR, tried the solution by modifying $PORTSDIR/Mk/bsd.ldap.mk and it worked. I was able to build/portmaster ftp/curl and ports that depended on ftp/curl. I don't know if there would be adverse consequences on other ports, but suspect CFLAGS instead of CPPFLAGS might have just been an error. I previously sent this to freebsd-bugs and Stephane D'Alu, but I had asked about this some time back on freebsd-ports. I originally inquired on this list about this problem on July 31, before searching the ports PR database. Thomas Mueller