From owner-freebsd-ports@FreeBSD.ORG Wed Jan 25 16:11:42 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F9DE106566B; Wed, 25 Jan 2012 16:11:42 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id D240B8FC1B; Wed, 25 Jan 2012 16:11:41 +0000 (UTC) Received: by iaeo4 with SMTP id o4so1989870iae.13 for ; Wed, 25 Jan 2012 08:11:41 -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=Svd5RzI+8+NjkImU4kOeBKFD73cbo9v3E4IqxyGLuTM=; b=Gnpy9iHa8jwgTkcYTN4rrEIIv2SNVArB78qMOiEu1X9c91XPMc9CLBy2+vjxTNEQVM c4jbuA1PToCj2x9rQIFTS04pwpbqq3KqJHMiEITTwwVgCcg8Ej25tKM30Nq/ImS5u4UZ cElOJWVHyvkrdc8eynXz2u/2FNaXERlgs2xiU= MIME-Version: 1.0 Received: by 10.50.183.166 with SMTP id en6mr19307231igc.7.1327507901288; Wed, 25 Jan 2012 08:11:41 -0800 (PST) Received: by 10.231.70.15 with HTTP; Wed, 25 Jan 2012 08:11:40 -0800 (PST) Received: by 10.231.70.15 with HTTP; Wed, 25 Jan 2012 08:11:40 -0800 (PST) In-Reply-To: <4F2022F9.7010605@freebsd.org> References: <4F2022F9.7010605@freebsd.org> Date: Wed, 25 Jan 2012 16:11:40 +0000 Message-ID: From: Chris Rees To: Michael Scheidell Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@freebsd.org, Gabor Kovesdan Subject: Re: tripwire/and or packages PH will hate, and ask for -exp 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, 25 Jan 2012 16:11:42 -0000 On 25 Jan 2012 15:43, "Michael Scheidell" wrote: > > when you install tripwire (/usr/ports/security/tripwire), at some point in the install, it asks you, 'interactively' to 'accept' the GPL2 license. > (yes, I know, I could probably use USE_LICENSE=GPL2, and patch install scripts). > > but, then it wants to generate a site key and site pass key. > > none of which PH will like (TB doesn't like it, PH will hate it) > > But, I am not the maintainer, and just trying to get this updated to latest source version, and by updating source tree, this is no worse that it was yesterday. (and I have some portlint's that I fixed) > > > Now: I have MANUALLY verified pkg-plist adds/subtracts, and CAN get package to build if I set NO_DB_BUILD, and manually accept license, and generate keys (so it WILL build, and deinstall, just fine) > > so, how do I keep pav from sending me an email in two days telling me PH won't compile this? > > is this enough in the Makefile to do that? > > NO_PACKAGE= requires manual acceptance of license agreement > IS_INTERACTIVE= yes > PH won't touch those ports, therefore no packages and no Pavmail. Port test to check for leftover files will help. Chris