The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket)
ONLY_FOR_ARCHS_REASON is used as part of the sentence and thus should
start with lower-case letter and not end with a period which is added
by the framework, similar to other knobs like BROKEN, IGNORE, et al.
While here, remove needless quoting, add missing Oxford comma, expand
contractions and jargonisms, use correct spelling for proper names.
error[E0557]: feature has been removed
--> /wrkdirs/usr/ports/games/veloren/work/veloren-e4716147a7356eb13088e7d74ace3ccdcb5cd900/cargo-crates/packed_simd_2-0.3.5/src/lib.rs:215:5
|
215 | const_generics,
| ^^^^^^^^^^^^^^ feature has been removed
|
= note: removed in favor of `#![feature(adt_const_params]` and `#![feature(generic_const_exprs)]`
PR: 259251
You are trapped in the CAVEZ of PHEAR, your mission is to escape
through all the caves and make it out alive. To escape through a
cave you will have to find all the diamonds located in it. Once
you've found all the diamonds, their powers combined will help you
get to the next cave, one step closer to freedom.
CAVEZ of PHEAR is a Boulder Dash / Digger-like game game for
consoles/terminals with built in level editor.
WWW: https://github.com/AMDmi3/cavezofphear
Disable __builtin_mul_overflow() on i386 for the time being as it
breaks the build. Yes, they have dropped the leading digit in the
version scheme; it seems like a common trend, unfortunately.
Reported on: OpenNET
- Create invisible footpath (to go with the railings)
- Add flag that says there is no queue banner (to avoid text being superimposed on nothing)
- Add objects for "invisible railings with circuitboard queue banner"
- patch applied with changes;
- this port now uses 'localbase' and 'ncurses:port'
- build fine for 12, 13 and 14.
RELEASE NOTES
* https://nlarn.github.io/news/2020/05/23/release-0.7.6
Reported by: Alex <r7st.guru % gmail.com>
PR: 257088