From owner-freebsd-hackers@FreeBSD.ORG Sat Aug 27 16:02:30 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DABC1106564A for ; Sat, 27 Aug 2011 16:02:30 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mail-ey0-f172.google.com (mail-ey0-f172.google.com [209.85.215.172]) by mx1.freebsd.org (Postfix) with ESMTP id 73ED78FC17 for ; Sat, 27 Aug 2011 16:02:30 +0000 (UTC) Received: by eye4 with SMTP id 4so2825390eye.31 for ; Sat, 27 Aug 2011 09:02:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=EEd2+lLQUDhehn3hIwAyvqtFwSNQQ+lKX7aCrjhGr/4=; b=HBZsfxsfxBbC3tkBW0QiUSsN8htIj9Iwx17oUnVYP1xD9cejOeOaLit7x0rXTeUylC Rd+meXtWjH71XxdiUzeLYT5rne5GCRmG04Yyg/2XEeJD1xpjpBnp2COuXlmpoB72sNON CLz+tUaYgwduPRpiiLwnT3EfCh9APQIJ9i0Jo= MIME-Version: 1.0 Received: by 10.14.2.147 with SMTP id 19mr967119eef.59.1314459550742; Sat, 27 Aug 2011 08:39:10 -0700 (PDT) Received: by 10.14.27.132 with HTTP; Sat, 27 Aug 2011 08:39:10 -0700 (PDT) Date: Sat, 27 Aug 2011 11:39:10 -0400 Message-ID: From: Aryeh Friedman To: FreeBSD Mailing List , Steven Platt , Dustyn Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: best way to get distfiles added to ports.tgz during make release X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Aug 2011 16:02:30 -0000 I have made a custom install USB drive from R/cdrom/dvd1 and pkg_add works fine for everything but xorg/nvidia-driver so part of the post install script I made is "portmaster xorg/nvidia-driver" the only problem is it then needs to fetch the distfiles (the target install machine{s) will not have nic's attached)... so my questoin is whats the best way to make it so when sysinstall unpacks ./8.2-NHK_KIOSK/ports/ports.tgz that the distfiles are also unpacked?