From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Mar 28 11:30:19 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 C623F16A420 for ; Tue, 28 Mar 2006 11:30:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59E9843D46 for ; Tue, 28 Mar 2006 11:30:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k2SBUJL5080559 for ; Tue, 28 Mar 2006 11:30:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2SBUJoU080557; Tue, 28 Mar 2006 11:30:19 GMT (envelope-from gnats) Date: Tue, 28 Mar 2006 11:30:19 GMT Message-Id: <200603281130.k2SBUJoU080557@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Sergey Matveychuk Cc: Subject: Re: ports/94914: [maintainer] update net/gatekeeper to v2.2.3-2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sergey Matveychuk List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2006 11:30:19 -0000 The following reply was made to PR ports/94914; it has been noted by GNATS. From: Sergey Matveychuk To: Joerg Pulz Cc: bug-followup@FreeBSD.org Subject: Re: ports/94914: [maintainer] update net/gatekeeper to v2.2.3-2 Date: Tue, 28 Mar 2006 15:25:06 +0400 Joerg Pulz wrote: > did you try to compile it on 4.11 with WITH_RADIUS=1 ? This code prevent it: .if ${OSVERSION} >= 500000 . if defined(WITH_RADIUS) CONFIGURE_ARGS+= --enable-radius . else CONFIGURE_ARGS+= --disable-radius . endif .endif But I'll try to disable it and recheck. > I found the rcNG problem yesterday when i was working on an update to > sysutils/nut*. > The rcNG script itself is correctly added to TMPPLIST but there is no > way to get the filename (gnugk or gnugk.sh) from bsd.port.mk without > doubling the effort and to do the same check, as in bsd.port.mk, in the > ports Makefile again. > I think this needs some twaeking to provide an easy way for porters to > run an rcNG script forcestop when the port gets deinstalled. I've proposed a solution: ports/93373. Let's wait for a portmgr's decision. -- Sem.