From owner-freebsd-ports@FreeBSD.ORG Thu Jan 5 13:53:07 2012 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 402D2106564A for ; Thu, 5 Jan 2012 13:53:07 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id ED86B8FC0A for ; Thu, 5 Jan 2012 13:53:06 +0000 (UTC) Received: by ggnp1 with SMTP id p1so213893ggn.13 for ; Thu, 05 Jan 2012 05:53:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=9Oj5/RfEztinGcAy9VjIvfJ8cHgQdlnk6f8fOMLrnhc=; b=bGfEJiKWH8pMSWQ3s/2yXmuoC6RBG19K+ip1RAvBa7p0tYDgkrmFt5L1eVduAmfe4B FjQ3Lm4TXP2BTriUNSMsHGHTmqm9Op/XcsoTdmcDl1gFoHDZuTgTRvXjcaN75/FleFy1 nqAMLp/VFjRqGStPPTu51PGEOuMoLcBLDSwGE= MIME-Version: 1.0 Received: by 10.50.95.169 with SMTP id dl9mr2702668igb.12.1325771586323; Thu, 05 Jan 2012 05:53:06 -0800 (PST) Received: by 10.231.207.7 with HTTP; Thu, 5 Jan 2012 05:53:05 -0800 (PST) Received: by 10.231.207.7 with HTTP; Thu, 5 Jan 2012 05:53:05 -0800 (PST) In-Reply-To: <4F04E675.1030107@herveybayaustralia.com.au> References: <4F0446B7.4090703@herveybayaustralia.com.au> <20120104142757.1c77c347@ernst.jennejohn.org> <20120104154113.GA8278@hemlock.hydra> <4F04E675.1030107@herveybayaustralia.com.au> Date: Thu, 5 Jan 2012 13:53:05 +0000 Message-ID: From: Chris Rees To: Da Rock Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-ports@freebsd.org Subject: Re: linux-f10-nss_ldap: my first port - be gentle :) 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, 05 Jan 2012 13:53:07 -0000 On 4 Jan 2012 23:58, "Da Rock" wrote: > > On 01/05/12 01:41, Chad Perrin wrote: >> >> On Wed, Jan 04, 2012 at 02:27:57PM +0100, Gary Jennejohn wrote: >>> >>> On Wed, 04 Jan 2012 22:31:51 +1000 Da Rock >>> wrote: >>>> >>>> I was advised to copy the essential parts from a similar port, so I've >>>> used archivers/linux-f10-ucl. This is my Makefile: >> >> [snip] >> >>> Doesn't pass portlint. >>> >>> Can't fetch the RPM file. >>> >>> Otherwise, a pretty good start. >> >> It also lacks license information. >> > How do I set that? Its linux so its GPL. > What??? Licensing is up to the individual projects, not the kernel! Can you double-check the choice? There'll be a COPYING file on the tarball or similar. Chris