From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 21 22:23:08 2011 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 86B351065672; Wed, 21 Dec 2011 22:23:08 +0000 (UTC) (envelope-from scheidell@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 72DBA8FC08; Wed, 21 Dec 2011 22:23:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id pBLMN8x4092733; Wed, 21 Dec 2011 22:23:08 GMT (envelope-from scheidell@freefall.freebsd.org) Received: (from scheidell@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id pBLMN8gG092729; Wed, 21 Dec 2011 22:23:08 GMT (envelope-from scheidell) Date: Wed, 21 Dec 2011 22:23:08 GMT Message-Id: <201112212223.pBLMN8gG092729@freefall.freebsd.org> To: jeff@bovine.net, scheidell@FreeBSD.org, scheidell@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: scheidell@FreeBSD.org Cc: Subject: Re: ports/160017: [new port] NeoRouter client & server X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2011 22:23:08 -0000 Synopsis: [new port] NeoRouter client & server State-Changed-From-To: feedback->open State-Changed-By: scheidell State-Changed-When: Wed Dec 21 22:14:02 UTC 2011 State-Changed-Why: back to the pool. The port doesn't really add anything past what neorouter make install does, and has various problems that need to be solved. #1: won't work if you have ipv6 compiled, unless you use two letter interface names #2: ignores the Feature.ini config file #3: it does not fail on incorrect cli options (nrserver -run -dbdir /var/db/neorouter should fail) #4: errors, when they happen are cryptic at best: nrserver -run --dbroot /var/db/neorouter NeoRouter Free [Version 1.5.1.2820] Copyright (C) 2011 NeoRouter Inc. nrserver failed to start due to error -2138973426. These have to be fixed by neorouter. #5, really needs to be installed in ../sbin not bin. needs a REAL daemon mode, not one that requires daemon (my opinion, not required) As for port ready: the RC file should be reworked. This (default) rc file does not allow for command line options, and, at the very least, should allow you to set --dbroot (FreeBSD conventions call for database to be in /var/db dir, not /usr/local/*) So, if someone else wants this, fine. I suggest that the pkg-plist look for this and not delete it: pwd /usr/local/ZebraNetworkSystems/NeoRouter leroi# ls Feature.ini NeoRouter_0_0_1.db Responsible-Changed-From-To: scheidell->freebsd-ports-bugs Responsible-Changed-By: scheidell Responsible-Changed-When: Wed Dec 21 22:14:02 UTC 2011 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=160017