From owner-freebsd-ports@FreeBSD.ORG Sat Mar 16 18:54:34 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5695F130 for ; Sat, 16 Mar 2013 18:54:34 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ia0-x22e.google.com (mail-ia0-x22e.google.com [IPv6:2607:f8b0:4001:c02::22e]) by mx1.freebsd.org (Postfix) with ESMTP id 2CB7FE66 for ; Sat, 16 Mar 2013 18:54:34 +0000 (UTC) Received: by mail-ia0-f174.google.com with SMTP id b35so107764iac.19 for ; Sat, 16 Mar 2013 11:54:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=uqCxq6H0R3LqmbAje85qJCquALrJonhb3+l9ulykaHk=; b=hfzeiY2MNgQUTO+Jk6szO1N5q4PGCZRnwtYiU+THI3d0WDZDwhzj60JTFGzGzTEokb aSKcRQpMOyUUNM6GburKOQOAO2JX/17c37Seh8axkHtsZbhdO5SCtjVLRWRiBKyLGkak kiAznYetHFLKaccXP0RP3WsW2joBunXVsEWUZd+S8lvHSRrLC6CQdqGP5Y1fJXff2LvH NVzMO51r5YhCTiaYOby+mSNN32dT9MsF+HH9Lg+d1FdGETpDvwa3ybt1DtMah4LnLcUq qxkNSboa4WHvy4Xu/oF/LuugoZuv/EZf25X3JIl5j9/eZeo6QSb4D8+ku8ATd8mJM55Z 0tzA== X-Received: by 10.50.197.170 with SMTP id iv10mr3663585igc.62.1363460073801; Sat, 16 Mar 2013 11:54:33 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.64.63.12 with HTTP; Sat, 16 Mar 2013 11:54:02 -0700 (PDT) In-Reply-To: <5144A395.2040903@hayers.org> References: <5144A395.2040903@hayers.org> From: Chris Rees Date: Sat, 16 Mar 2013 18:54:02 +0000 X-Google-Sender-Auth: 6mJQ-W_WpYE5_Eof7ihYgINhjLU Message-ID: Subject: Re: pkg-plist error To: "Gary J. Hayers" Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Mar 2013 18:54:34 -0000 On 16 March 2013 16:53, Gary J. Hayers wrote: > I am trying to write a port, however when I install the port I get an error > telling me that... > > Correct pkg-plist sequence to create group(s) and user(s) > > This does not seem to be right, what is the correct way to nullify this? Nope, it's not a problem at all. It always happens if GROUPS or USERS is defined in the Makefile (cf bsd.port.mk line 4222). Chris