From owner-freebsd-ports@FreeBSD.ORG Mon Apr 9 10:10:42 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6CCEA16A400 for ; Mon, 9 Apr 2007 10:10:42 +0000 (UTC) (envelope-from alagar@yahoo-inc.com) Received: from rsmtp1.corp.hki.yahoo.com (rsmtp1.corp.hki.yahoo.com [203.99.254.143]) by mx1.freebsd.org (Postfix) with ESMTP id EA2DB13C44B for ; Mon, 9 Apr 2007 10:10:41 +0000 (UTC) (envelope-from alagar@yahoo-inc.com) Received: from [10.80.33.242] (alagar-dt.bangalore.corp.yahoo.com [10.80.33.242]) (authenticated bits=0) by rsmtp1.corp.hki.yahoo.com (8.13.8/8.13.6/y.rout) with ESMTP id l39A0KLJ043172 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 9 Apr 2007 03:00:22 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; s=serpent; d=yahoo-inc.com; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:subject: content-type:content-transfer-encoding; b=Jau0N2v5PfSu5djKM7xIVEIi4+WD0YyB5Z2xCtY3/sM2vaokC7aXQVschX91meHj Message-ID: <461A0E98.2030003@yahoo-inc.com> Date: Mon, 09 Apr 2007 15:29:52 +0530 From: Alagarsamy User-Agent: Thunderbird 1.5 (X11/20060119) MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Package A should replace Package B 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, 09 Apr 2007 10:10:42 -0000 I had package A and package B. Package A does all the functions of Package B and some more functions. So installing package A should replace package B. So i need to have a 'REPLACES' like directive in Makefile of Package A which says "package A should replace package B". currently I can't find 'REPLACES' directive. Is there any otherway we can achieve this ? Thanks, Alagar