From owner-freebsd-ports@FreeBSD.ORG Mon Jan 23 20:09:25 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88B00106564A for ; Mon, 23 Jan 2012 20:09:25 +0000 (UTC) (envelope-from scheidell@freebsd.org) Received: from mx2.secnap.com.ionspam.net (mx2.secnap.com.ionspam.net [216.134.223.54]) by mx1.freebsd.org (Postfix) with ESMTP id 5C77E8FC0A for ; Mon, 23 Jan 2012 20:09:25 +0000 (UTC) Received: from mx2.secnap.com.ionspam.net (unknown [10.71.0.54]) by mx2.secnap.com.ionspam.net (Postfix) with ESMTP id A186ED23C2E for ; Mon, 23 Jan 2012 15:09:24 -0500 (EST) X-Virus-Scanned: SpammerTrap(r) VPS-1500 2.17 at mx2.secnap.com.ionspam.net Received: from USBCTDC001.secnap.com (unknown [10.70.1.1]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mx2.secnap.com.ionspam.net (Postfix) with ESMTPS id BDC7FD23C2B for ; Mon, 23 Jan 2012 15:09:23 -0500 (EST) Received: from macintosh.secnap.com (10.70.3.3) by USBCTDC001.secnap.com (10.70.1.1) with Microsoft SMTP Server (TLS) id 14.0.722.0; Mon, 23 Jan 2012 15:09:23 -0500 Message-ID: <4F1DBE72.5030701@freebsd.org> Date: Mon, 23 Jan 2012 15:09:22 -0500 From: Michael Scheidell Organization: SECNAP Network Security Corp User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.20) Gecko/20110804 Thunderbird/3.1.12 MIME-Version: 1.0 To: Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: confused: RUN_DEPENDS=${BUILD_DEPENDS} vs = vs duplication 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: Mon, 23 Jan 2012 20:09:25 -0000 I am SO confused. One helpful person told me: don't do this: BUILD_DEPENDS= daq>=0.6.2:${PORTSDIR}/net/daq \ ${LOCALBASE}/lib/libnet11/libnet.a:${PORTSDIR}/net/libnet RUN_DEPENDS= daq>=0.6.2:${PORTSDIR}/net/daq \ ${LOCALBASE}/lib/libnet11/libnet.a:${PORTSDIR}/net/libnet or this RUN_DEPENDS=${BUILD_DEPENDS} But, do this: RUN_DEPENDS:= ${BUILD_DEPENDS}. (if they are truly == before kbobs..) so, for each PR i have taken, I have looked at them (portlint -C complains with RUN_DEPENDS=${BUILD_DEPENDS}) but, I read this and it seems you DON'T want RUN_DEPENDS:=${BUILD_DEPENDS}: am I reading this wrong? " At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450 ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication> :=> = and this just moves ports one step to the left " I am fine if I know, but I just get tired of being told its wrong, no matter what I do. (ps, that small change, and a recompile made tinderbox recompile 19 modules.. that didn't change except for that change) so, behind the covers, does := do something BAD? -- Michael Scheidell, CTO o: 561-999-5000 d: 561-948-2259 >*| *SECNAP Network Security Corporation * Best Mobile Solutions Product of 2011 * Best Intrusion Prevention Product * Hot Company Finalist 2011 * Best Email Security Product * Certified SNORT Integrator