From owner-freebsd-ports@FreeBSD.ORG Sat Nov 16 18:44:46 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 ESMTPS id 29572CA9 for ; Sat, 16 Nov 2013 18:44:46 +0000 (UTC) Received: from mail-wi0-x22d.google.com (mail-wi0-x22d.google.com [IPv6:2a00:1450:400c:c05::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BA23F2EE7 for ; Sat, 16 Nov 2013 18:44:45 +0000 (UTC) Received: by mail-wi0-f173.google.com with SMTP id ey16so2300067wid.6 for ; Sat, 16 Nov 2013 10:44:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=90A75vARnaOS75yjy/xrla0hY97FxcZ3Kut/ebfiY7Q=; b=rNwAls8jqg72CTm2qxkt0XCuLNwQtmvNkXbPqg/9BtUWthtEAM15eNjPjYywtfw8dT 3gER+4LORrFHNtSsk82JJySPw3hCF+ha/9g3R/ZnM9FmsWowDP9VBp7lJ2WQAlGexuzB asfWpZ13dZs7nUBR1h91hksEYuznzaDi1qgxvxFn0Vc8km7qwYdEMM7cSBJDWqhoabNi xuRHlttnCwb3EYMJspsK/OjnaVQl9VUmfoTzgQNgJ0c8gnZUEL/xcGCGESgwXVOCYEZp Y4LCTbFXU5keNiyIPqqyVwhAFRhTIUxbaNNQOmyW2WVnc3vI1s1UdCF8H21pJ0/SgU// TRAw== MIME-Version: 1.0 X-Received: by 10.180.184.14 with SMTP id eq14mr11446854wic.56.1384627484262; Sat, 16 Nov 2013 10:44:44 -0800 (PST) Received: by 10.194.125.211 with HTTP; Sat, 16 Nov 2013 10:44:44 -0800 (PST) Date: Sun, 17 Nov 2013 00:44:44 +0600 Message-ID: Subject: NO_PACKAGE=yes and STAGE From: Muhammad Moinur Rahman <5u623l20@gmail.com> To: FreeBSD Ports Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.16 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Nov 2013 18:44:46 -0000 Hi, As NO_PACKAGE=yes do not let the scripts build a package so how can we add STAGE support to such a port? Are they mutually exclusive? Thanks in advance. Regards, Muhammad