Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Oct 2013 22:00:38 GMT
From:      John Marino <marino@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/183008: net-mgmt/ehnt: NO_STAGE removed, but it's not stage ready
Message-ID:  <201310152200.r9FM0ccf037610@oldred.freebsd.org>
Resent-Message-ID: <201310152210.r9FMA0ag070098@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         183008
>Category:       ports
>Synopsis:       net-mgmt/ehnt: NO_STAGE removed, but it's not stage ready
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 15 22:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     John Marino
>Release:        
>Organization:
>Environment:
>Description:
The maintainer removed "NO_STAGE=yes" with the commit message:
  Chase last void functions used as int.
  Enable STAGE support.
  Tested @:       ff, ref10-{i386,amd64}

The problem is that stage support wasn't actually added.  All that was done was remove NO_STAGE definition, which breaks the build.  The message says this was tested, but it apparently wasn't tested on a post-STAGE ports tree.
>How-To-Repeat:

>Fix:
There are two options to unbreak the port

1) put "NO_STAGE=yes" back in the makefile
2) put the variable ${STAGEDIR} before all the PREFIX variables in the do-install make target.

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310152200.r9FM0ccf037610>