From owner-freebsd-ports@FreeBSD.ORG Wed May 2 17:17:32 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EAD3F16A400 for ; Wed, 2 May 2007 17:17:32 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.236]) by mx1.freebsd.org (Postfix) with ESMTP id A932B13C459 for ; Wed, 2 May 2007 17:17:32 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: by nz-out-0506.google.com with SMTP id s1so218412nze for ; Wed, 02 May 2007 10:17:31 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=koIIJbkmw9gkrmAX4xiWzY6bfygvmJpVJiworeobiBpHj2k70cudMi9wrIDnvymQLQ6BvBKUBWEObAouDmBo6cII7qXovoiG9DfwSbb7nzF2bTaXulKRM/3kDbsM8fIYFecKF6I8bN/IYiB9n3POkzFkEN9UzIo4dEy0FSwA2OY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=AVwfcOWm5qWUPQ7VMnnw9pH5NT/mXM31R0psmcxRHJiUgBz+/CqRuY/KMc9xWEcSeAXK/yKCuMiLzQoD2BLf7pNklTB593kF7VqHTpHy9B7rpnaGNiaP16EkvkL7q3F++aGqSYWTAyAfSIWwX8cSoPGyi4WBJcGk4XTUXBDeUys= Received: by 10.114.210.2 with SMTP id i2mr308591wag.1178126251336; Wed, 02 May 2007 10:17:31 -0700 (PDT) Received: by 10.114.194.5 with HTTP; Wed, 2 May 2007 10:17:31 -0700 (PDT) Message-ID: Date: Wed, 2 May 2007 21:17:31 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Dan Casey" In-Reply-To: <4638C3A6.5010008@debtresolve.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4638C3A6.5010008@debtresolve.com> X-Google-Sender-Auth: e07d0b9fd2588f79 Cc: ports@freebsd.org Subject: Re: sudo insults 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, 02 May 2007 17:17:33 -0000 On 5/2/07, Dan Casey wrote: > I can see this was removed a long time ago, but I do not see that need > to remove the option entirely. > > Would it be much of a pain to ask someone to add it as an option. I > have attached a diff for the Make file. > > > > 10c10 > < PORTREVISION= 2 > --- > > PORTREVISION= 3 > 38c38,39 > < OPTIONS= LDAP "With LDAP support" off \ > --- > > OPTIONS= INSULTS "With all insults" off \ > > LDAP "With LDAP support" off \ > 42a44,48 > > > > .if defined(WITH_INSULTS) > > CONFIGURE_ARGS+=--with-insults > > CONFIGURE_ARGS+=--with-all-insults > > .endif - unified diff, please - no need to bump portrevision Thanks!