[Bug 283477] graphics/drm-61-kmod cannot rebuild using portmaster

[email protected]
Newsgroups gmane.os.freebsd.devel.x11
Message-ID <[email protected]/bugzilla/>
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283477

Gleb Popov <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|maintainer-feedback?(x11@Fr |maintainer-feedback+
                   |eeBSD.org)                  |
             Status|New                         |Closed
                 CC|                            |[email protected]
         Resolution|---                         |Not A Bug

--- Comment #9 from Gleb Popov <[email protected]> ---
I don't think this is a bug. Like Baptiste said, the index is generated on a
remote host, its OSVERSION may not match the local one. As long as we allow

PORTVERSION= ...${OSVERSION}

or even

.if ${OSVERSION} ...
PORTVERSION= ...
.else
PORTVERSION= ...
.endif

problems such as these will continue to happen. One just have to accept the
fact that the downloaded index may not be fully consistent wrt. to the local
system.

The solutions are

1. Use make index instead of make fetchindex
2. Avoid using index at all when deciding on upgrade candidates.

-- 
You are receiving this mail because:
You are the assignee for the bug.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.