From owner-freebsd-ports Thu Oct 5 15:39:23 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA25327 for ports-outgoing; Thu, 5 Oct 1995 15:39:23 -0700 Received: from eikon.e-technik.tu-muenchen.de (root@eikon.regent.e-technik.tu-muenchen.de [129.187.42.3]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id PAA25320 for ; Thu, 5 Oct 1995 15:39:16 -0700 Received: from vector.eikon.e-technik.tu-muenchen.de (vector.eikon.e-technik.tu-muenchen.de [129.187.142.36]) by eikon.e-technik.tu-muenchen.de (8.6.12/8.6.9) with ESMTP id XAA16898; Thu, 5 Oct 1995 23:39:00 +0100 Received: from localhost (localhost [127.0.0.1]) by vector.eikon.e-technik.tu-muenchen.de (8.6.11/8.6.9) with SMTP id XAA16191; Thu, 5 Oct 1995 23:38:43 +0100 Message-Id: <199510052238.XAA16191@vector.eikon.e-technik.tu-muenchen.de> X-Authentication-Warning: vector.eikon.e-technik.tu-muenchen.de: Host localhost didn't use HELO protocol To: asami@cs.berkeley.edu (Satoshi Asami) cc: ports@freebsd.org Subject: Re: interactive ports Reply-To: "Julian H. Stacey" X-Comment: Use not X-Organisation: Vector Systems Ltd, Holz Strasse 27d, 80469 Munich, Germany X-Occupation: Internet Unix C & Systems Engineering Consultant X-Phone: +49 89 268616 Fax: +49 89 2608126 Timezone: GMT+1 X-Web: http://www.freebsd.org/~jhs/ In-reply-to: Your message of "Thu, 05 Oct 1995 01:18:11 MST." <199510050818.BAA00760@silvia.HIP.Berkeley.EDU> Date: Thu, 05 Oct 1995 23:38:42 +0100 From: "Julian H. Stacey" Sender: owner-ports@freebsd.org Precedence: bulk > How many of these ports are suitable for packaging? This is the list > of ports with IS_INTERACTIVE set and NO_PACKAGE not set. ... > comms/hylafax/ I guess that list came from a simple grep ! comms/hylafax/Makefile actually reads: > .if !exists(patches/patch-ab) > IS_INTERACTIVE= yes > # patches/patch-ab makes this BATCH compilable, > # ( If you need interactive config, rm patch-ab ) > .endif Hylafax is batch compilable by default (I made it so long ago ) You can ship a binary too, no worries. So rm hylafax from your list of IS_INTERACTIVE worries. Julian S