From owner-freebsd-ports@FreeBSD.ORG Thu Aug 6 05:11:22 2009 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 C8D251065672 for ; Thu, 6 Aug 2009 05:11:22 +0000 (UTC) (envelope-from buganini@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.249]) by mx1.freebsd.org (Postfix) with ESMTP id 7E2AC8FC15 for ; Thu, 6 Aug 2009 05:11:22 +0000 (UTC) Received: by an-out-0708.google.com with SMTP id d14so220427and.13 for ; Wed, 05 Aug 2009 22:11:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=2+C8mMic7ZXDFUhy5vNfr4L+MJQepbRlVUTdzbiQu0Y=; b=eHKtQID3WO+bpZwxBXBpC8f3XXjox1UPbCpTu8n7KtjN+nH3m2kB8hzTZavZb/ZzzR fcDVE6ob2ugkFeqY0N4wrUCBsnMLtyhBghviWZyQY204VEoCpeYW223RPWRs4nHEeNbd glNUxsaO9VtttvMWMM2kfYGYttCLhTftFt+zo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=VGjm7DjxRnpPzhCVVW07YHPC7Yf9OX6U5MSJH6jxY+UTQqFz8Cv2Qr70BujsYJSgS1 /B8H7Be3WBagor664dZRoSOUo6UQzyMymCgxjIz+wbptzDNcoAhCyUqsCZre48tUsxio 4EKKqCIhUaF6TtbS2SN40se2b2+rYJMGjn0WU= MIME-Version: 1.0 Received: by 10.101.70.17 with SMTP id x17mr11900956ank.25.1249533972917; Wed, 05 Aug 2009 21:46:12 -0700 (PDT) In-Reply-To: <7fX59uGuf0@dmeyer.dinoex.sub.org> References: <20090731121249.538ea7e7.jasonh@DataIX.net> <4A740679.1020608@infracaninophile.co.uk> <4A747C77.1040800@infracaninophile.co.uk> <20090801224323.GA65040@server.vk2pj.dyndns.org> <4A7552C8.7020508@infracaninophile.co.uk> <4A75A813.10307@infracaninophile.co.uk> <7d6fde3d0908030148h3b5a5934lb0ade13d8b095105@mail.gmail.com> <4A7724A7.6000500@FreeBSD.org> <7fX59uGuf0@dmeyer.dinoex.sub.org> Date: Thu, 6 Aug 2009 12:46:12 +0800 Message-ID: From: Buganini To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: jasonh@dataix.net Subject: Re: ports/*/jpeg "Thanks a lot guys" 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: Thu, 06 Aug 2009 05:11:23 -0000 Recently I'm think about how to make ports easier to upgraded: 1) Add a NODE_VERSION in each ports' Makefile, this variable would be stored in +CONTENTS. 2) Add a volatile-meaning flag in description of dependencies When a port, A, whose NODE_VERSION in Makefile > NODE_VERSION in +CONTENTS, ports that volatile'ly depends on A would be rebuilt. Any comment is welcome --Buganini