From owner-freebsd-ports@FreeBSD.ORG Wed Jul 13 06:47:51 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9117416A41C for ; Wed, 13 Jul 2005 06:47:51 +0000 (GMT) (envelope-from sportarts@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E77843D49 for ; Wed, 13 Jul 2005 06:47:51 +0000 (GMT) (envelope-from sportarts@gmail.com) Received: by zproxy.gmail.com with SMTP id o37so66289nzf for ; Tue, 12 Jul 2005 23:47:50 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:message-id:mime-version:content-type:content-transfer-encoding:x-priority:x-msmail-priority:x-mailer:importance:x-mimeole; b=St06AMVzV3OFfGp3Vw6XS74N0s2OR6SysFU/PuxDazXcn6eOwY9pXBg9nay2Dx6TkIOLQCZsV+VvnAEL8XnRiiogRGXcwf6V6qzT20t0phUwqWwbxlgcRCryecI1vDZO3oJMwGm0aLnG5bVyaJYnilAthgZ+C/pi4Y+48B8v/KU= Received: by 10.36.24.6 with SMTP id 6mr616914nzx; Tue, 12 Jul 2005 23:47:50 -0700 (PDT) Received: from luckyluke ([83.83.97.11]) by mx.gmail.com with ESMTP id 14sm645146nzp.2005.07.12.23.47.49; Tue, 12 Jul 2005 23:47:50 -0700 (PDT) From: "Aldert Nooitgedagt" To: Date: Wed, 13 Jul 2005 08:47:48 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Subject: What does pkg_add need? 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: Wed, 13 Jul 2005 06:47:51 -0000 Are there any specific docs that tell me what pkg_add needs? If a Makefile creates a fully functional port, it may be that pkg_add will fail. Is it obligatory to add "@exec mkdir" for every directory that is created in Makefile? Is it obligatory to add @owner/@group to plist for every chown in Makefile? Or should Makefile not contain any chown/chmod and should that always be handled by pkg-install? Thanks.