From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 28 11:50:27 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BE3116A4CE for ; Tue, 28 Dec 2004 11:50:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 383E843D45 for ; Tue, 28 Dec 2004 11:50:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSBoR8s040877 for ; Tue, 28 Dec 2004 11:50:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iBSBoRUF040876; Tue, 28 Dec 2004 11:50:27 GMT (envelope-from gnats) Date: Tue, 28 Dec 2004 11:50:27 GMT Message-Id: <200412281150.iBSBoRUF040876@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Florent Thoumie Subject: Re: ports/75537: Update port: net/ldapsh - update to 2.00, kill a kitten, ... X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Florent Thoumie List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 11:50:27 -0000 The following reply was made to PR ports/75537; it has been noted by GNATS. From: Florent Thoumie To: Sergey Matveychuk Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/75537: Update port: net/ldapsh - update to 2.00, kill a kitten, ... Date: Tue, 28 Dec 2004 12:47:11 +0100 Sergey Matveychuk wrote: > But if the problem is one file, may be we can make a conditional add it > in plist? > Something like: > MAN3=... > .if ${PERL_LEVEL} < 500600 > MAN3+=Net::LDAP::Config.3 > .endif I'm not sure we should consider these manpages as optional. If we do, something like what you wrote would be good (replacing '<' with '>' and assuming that only Net::LDAP::Config.3 is missing).