From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 13 21:20:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D7A001065678 for ; Mon, 13 Oct 2008 21:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AC92D8FC21 for ; Mon, 13 Oct 2008 21:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id m9DLK3Yi084176 for ; Mon, 13 Oct 2008 21:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id m9DLK35x084175; Mon, 13 Oct 2008 21:20:03 GMT (envelope-from gnats) Date: Mon, 13 Oct 2008 21:20:03 GMT Message-Id: <200810132120.m9DLK35x084175@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Nick Hibma Cc: Subject: Re: ports/127087: mail/bincimap port does not include an rc.d file X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Nick Hibma List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Oct 2008 21:20:03 -0000 The following reply was made to PR ports/127087; it has been noted by GNATS. From: Nick Hibma To: Stefan Walter Cc: GNATS Subject: Re: ports/127087: mail/bincimap port does not include an rc.d file Date: Mon, 13 Oct 2008 22:09:15 +0200 Just add the file in the port, add it to pkg-plist, and add the lines RUN_DEPENDS += checkpassword-pam:${PORTSDIR}/security/checkpassword-pam RUN_DEPENDS += tcpserver:${PORTSDIR}/sysutils/ucspi-tcp to the Makefile. I do not have the time to test this unfortunately and I am not that great in writing ports anyway. Nick